View Single Post
Old 10-14-2002, 01:59 PM   #18 (permalink)
Monkee of evil
Registered User
 
Join Date: Oct 2002
Posts: 17
Monkee of evil
also, another thing to remember when your doing using an image as a hyperlink and you want to include a linebreak (<br>) you should have it inside the <a href=""> </a> section. example:


<a href="http://www.unitethecows.com"><img src="http://www.unitethecows.com/logos/splash.jpg"></a>
<br>

should actualy be:

<a href="http://www.unitethecows.com"><img src="http://www.unitethecows.com/logos/splash.jpg"><br></a>

this gets rid of some spacing problems you can run across when coding. here is an example:

http://www.napjunk.net/~steve/linebreaks.htm

to see what i mean, select the image on the top, you'll notice there's a space beneath it. Now, select the image on the bottom, the space is gone...if im not being clear I can explain some more.



btw, this is the third time I've had to register on this board, Did y'alls DB go down or something Tom (intimidated)?
Monkee of evil is offline   Reply With Quote