Is there a way to nudge my images down a wee bit to align them with my links.
Is there a "nudge" element or something like that, that I could use
Thanks
chevywes
| SitePoint Sponsor |
Is there a way to nudge my images down a wee bit to align them with my links.
Is there a "nudge" element or something like that, that I could use
Thanks
chevywes
If the image is an inline in forground:If the image is in background:Code CSS:img{ vertical-align: 50%; /* takes other units too and names, e.g. middle or text-top or top */Code CSS:background-position: 0 50%; /* from left and top */
Happy ADD/ADHD with Asperger's
Try this other option using CSS directly on your image:
(Delete and amend the CSS '0' Margins to your needs)
<img src="image.gif" style="margin-top:0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;">
Bookmarks