DT-Spirit
05-17-2005, 05:12 AM
I wonder how do you remove the border line around the banner? What you need to add in the style.css?
Please help,
Please help,
![]() | View Full Version : Remove Border Around Banner DT-Spirit 05-17-2005, 05:12 AM I wonder how do you remove the border line around the banner? What you need to add in the style.css? Please help, anon-e-mouse 05-17-2005, 05:36 AM I am not familiar with CSS, but border=0 works in HTML :) DT-Spirit 05-17-2005, 05:38 AM I tried that. here is the banner css #topbanner{ float: right; margin: 0px; width: 468px; height: 60px; border: 0px; DT-Spirit 05-17-2005, 05:44 AM here is the border I want to remove saghir69 05-17-2005, 06:05 AM I think its bug in dream weaver. just remove the image, add it again and link it again. it should go away! Voxxit 05-17-2005, 08:07 AM <img src="3.jpg" border="0" /> That should do it :) Voxxit 05-17-2005, 08:09 AM Also, in your CSS, you can put the following: img { border: 0; } And that should take care of all your errors like that. Cheers, Josh DT-Spirit 05-17-2005, 11:42 AM Originally posted by VoxxitDesigns Also, in your CSS, you can put the following: img { border: 0; } And that should take care of all your errors like that. Cheers, Josh Thanks a lot. It really fixed the problem. |