Re: AutoMap naming for Image Map

  •  07-18-2006, 4:06 AM

    Re: AutoMap naming for Image Map

    I also have the same issue.. here is an example where i have 2 imagemaps on the two pictures. the first one was to google and the second one is to yahoo. It is because they are both named AutoMap1. This is a problem for me and I was wondering if there is an update or if you can tell when there will be a fix for this?
     
    example of pasted html

    <table cellSpacing=4 cellPadding=4 bgColor=#ffffff border=0>
        <tbody>
            <tr>
                <td>
                <p><map name=AutoMap1>
                <area shape=RECT target=_blank alt=google coords=14,9,81,49 href="http://www.google.com"></map><img src="/Uploads/j0262681.jpg" width=80 useMap=#AutoMap1></p>
                </td>
                <td>
                <p>When your algorithmic and programming skills have reached a level which you cannot improve any further, refining your team strategy will give you that extra edge you need to reach the top. We practiced programming contests with different team members and strategies for many years, and saw a lot of other teams do so too. </p>
                </td>
            </tr>
            <tr>
                <td>
                <p><map name=AutoMap1>
                <area shape=RECT target=_blank alt=Yahoo coords=12,5,84,53 href="http://www.yahoo.com"></map><img src="/Uploads/PH02366J.jpg" width=80 useMap=#AutoMap1></p>
                </td>
                <td>
                <p>From this we developed a theory about how an optimal team should behave during a contest. However, a refined strategy is not a must: The World Champions of 1995, Freiburg University, were a rookie team, and the winners of the 1994 Northwestern European Contest, Warsaw University, met only two weeks before that contest. </p>
                </td>
            </tr>
        </tbody>
    </table>
    <br><br>

View Complete Thread