Closed Thread Icon

Preserved Topic: Frames (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20454" title="Pages that link to Preserved Topic: Frames (Page 1 of 1)" rel="nofollow" >Preserved Topic: Frames <span class="small">(Page 1 of 1)</span>\

 
Skatefx
Bipolar (III) Inmate

From: Small Patch of Grass in CT
Insane since: Mar 2001

posted posted 03-01-2002 05:42

I am trying to make one frame across the top and two columns under that. How would I set up the frames?

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 03-01-2002 06:51

This is just an example, you can change frames properties (dimensions, borders, ets) to suit your needs...

<FRAMESET ROWS="30%,*">
&nbsp;&nbsp;&nbsp;&nbsp;<FRAME SRC="blah.html"></FRAME>
&nbsp;&nbsp;&nbsp;&nbsp;<FRAMESET COLS="30%,*">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FRAME SRC="blah.html"></FRAME>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FRAME SRC="blah.html"></FRAME>
&nbsp;&nbsp;&nbsp;&nbsp;</FRAMESET>
</FRAMESET>


Skatefx
Bipolar (III) Inmate

From: Small Patch of Grass in CT
Insane since: Mar 2001

posted posted 03-01-2002 06:57

Thanks Max!

Skatefx
Bipolar (III) Inmate

From: Small Patch of Grass in CT
Insane since: Mar 2001

posted posted 03-01-2002 07:28

One more question.

I was able to use that code for the frames but no matter what I do I have a thin white border around them. Ex. www.trakxero.com thats where I tryed to do it but keep getting the border! How do I make it go disappear?

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 03-01-2002 14:21

<FRAMESET ROWS="105,*" FRAMESPACING="0" BORDER="0">
&nbsp;&nbsp;&nbsp;&nbsp;<FRAME SRC="blah.html" FRAMEBORDER="0" SCROLLING="No" NAME="header" NORESIZE></FRAME>
&nbsp;&nbsp;&nbsp;&nbsp;<FRAMESET COLS="195,*" FRAMESPACING="0" BORDER="0">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FRAME SRC="blah.html" FRAMEBORDER="0" NAME="menu" NORESIZE></FRAME>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FRAME SRC="blah.html" FRAMEBORDER="0" NAME="content" NORESIZE></FRAME>
&nbsp;&nbsp;&nbsp;&nbsp;</FRAMESET>
</FRAMESET>


« BackwardsOnwards »

Show Forum Drop Down Menu