• upon publishing… wordpress takes this (note I am using the Real WYSIWYG plugin):

    <MAP name=mdMapMap>
    <AREA
    title=”Washington Statistics” shape=RECT alt=”Washington Statistics” coords=68,61,98,83
    href=”wa.htm”>
    <AREA
    title=”Oregon Statistics” shape=RECT alt=”Oregon Statistics” coords=53,107,79,129
    href=”or.htm”>

    <AREA
    title=”Nevada Statistics” shape=RECT alt=”Nevada Statistics” coords=71,172,103,193
    href=”nv.htm”>

    and turns it into:

    <map name=”mdMapMap”> title=”Washington Statistics” shape=RECT alt=”Washington Statistics” coords=68,61,98,83
    href=”wa.htm”> title=”Oregon Statistics” shape=RECT alt=”Oregon Statistics” coords=53,107,79,129
    href=”or.htm”></map>title=”Nevada Statistics” shape=RECT alt=”Nevada Statistics” coords=71,172,103,193
    href=”nv.htm”>

    How do I get it to stop doing this. Is it just flat out not compatible with the Area Tag?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Tiny MCE rectifying AREA tags and I don’t want it to’ is closed to new replies.