Click to See Complete Forum and Search --> : Repeating Frames


Kikumomo
02-21-2004, 09:40 AM
Hello there. I'm sorry to join this form but asking for help but i am at my wits end.

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

Testing Site (http://kikumomo.spymac.net/home.htm)

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.

It could be done with tables, I suppose, but I would like to learn this too.

Thanks for any help


Kiku
xxxxx


Oh I know the links don't work yet, I've just used old pages to fill the space for now ;)

iniquity101
02-21-2004, 09:52 AM
your link doesnt seem to work:(

edit: (to your test site that is)

Kikumomo
02-21-2004, 09:58 AM
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.


The link is correct, I've double checked it. :)

iniquity101
02-21-2004, 10:06 AM
can you post your code?

Kikumomo
02-21-2004, 10:42 AM
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.

<frameset rows="*" cols="150,650" frameborder="NO" border="0" framespacing="0">
<frame src="/left_frame.htm" name="leftFrame" scrolling="NO" noresize title="leftFrame">
<frameset rows="500,100" frameborder="NO" border="0" framespacing="0">
<frame src="/main_frame.htm" name="mainFrame" title="mainFrame">
<frame src="/bottom_frame.htm" name="bottomFrame" scrolling="NO" noresize title="bottomFrame">
</frameset>
</frameset>

Kikumomo
02-21-2004, 11:30 AM
The server is up again. Strange it happened after me having a rant!

;)

iniquity101
02-21-2004, 12:14 PM
<frameset rows="*,113" cols="*" frameborder="NO" border="0" framespacing="0">
<frameset rows="*" cols="131,*" framespacing="0" frameborder="NO" border="0">
<frame src="left_frame.htm" name="leftFrame" scrolling="NO" noresize>
<frame src="main_frame.htm" name="mainFrame">
</frameset>
<frame src="/bottom_frame.htm" name="bottomFrame" scrolling="NO" noresize >
</frameset>
works better, then just resize it for you own needs


personally i would do away with frames and do the layout with css

Kikumomo
02-21-2004, 12:26 PM
Thanks for that! I've used a css code it seems to be fine now!


Cheers


xxxxxx