chibi_tenshi
07-16-2003, 03:38 PM
i have a layout that uses a div table, but how can i direct an image mapped link into the div table? right now, all my links in the navigation bar are opening in a new window. should i be using something other than a div table? to better understand, try looking at the site:
http://www22.brinkster.com/surrealdelusion/main.html
MaGiCSuN
07-16-2003, 04:07 PM
you can't. You can only target iframes and frames. div's are not able to target, since at are just area's with allread text in them, not a new page.
Love,
Mirna
chibi_tenshi
07-16-2003, 04:39 PM
oh ok...um...could you tell me how i would type in the code if i used iframe or frames?
MaGiCSuN
07-16-2003, 06:30 PM
add target="FRAMENAME" to your image map codes (area codes)
then add <iframe height="#px" width="#px" frameborder="0" name="FRAMENAME" src="page.html"></iframe>
change FRAMENAME to something in both link and iframe to match each other. Theys hould be exact the same, otherwise the link will not open the page inside the iframe
src="page.html" = when you want a page to be opened allready in the iframe when the page is opened.
Love,
Mirna
chibi_tenshi
07-16-2003, 07:42 PM
thanks, i'll try that! :)
could you tell me how to make a direct thing..for example:
when i click on words outside of iFrame, how could i make it appear inside the iFrame?
lefty
07-17-2003, 02:26 AM
did you read magicsun's post? The whole "target" thing.
Originally posted by lefty2217
did you read magicsun's post? The whole "target" thing.
umm..i don't think so, do you by any chance, have the link for it?..thanks
MaGiCSuN
07-20-2003, 07:59 PM
the code is in my post...
Spirit892
07-20-2003, 08:09 PM
Its in her post, but I'll explain it again. :rolleyes:
Okay, for a link to target to an i-frame is this: <a href="http://" target="iframe name">link</a>
for a link to target outside the iframe onto the regular page is this <a href="http://">link</a> just a normal link.
There, get it now?
eh, i GUESS this helps.hehe, thanks