PDA

View Full Version : border="0" in CSS


sher07
September 15th, 2003, 08:28 PM
Dear friends:

A quick question: how do I add a border="0" line for ALL hyperlinks to the CSS on my site?

http://www.immortalgems.com

The site template comes with an external CSS file, but, with the help of a friend, I've also added an internal, embedded CSS section to the home page.

Thank you in advance.

Benjamin

P. S. I now no longer use FrontPage. I've switched to GoLive 6.

degsy
September 15th, 2003, 08:59 PM
img { border: 0px; }

This will remove the border for all images.
it can be altered to olny remove the border of hyperlinked images.