Hi,
I run robberbaronscomedy.com, and am currently developing a new version using wordpress MU 2.8.4 and Buddypress 1.03.
Right now, I am trying to develop a cast page that uses an image map to overlay Facebook-like rectangles over castmembers' faces, which when clicked would lead to their profile pages.
Unfortunately, anytime I enter in mapping code, Wordpress deletes all the map and area tags automatically. I have disabled the WYSIWYG editor, and I have tried deactivating all plugins and changing themes. So for example, this
<map name="myMap" id="myMap">
<area href="http://en.wikipedia.org/wiki/Rectangle" shape="rect" coords=รข"x1, y1, x2, y2" alt="rectangle" />
<area href="http://en.wikipedia.org/wiki/Circle" shape="circle" coords="x3, y3, r" alt="circle" />
<area href="http://en.wikipedia.org/wiki/Polygon" shape="poly" coords="x4, y4, x5, y5, x6, y6" alt="polygon" />
</map>
<img alt="map" src="http://www.nietoperzka.com/wptraining/wp-content/uploads/2007/09/img.png" width="420" height="185" usemap="#myMap" />
becomes:
<img alt="map" src="http://www.nietoperzka.com/wptraining/wp-content/uploads/2007/09/img.png" width="420" height="185" />
Any suggestions? I also am open to other methods of making the facebook tagged photo function work, though I would prefer not to use CSS for the one page.
Thanks!