Repeating Frames

liunx

Guest
Hello there. I'm sorry to join this form but asking for help but i am at my wits end.<br />
<br />
I've set up a page using Dreamweaver's frameset templates. My Problem is that the frames seem to be repeating to the right and to the bottom <br />
<br />
Testing Site (<!-- m --><a class="postlink" href="http://kikumomo.spymac.net/home.htm">http://kikumomo.spymac.net/home.htm</a><!-- m -->) <br />
<br />
I would be grateful for any advice. I'm trying to redesign the web site and I can't use it in it's present state. I would like to use frames so that I can maintain uniformity throught the site. <br />
<br />
It could be done with tables, I suppose, but I would like to learn this too. <br />
<br />
Thanks for any help <br />
<br />
<br />
Kiku<br />
xxxxx<br />
<br />
<br />
Oh I know the links don't work yet, I've just used old pages to fill the space for now ;)<!--content-->your link doesnt seem to work:(<br />
<br />
edit: (to your test site that is)<!--content-->I don't believe it fate is against me. It seems to be a server problem. I tested the link after I posted my query.<br />
<br />
<br />
The link is correct, I've double checked it. :)<!--content-->can you post your code?<!--content-->yeah looks like server problems a few othere users sites have gone awol too. This is so frustrating. Thank goodness I only use that server for testing.<br />
<br />
<frameset rows="*" cols="150,650" frameborder="NO" border="0" framespacing="0"><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"/left_frame.htm" name="leftFrame" scrolling="NO" noresize title="leftFrame"><br />
<frameset rows="500,100" frameborder="NO" border="0" framespacing="0"><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"/main_frame.htm" name="mainFrame" title="mainFrame"><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"/bottom_frame.htm" name="bottomFrame" scrolling="NO" noresize title="bottomFrame"><br />
</frameset><br />
</frameset><!--content-->The server is up again. Strange it happened after me having a rant!<br />
<br />
;)<!--content--><frameset rows="*,113" cols="*" frameborder="NO" border="0" framespacing="0"><br />
<frameset rows="*" cols="131,*" framespacing="0" frameborder="NO" border="0"><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"left_frame.htm" name="leftFrame" scrolling="NO" noresize><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"main_frame.htm" name="mainFrame"><br />
</frameset><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"/bottom_frame.htm" name="bottomFrame" scrolling="NO" noresize ><br />
</frameset> <br />
works better, then just resize it for you own needs<br />
<br />
<br />
personally i would do away with frames and do the layout with css<!--content-->Thanks for that! I've used a css code it seems to be fine now!<br />
<br />
<br />
Cheers <br />
<br />
<br />
xxxxxx<!--content-->
 
Back
Top