P
PCLIVE
I have a table of 4 cells. I'm not sure if I did it correctly, but I gave
each cell an id. For this paticular example, I'm using a cell id of "top2".
This cell currently has a graphic (../2.jpg) within. This graphic has a
hotspot link that links to another graphic file (../2b.jpg). With the way
this is written, the link opens a new window. Can you tell me a way that I
can have this graphic display in cell id "top2", keeping my other cells
unchanged?
This is what I currently have.
<area href="../2b.jpg" shape="rect" coords="98, 4, 142, 29"></map>
<img border="0" src="../2.jpg" id=top2 width="256" height="141"
usemap="#FPMap0"></td>
Thanks,
Paul
each cell an id. For this paticular example, I'm using a cell id of "top2".
This cell currently has a graphic (../2.jpg) within. This graphic has a
hotspot link that links to another graphic file (../2b.jpg). With the way
this is written, the link opens a new window. Can you tell me a way that I
can have this graphic display in cell id "top2", keeping my other cells
unchanged?
This is what I currently have.
<area href="../2b.jpg" shape="rect" coords="98, 4, 142, 29"></map>
<img border="0" src="../2.jpg" id=top2 width="256" height="141"
usemap="#FPMap0"></td>
Thanks,
Paul