Redkaven
03-17-2003, 05:57 PM
Something wrong with this code? It's not working.
I know it may seem strange to rig it that way, but I'm trying to come up with a way to make it adjust to different screen sizes.
--------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>XXX HOME</title>
</head>
<FRAME ROWS="100%" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0">
<FRAME SRC="xxxtop.html">
<FRAME COLS="100,50,100%,50,100" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0">
<FRAME SRC="xxxnavigation.html">
<FRAME SRC="xxxbar1.html">
<FRAME SRC="xxxcontents.html">
<FRAME SRC="xxxbar2.html">
<FRAME SRC="xxxright.html">
</html>
-------------------------------------
Thanks in advance,
-Redkaven
I know it may seem strange to rig it that way, but I'm trying to come up with a way to make it adjust to different screen sizes.
--------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>XXX HOME</title>
</head>
<FRAME ROWS="100%" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0">
<FRAME SRC="xxxtop.html">
<FRAME COLS="100,50,100%,50,100" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0">
<FRAME SRC="xxxnavigation.html">
<FRAME SRC="xxxbar1.html">
<FRAME SRC="xxxcontents.html">
<FRAME SRC="xxxbar2.html">
<FRAME SRC="xxxright.html">
</html>
-------------------------------------
Thanks in advance,
-Redkaven