View Full Version : premature close of tag
PTBDrummer 06-01-2003, 08:39 PM I'm using netscape composer for my site and i put the menu image in and then i tried to seperate it with the menu map and when i try to confrim it, it says "premature close of tag" i'll insert the code below, let me know what you think.
<map name="ptbmenumap">
<area shape="rect" coords="0,0,110,60" href="main.html">
<area shape="rect" coords="110,0,217,60" href="band.html">
<area shape="rect" coords="217,0,338,60" href="lyrics.html">
<area shape="rect" coords="338,0,444,60" href="mp3s.html">
<area shape="rect" coords="444,0,560,60" href="shows.html">
<area shape="rect" coords="560,0,662,60" href="links.html">
<area shape="rect" coords="662,0,780,60" href="http://pub48.bravenet.com/guestbook/show.phpusernum=4094544902&cpv=1"></a
Lakini's Juice 06-01-2003, 10:19 PM Where is the image? should be something like (I think):
<img src="whatever.jpg(or gif)" usemap="ptbmenumap" border=0>
<map name="ptbmenumap">
<area shape="rect" coords="0,0,110,60" href="main.html">
<area shape="rect" coords="110,0,217,60" href="band.html">
<area shape="rect" coords="217,0,338,60" href="lyrics.html">
<area shape="rect" coords="338,0,444,60" href="mp3s.html">
<area shape="rect" coords="444,0,560,60" href="shows.html">
<area shape="rect" coords="560,0,662,60" href="links.html">
<area shape="rect" coords="662,0,780,60" href="http://pub48.bravenet.com/guestbook/show.phpusernum=4094544902&cpv=1"></a> (not sure if you just forgot that > here or in there too but that might be a problem)
or at the end, there should be a close to the MAP area. what is the /a part doing there?
</map>
Lakini's Juice 06-02-2003, 01:02 PM I knew there was something else there I missed lol
PTBDrummer 06-06-2003, 07:28 PM That darn thing still isn't working. I think I've tried everything. Ahhhh this is retarded. Any other suggestions?
jazzberry 06-07-2003, 04:18 AM try
<img src="whatever.jpg(or gif)" usemap="#ptbmenumap" border=0>
<map name="ptbmenumap">
<area shape="rect" coords="0,0,110,60" href="main.html">
<area shape="rect" coords="110,0,217,60" href="band.html">
<area shape="rect" coords="217,0,338,60" href="lyrics.html">
<area shape="rect" coords="338,0,444,60" href="mp3s.html">
<area shape="rect" coords="444,0,560,60" href="shows.html">
<area shape="rect" coords="560,0,662,60" href="links.html">
<area shape="rect" coords="662,0,780,60" href="http://pub48.bravenet.com/guestbook/show.phpusernum=4094544902&cpv=1"></a></map>
PTBDrummer 06-08-2003, 12:02 AM Still isn't working :(
can you provide a link to the page in question please? it may be something else causing the error. thanks.
|