Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Fixing WordPress
    In reply to: Image Map in Page

    What happens, spedifically, is the code is stripped from after the second line of code until the </div>, the last line of code.

    Forum: Fixing WordPress
    In reply to: Image Map in Page

    Here is the code I created at http://www.image-maps.com

    <div style="text-align:center; width:500px; margin-left:auto; margin-right:auto;">
    <img id="Image-Maps_2201110181822565" src="http://dl.dropbox.com/u/18377868/shopmap/shop.gif" usemap="#Image-Maps_2201110181822565" border="0" width="500" height="442" alt="" />
    <map id="_Image-Maps_2201110181822565" name="Image-Maps_2201110181822565">
    <area shape="rect" coords="206,0,434,172" href="http://www.billbergman.com" alt="Assembly" title="Assembly" onMouseOver="if(document.images) document.getElementById('Image-Maps_2201110181822565').src= 'http://dl.dropbox.com/u/18377868/shopmap/ShopAssembly.gif';" onMouseOut="if(document.images) document.getElementById('Image-Maps_2201110181822565').src= 'http://dl.dropbox.com/u/18377868/shopmap/shop.gif';"  />
    <area shape="rect" coords="10,10,195,236" href="http://www.billbergman.com" alt="Machine Room" title="Machine Room" onMouseOver="if(document.images) document.getElementById('Image-Maps_2201110181822565').src= 'http://dl.dropbox.com/u/18377868/shopmap/ShopMachineRm.gif';" onMouseOut="if(document.images) document.getElementById('Image-Maps_2201110181822565').src= 'http://dl.dropbox.com/u/18377868/shopmap/shop.gif';"  />
    <area shape="rect" coords="140,246,260,415" href="http://www.billbergman.com" alt="Mill" title="Mill" onMouseOver="if(document.images) document.getElementById('Image-Maps_2201110181822565').src= 'http://dl.dropbox.com/u/18377868/shopmap/ShopMill.gif';" onMouseOut="if(document.images) document.getElementById('Image-Maps_2201110181822565').src= 'http://dl.dropbox.com/u/18377868/shopmap/shop.gif';"  />
    <area shape="rect" coords="263,245,383,414" href="http://www.billbergman.com" alt="Laser" title="Laser" onMouseOver="if(document.images) document.getElementById('Image-Maps_2201110181822565').src= 'http://dl.dropbox.com/u/18377868/shopmap/ShopLaser.gif';" onMouseOut="if(document.images) document.getElementById('Image-Maps_2201110181822565').src= 'http://dl.dropbox.com/u/18377868/shopmap/shop.gif';"  />
    <area shape="rect" coords="386,244,492,413" href="http://www.billbergman.com" alt="Ceramics" title="Ceramics" onMouseOver="if(document.images) document.getElementById('Image-Maps_2201110181822565').src= 'http://dl.dropbox.com/u/18377868/shopmap/ShopCeramics.gif';" onMouseOut="if(document.images) document.getElementById('Image-Maps_2201110181822565').src= 'http://dl.dropbox.com/u/18377868/shopmap/shop.gif';"  />
    <area shape="rect" coords="496,438,498,440" href="http://www.image-maps.com/index.php?aff=mapped_users_2201110181822565" alt="Image Map" title="Image Map" />
    </map>
    </div>

    This was a test so the links all go the same location.
    Thanks!!

    Forum: Fixing WordPress
    In reply to: Image Map in Page

    Hello,

    Have you solved your problem? I am looking to something similar with rollover images as well. WordPress is swallowing my code.
    Any suggestions would be great.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)