Felicity...
05-24-2003, 12:38 PM
i've done my layout nicely sliced it and put in my i-frames now i need to put it on to my server space as i added in iframes in dreamweaver now i dont know where to star or how to target my main iframe heeeeeellllpppp! thanks
MaGiCSuN
05-24-2003, 12:52 PM
you cant' target iframes.... you can only target the links that have to open INSIDE the iframe. if you did it right you named you iframe something.. that name you use in the link as target="NAMEHERE" then when you click the link the page opens into the iframe
if you want a page to open inside the iframe when you open the whole page you have to fill in this inside the <iframe> code src="url here from the page to open inside the iframe"
Love,
mirna
Stormx
05-24-2003, 01:32 PM
Actually you can target i frames. Insert the
name="iframe"
into the iframe the tag and use a normal <a> tag with the target="iframe" inside it.
Felicity...
05-24-2003, 01:36 PM
ok thanks i think i understand
umm: i have two iframes one to put the links in and one to have the pages in...
can i ask how do i "name" the iframe-the big one for pages
Stormx
05-24-2003, 01:39 PM
Using two iframes on opne page that target eachother is way too much hassel. Simply put the links on the master page, use a table to format them or somthing.
Felicity...
05-24-2003, 01:43 PM
i'm sorry i'm confused...
Stormx
05-24-2003, 01:49 PM
Let me get this straight...
You have a page with two iframes, one with links in one with the page the links target.
Using this method is stupid, the only way the link page and the page where the links are displayed is through the page these pages are in a iframe are in. This is a cpmpletely stupid way of doing this.
Try to Have two pages, the smae as last time but drop the link page. Put the links on the master page and target the remaining iframe with the links, otherwise things get messy
Stormx
05-24-2003, 01:59 PM
Don't mention it! *glares at MaGiCSuN*