Forum Moderators: open

Message Too Old, No Replies

Frame borders

Removing frame borders

         

Adam5000

2:08 pm on May 29, 2007 (gmt 0)

10+ Year Member



I've got a page with two frames on it and they're small and don't have scroll bars. But there is a border around them. Is there a way to remove the borders? Help!

rocknbil

6:05 pm on May 29, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



did you try

frameborder="0" border="0"

sorry if it's not compliant, been years since I worked with frames but that always worked

Adam5000

8:38 pm on May 29, 2007 (gmt 0)

10+ Year Member



That works like a charm Rockin

<frameset cols="30, *" border=0>

I think that makes this particular page look better.

Thank you for your help.