//flex table opened by JP

Click to See Complete Forum and Search --> : borderless frames???


xtremerider247
07-03-2001, 05:51 PM
does anybody know the code for borderless frames? i have a site but with that border it looks reallly sh**y

thanks


No swearing, please. -Socalgal

[This message has been edited by socalgal (edited 07-03-2001).]

dragonB
07-03-2001, 06:54 PM
Hi,
I believe it's either

<FRAMESET BORDER="0">

or
<FRAMESET FRAMEBORDER="0">

or
<FRAME FRAMEBORDER="0">

I'm sure with a little trial and error, one of these will work. I think the first one, may only apply to child frames, whereas the second one may apply to all, and the third only to the defined frame.
gd luck
dragonB

dragonB
07-03-2001, 06:59 PM
yep, second one does it just fine..

xtremerider247
07-03-2001, 07:31 PM
thanks dragonb