Reply
Old 07-10-2005, 05:34 PM Framesets
markerpen's Avatar
Average Talker

Posts: 18
I am creating a website in dreamweaver mx 2004.
I have created a left and top frame, and i have created different main frame for different pages but i want to know how to add the frames to each differnt page.
It may be quite simply but i would like it if someone could help
markerpen is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 07-10-2005, 05:44 PM
onlyplace4's Avatar
Extreme Talker

Posts: 159
Location: Skegness, Lincolnshire, England
Lets say you have a mainframe called 'main', anything you want to load directly into that frame you would link with <a href="anypage.html" target="main">Your Link</a> - it really is as simple as that.

Your frameset that contains the three frames becomes the index of the site (and is the only page incidentally to have frames on it, though you can nest frames but this is cumbersome and hard to keep control over). Every other page that loads into the frameset is a normal HTML page.

Hope that makes sense
onlyplace4 is offline
Reply With Quote
View Public Profile Visit onlyplace4's homepage!
 
Old 07-10-2005, 05:57 PM
markerpen's Avatar
Average Talker

Posts: 18
Thank you
i think i have sorted it by making all the links open in the main frame so the frames are still on the page.
markerpen is offline
Reply With Quote
View Public Profile
 
Old 07-10-2005, 07:22 PM
Cagedweb's Avatar
Extreme Talker

Posts: 170
Sorry of topic but I remember hogsthorpe well
Cagedweb is offline
Reply With Quote
View Public Profile Visit Cagedweb's homepage!
 
Old 07-10-2005, 08:49 PM
onlyplace4's Avatar
Extreme Talker

Posts: 159
Location: Skegness, Lincolnshire, England
Quote:
Originally Posted by Cagedweb
Sorry of topic but I remember hogsthorpe well
I've only lived here 3 years but love the place and the area, especially in winter when all the tourists have gone home ... ahhhhhhhh ... peace and quiet lol
onlyplace4 is offline
Reply With Quote
View Public Profile Visit onlyplace4's homepage!
 
Old 07-15-2005, 11:06 PM
Skorch's Avatar
Super Talker

Posts: 115
Location: California
Frames can be bad though! Type the name of your main frame page and then try to get the frames to load(yourdomain/MainFrame.html). You should use div tags, set up using css to style them

CSS info
div#header {width, height, color and placement}
div#navbar {style info here}
div#content {style info here}

HTML info
<div id="header">Header info</div>
<div id="navbar">Navigation menu here</div>
<div id="content">main Content here</div>

This makes it easy to link the pages in your site and you have your menu links on all your pages(spiders follow the links they find on a page) and your visitors always have access to all your content.
__________________
Check out my Cliff Diving website!
Skorch is offline
Reply With Quote
View Public Profile Visit Skorch's homepage!
 
Reply     « Reply to Framesets
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.14222 seconds with 12 queries