Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

How to remove borders Around Image Links

<A HREF="http://icelabsolutions.com/"><IMG SRC="web.gif"BORDER=0 HEIGHT=33 WIDTH=82 ALT="Idocs Guide to HTML"></A>

How to remove underlines from links

Methodes for removeing underlines from links


1)add this in stylesheet style="text-decoration:none"


2) <a href="http://www.icelabsolutions.com" style="text-decoration:none">The Web Design </a>