Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

frameborder

Status
Not open for further replies.

dbaseboy

Programmer
Apr 24, 2002
48
GB
Ok, my second basic question of the day.

I have the following as an Index.html file

<HTML>
<FRAMESET ROWS="137,*">
<FRAME NAME="Top" SRC="Top_frame.html" frameborder="0" marginheight =1>
<FRAME NAME="Bottom" SRC="Col1.html" frameborder="0" scrolling=auto marginheight =1>

</FRAMESET>

As you can see I've used FrameBorder yet I still get a white border between the two pages. What am I doing wrong?
 
not that I can tell (although i confess to not being sure where to look!) if its part of the <BODY...> tag of each page then no. each one looks along the lines of :

<BODY BGCOLOR='black' background="images/starsglow1bground2.gif">

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top