Click to See Complete Forum and Search --> : A table 3D border that just won't go away.


HazelAsher
08-13-2003, 05:15 AM
*shoots self in foot* I've been looking that this stupid table HTML for a long time and I can't figure out how to get rid of the 3D box that's making my pop-up look like poo. Is this a default setting? Is there someway to overide this? Did I simply put the border="0" in the wrong spot?

Someone help. ;_;

An example of my table is here:
http://img.villagephotos.com/p/2003-8/30841/Image4.gif

And here's the code I'm using:
<table border="0" cellpadding="10" cellspacing="0" width="92%" align="center">
<tr>
<td width="100%">
<!--webbot bot="HTMLMarkup" TAG="XBOT" startspan -->
<div align="right"><IFRAME name="cwindow" width="128" height="175" scrollbars="no" border="0" src="firstone.html">
<!--webbot bot="HTMLMarkup" endspan -->
<!--webbot bot="HTMLMarkup" TAG="XBOT" startspan -->
</IFRAME>
<!--webbot bot="HTMLMarkup" endspan -->
</div>
</td>
</tr>
</table>

Thanks again.

Fang
08-13-2003, 07:04 AM
<IFRAME frameborder="0" etc...

HazelAsher
08-13-2003, 01:20 PM
Thanks a ton! I knew that it was a border=0 but I couldn't figure out where.


*hugs* XD!