frame with seperated borders

liunx

Guest
I'm creating a website using frames.<br />
I want to show just the upper border of a frame.<br />
Is this possible?<br />
<br />
Thanks<!--content-->I don't know if that is possible but i know how to remove borders all together check my site to see no borders Blind Rain (<!-- m --><a class="postlink" href="http://mywebpages.comcast.net/rfdwhitacre/">http://mywebpages.comcast.net/rfdwhitacre/</a><!-- m -->) border="0" is the lign you want for no borders<br />
<br />
<frameset rows="*,40" border="0"><br />
<frameset cols="200,*" border="0"><br />
<FRAMESET border="0" frameSpacing="0" rows="50,*" frameBorder="0"><br />
<FRAME name="Title" src=http://www.webdeveloper.com/forum/archive/index.php/"frames/Title.html" noresize="yes" scrolling="no"><br />
<FRAME name="Menu2" src=http://www.webdeveloper.com/forum/archive/index.php/"frames/Login.html" noresize="yes" scrolling="no"><br />
</FRAMESET><br />
<frameset rows="175,60,*" border="0"><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"frames/Page2.html" name="Header" scrolling="no" noresize="yes"><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"address.html" name="pontent" noresize scrolling="no"><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"frames/index.html" name="Content" noresize><br />
</frameset><br />
</frameset><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"test/links.html" name="links" scrolling="no" noresize><br />
<noframes><br />
<body><input type="button" value="Enter Site" onCLick="loadp();"><br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://groups.msn.com/BlindRain/messages.msnw">Send your messages Here</a></noframes><br />
<br />
</frameset><!--content-->
 
Back
Top