xtatumxraex
11-03-2005, 03:12 AM
Okay, i have this layout and its already got the image map code but i wanted the layout to be Iframes, so I was wondering how do I do a layout that is image mapped but the links are iframes?
|
View Full Version : Iframes & Image Mapping Code xtatumxraex 11-03-2005, 03:12 AM Okay, i have this layout and its already got the image map code but i wanted the layout to be Iframes, so I was wondering how do I do a layout that is image mapped but the links are iframes? pb&j 11-03-2005, 03:49 AM it almost sounds like you are confused on what iframes are. iframe = window on your page that shows a second webpage inside of it and the contents of the iframe can be changed to a new webpage by the click of a link. so you would put an iframe on your page, and TARGET your links to open inside of it. check out lissa's frames tutorail page... HTML Help, then FRAMES on the top navigation. xtatumxraex 11-03-2005, 11:42 AM I understand what iframing is. But i don't understand what the code would be if you were doing image mapping and iframes together. pb&j 11-03-2005, 01:21 PM same as any other links. you would add TARGET="VALUE" to the area tag to have its link open into the iframe spot. if that does not answer your question, please provide your page so far and explain a bit further on what your goal is to do. thanks. xtatumxraex 11-03-2005, 03:25 PM Okay, what is my value? I don't get that part. www.onceoverlooked.tk that's the site. pb&j 11-04-2005, 04:34 AM you have it correctly set right now. maintext xtatumxraex 11-04-2005, 09:17 PM Thank you so much for the help that you provided me with! All of the sudden it just clicked in my head what i had to do, sorry if I was irritating to work with. pb&j 11-05-2005, 08:01 AM no worries. we all need some help at times. |