border help please

liunx

Guest
Hello<br />
Im new in html and I can use some help<br />
go there <!-- m --><a class="postlink" href="http://www.freewebs.com/sushigirl/indexsushi.html">http://www.freewebs.com/sushigirl/indexsushi.html</a><!-- m --> and tell me how to get images without border nothing, no color no line...<br />
Thank you<br />
The code Ive use for is: <TABLE border="0" cellpadding="0" cellspacing="0"><br />
<br />
Thank you<br />
Nadia<!--content-->add the followingin the head sectionof your html pages<br />
<br />
<style type="text/css"><br />
img{<br />
border:0px;<br />
}<br />
</style><br />
<br />
it should take care of it<!--content-->Or modify your image tags like so<br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"theimage" alt="image" border="0"><!--content-->Its working<br />
Thank you very much!<!--content-->
 
Back
Top