View Full Version : Image Map...coding...aaahhhh!!!!


Miss_Thang
01-17-2004, 05:52 AM
OMG...this whole image mapping gots me going BANANAS!!! I made my layout in psp8 umm I wish there was a way I could show it to you...but uh I did the image mapping to the links to open in my iframe and everything else. Now I'm having trouble coding it!!!

Ok...here's what I mean I need to code my layout but I also need to code the links the way they are mapped. ...umm ex: I put URL: Aventura.html All Text: Aventura and Target: Iframe Now in the tutorial I was lookiing at it said to save everything all of them as map.html...but when I click "save as" i put ex: aventura and it will only save as .html files.

So my problem is 1)coding it and 2) my links...this is my biggest problem (lol) making the image map code thingy!!!

I really hope some1 can help me out and I hope I didn't confuse anyone (lol)

Jyoti
01-17-2004, 05:57 AM
I don't really understand what you're trying to say, but when I save an image map in psp, I save it as an html file and then copy the coding for the map and paste it into my main.html. Another thing; your target is iframe. Is that the frames name? Because you have to name the frame and target that. Ex. the name is content so you would go target:content.

Miss_Thang
01-17-2004, 06:02 AM
how do u get the image coding? that's my problem...

Rosey
01-17-2004, 06:12 AM
You can use cutemap or something like that, it will give you the coordinates

Jyoti
01-17-2004, 06:15 AM
In psp8, go to export...image mapper. Then save and take the code that you need from the html document (the image tag and the map code).

Miss_Thang
01-17-2004, 06:28 AM
umm ok...i opened up my files in notepad...is this what it should look like...well here's one of them...how do i put all of them

<HTML>
<HEAD>
<META NAME="Author" CONTENT="">
<META NAME="Generator" CONTENT="Jasc Paint Shop Pro 8">
<TITLE> </TITLE>
</HEAD>
<BODY>

<IMG NAME="layout10" SRC="layout1.gif" WIDTH="800" HEIGHT="600" BORDER="0" USEMAP="#layout1">

<MAP NAME="layout1">
<AREA SHAPE="rect" COORDS="25,51,79,68" HREF="main.html" TARGET="frame" ALT="main">
</MAP>

</BODY>
</HTML>

Jyoti
01-17-2004, 06:30 AM
well, in the image mapper in PSP, you can do more than one link for an html document. Just do what you did for the first link for all the links you need and THEN save. You should get all the code that you need that way.

Miss_Thang
01-17-2004, 06:38 AM
umm....oh k i think i got it now...thanks a bunch!!