View Full Version : Help me with my frames please!


LukeyboyNunn
01-24-2003, 05:53 PM
I can make frames okay but when i open my site in internet explorer, there is always a line seperating the two frames which can be moved to alter the size of the frames. How do i make this disappear as it is really annoying me?

Lemon Squash
01-24-2003, 06:50 PM
you mean that silver line thing?...

Just add border="0"> to the end of the col things you dont want to have a border.. example:

with the silver line...
<FRAMESET COLS="30%,120%">

without it....

<FRAMESET COLS="30%,120%" border="0">

lilchici13
01-24-2003, 08:32 PM
o and also if u have a scroll u might want to add scrolling=no to your frames that makes the page look nicer :)

starlet
01-25-2003, 12:31 AM
also add frameborder="0" and noresize :)

<FRAMESET COLS="30%,70%" border="0" frameborder="0" noresize>