Qucik question about borders..

liunx

Guest
Is this code right?<br />
<br />
<FRAMESET COLS="200" BBORDER="15"><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"ClubHistory.html"><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"Results.htm"><br />
</FRAMESET><br />
<br />
If not how do I create a border? Do you think it looks better to have a border showing or not?<br />
<br />
HG<!--content-->I think frames would look better without borders.<br />
<br />
To not put a border:<br />
<br />
<frameset border="false" frameborder="0" framespacing="0" rows="80,*,19"> <br />
<br />
To put a border:<br />
<br />
<frameset border="true" frameborder="1" framespacing="0" rows="80,*,19"><!--content-->
 
Back
Top