View Full Version : Border=0?


Sasuke
04-03-2003, 11:26 PM
Ok, is there anyway to like have the BORDER="0" thing, on every single image on the page, by adding something in the head or something?

Because I have heard about some <HREF> tag, and it changes every thing on the page to that URL, so link/index.html would be http://www.whatever was in the tag.com/link/index.html.

Xiphias
04-03-2003, 11:52 PM
Add this between your head tags for a border="0" effect on all of your images:

<style type="text/css">
<!--

img { border: 0px; }

-->
</style>