DWUser.com
74p480 comments posted · 5 followers · following 0
7 years ago @ DWUser.com - Creating a Responsive ... · 0 replies · +1 points
You can simply wrap the <img> tags in an anchor tag, e.g.Â
< a href="foo.html" > < img... / >< /a >
Sincerely,
Drew O'Neill
DWUser.com Support
8 years ago @ DWUser.com - Creating a Responsive ... · 0 replies · +1 points
Sincerely,
Drew O'Neill
DWUser.com Support
8 years ago @ DWUser.com - Creating a Responsive ... · 2 replies · +2 points
You would use code like that, but just modify the .wrap declaration's margin values. Whatever you specify for a margin will appear as whitespace on each edge.
Best of luck with your project!
Sincerely,
Drew O'Neill
DWUser.com Support
8 years ago @ DWUser.com - Creating a Responsive ... · 0 replies · +2 points
Thanks for checking out our tutorials! To show/hide elements and perform other DOM manipulations, you can use jQuery. If you're looking for a good starter tutorial, check here: https://www.codecademy.com/learn/jquery
Sincerely,
Drew O'Neill
DWUser.com Support
8 years ago @ DWUser.com - Tutorial: Creating a j... · 0 replies · +2 points
Thanks for checking out the tutorial. The feature you mention is outside the scope of this article, but essentially you would need to add a page scrolling listener, and whenever the page scroll position changes check to see if the gallery is visible. Then, you can enable/disable the timeout that controls the gallery scrolling.
Sincerely,
Drew O'Neill
DWUser.com Support
8 years ago @ DWUser.com - Tutorial: Creating a j... · 0 replies · +2 points
Thanks for checking out the tutorial! This type of implementation is possible if you have familiarity with a server-side language such as PHP. However, the details of such enhancements unfortunately go beyond the scope of this tutorial. Best of luck with your project!
Sincerely,
Drew O'Neill
DWUser.com Support
8 years ago @ DWUser.com - Easy JavaScript/jQuery... · 0 replies · +1 points
Sincerely,
Drew O'Neill
DWUser.com Support
8 years ago @ DWUser.com - Creating a Responsive ... · 0 replies · +1 points
This is certainly possible, but it's unfortunately beyond the scope of this tutorial. I recommend you search for PHP directory listing tutorials as a good start.
Sincerely,
Drew O'Neill
DWUser.com Support
8 years ago @ DWUser.com - Stop the Thieves! Stra... · 0 replies · +1 points
Please see my previous comment above for details on how you can add specific exclusions. Â (It's the reply to the question about excluding the logo.)
Sincerely,
Drew O'Neill
DWUser.com Support
8 years ago @ DWUser.com - Creating a Responsive ... · 0 replies · +1 points
Thanks for checking out the tutorial! If you're familiar with HTML, you can add <a> tags to the images to link to another page that has more details or photos.
Sincerely,
Drew O'Neill
DWUser.com Support