Using Links with Images
Written by Eric Smith, Northstar Computer Systems LLC
If you've written much HTML, you know how long your lines get when you are wrapping a URL around an image. If you break the line into multiple lines, you get odd blank spaces and extra underlines near the image. However, you can do this little trick to break the line into multiple lines: just use a comment in between the parts of the line, like so:
<a href="test.asp"><!–
–><img src="test.gif" border=0></a>
This will eliminate any extra spaces or underlines that might have resulted otherwise.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 9/1/1999
|