View Full Version : frames- very n00b1sh


Mike
05-01-2003, 09:23 PM
They look kinda bad, in my opinion. unless you change the framebordercolor to match ur website or loze the border all togther.

___________________________________

<frameset cols="20%,*" frameborder="0">
<frame src="url" name="y">
<frame src="url" name="7">
</frameset>


That'll give u the no border.

Alcy
05-01-2003, 11:31 PM
Just add border="0" frameborder="0" to get rid of the border.

<frameset cols="20%,*" border="0" frameborder="0">

<frame src="url" name="y" border="0" frameborder="0">

<frame src="url" name="7" border="0" frameborder="0">

</frameset>