http://www.meadowlarktransport.com/i...site_test7.htm
in the lower left where I have Visit <img> For Your Brokerage Needs, how can I move my image down on the page so the top of it is even with the top of the text which surrounds it.
thanks
| SitePoint Sponsor |
http://www.meadowlarktransport.com/i...site_test7.htm
in the lower left where I have Visit <img> For Your Brokerage Needs, how can I move my image down on the page so the top of it is even with the top of the text which surrounds it.
thanks
Add vertical-align:top; to the styling of the image.
Something like this:Code CSS:.meadowtransport img { vertical-align: top;}
Bookmarks