J
Jane Doe
Hello,
problem as follows:
I have made a webpage with 3 frames
left | main
footer
but for some reason, when I put table on main.html, it leaves a blank space
on right edge, I cannot make the first line complete from left edge to right
edge. Code follows, can someone help me with this one ?
btw, is there a news group, where i could send screen shot of problem (would
be much easier to explain problem with picture?)
Thanks in advance.
index.html --------------------------------------------
<HTML>
<TITLE></TITLE>
<FRAMESET ROWS="*,47" frameborder="0"
framespacing="0" border="0" scrolling="none">
<FRAMESET COLS="165,*">
<FRAME name="left" SRC="left.html">
<FRAME name="main" SRC="main.html">
</FRAMESET>
<FRAME name="footer" SRC="footer.html">
</FRAMESET>
</HTML>
left.html --------------------------------------------
<html>
<body bgcolor="#ffffff" text="#000000" link="#000066"
vlink="#000066" marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>
</body>
<table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr><td>
<a href="link_1.html" target="Main">Link_1</a>
</td></tr>
</table>
</body></html>
main.html --------------------------------------------
<html>
<body bgcolor="#fhjfff" text="#000000" link="#000066"
vlink="#000066" marginwidth=0 marginheight=0
leftmargin=0 topmargin=0>
<TABLE BORDER="0" width="100%" CELLPADDING="0" CELLSPACING="0"
BGCOLOR="#FFFFFF">
<TR>
<TD width="100%" height="16" background="gfx/left_up_1_x1.jpg"></TD>
</TR>
</TABLE>
</body></html>
footer.html --------------------------------------------
<html>
<body bgcolor="#f99off" text="#000000" link="#000066"
vlink="#000066" marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>
</body>
</html>
problem as follows:
I have made a webpage with 3 frames
left | main
footer
but for some reason, when I put table on main.html, it leaves a blank space
on right edge, I cannot make the first line complete from left edge to right
edge. Code follows, can someone help me with this one ?
btw, is there a news group, where i could send screen shot of problem (would
be much easier to explain problem with picture?)
Thanks in advance.
index.html --------------------------------------------
<HTML>
<TITLE></TITLE>
<FRAMESET ROWS="*,47" frameborder="0"
framespacing="0" border="0" scrolling="none">
<FRAMESET COLS="165,*">
<FRAME name="left" SRC="left.html">
<FRAME name="main" SRC="main.html">
</FRAMESET>
<FRAME name="footer" SRC="footer.html">
</FRAMESET>
</HTML>
left.html --------------------------------------------
<html>
<body bgcolor="#ffffff" text="#000000" link="#000066"
vlink="#000066" marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>
</body>
<table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr><td>
<a href="link_1.html" target="Main">Link_1</a>
</td></tr>
</table>
</body></html>
main.html --------------------------------------------
<html>
<body bgcolor="#fhjfff" text="#000000" link="#000066"
vlink="#000066" marginwidth=0 marginheight=0
leftmargin=0 topmargin=0>
<TABLE BORDER="0" width="100%" CELLPADDING="0" CELLSPACING="0"
BGCOLOR="#FFFFFF">
<TR>
<TD width="100%" height="16" background="gfx/left_up_1_x1.jpg"></TD>
</TR>
</TABLE>
</body></html>
footer.html --------------------------------------------
<html>
<body bgcolor="#f99off" text="#000000" link="#000066"
vlink="#000066" marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>
</body>
</html>