Back open mac FF - submitting Anchors works BUT then render HTML unreadable to the editor

  •  05-24-2007, 7:03 PM

    Back open mac FF - submitting Anchors works BUT then render HTML unreadable to the editor

    In client demo the client was on a new mac using firefox and stepped through making anchors, when they hit submit the page looks fine but when they open back up the content in the editor the HTML is wacked such that half the content does not appear. Below are samples of the html started with folowed by what appears in teh editor after submit
     
    -------- CLIENT OPENS THIS as is IN WYSIWYG mode and uses anchor tool to add a new anchor to Letter to the Editor!--->>when they submit >> SEE NEXT SECTION FOR RESULTANT HTML------
     
      <span class="Title" style="font-weight: bold;">Activist Opportunities Abound</span>
    <div>&nbsp;</div>
    <div>Volunteers and activists are integral to the movement. Here are some of the ways you can work to defend reproductive justice!&nbsp; </div>
    <div>&nbsp;</div>
    <div class="text">
    <a href="http://planned.orcadeck.com/page.aspx?pageid=3476#1">Host a House Party </a>
    <br />
    <a href="http://planned.orcadeck.com/page.aspx?pageid=3476#2">Join a Legislative Action Team</a>
    <br />
    <a href="http://planned.orcadeck.com/page.aspx?pageid=3476#3">Participate in the Visibility and Outreach Program<br />
    </a>
    <a href="http://planned.orcadeck.com/page.aspx?pageid=3476#4">Support the Citizen Lobbying Project</a>
    <br />
    <a href="http://planned.orcadeck.com/page.aspx?pageid=3524&amp;parpageid=3476">Sign Up Now to Be a Volunteer!&nbsp;</a>
    </div>
    <div class="text">
    <br />
    <strong>
    <a id="1" name="1">
    </a>
    </strong>
    <span class="SubTitle">
    Host a House Party</span>
    <span class="Title">
    </span>
    <br />
    Help raise money, develop activists for the movement, and have fun! Invite your friends and family members into your home to discuss reproductive rights and health care. We will meet with you to discuss resources available to make your party a success.</div>
    <div class="text">&nbsp;</div>
    <div class="text">
    <strong>
    <a id="2" name="2">
    </a>
    </strong>
    <span class="SubTitle">Join a Legislative Action Team<span class="Title"><strong></strong></span></span>
    <strong>
    </strong>
    <br />
    Be a local leader. Link up with a group of lead activists who spearhead local reproductive justice campaigns. Legislative Action Team members implement all types of activities from fundraisers to education forums to rallies. </div>
    <div class="text">&nbsp;</div>
    <div class="text">
    <a id="3" name="3">
    </a>
    <span class="SubTitle">Participate in the Visibility and Outreach Program</span>
    <strong>
    </strong>
    <br />
    Ensure that reproductive justice issues remain in the forefront. Assist with informational tables or crowd canvass efforts at community events. Talk to supporters face-to-face about the importance of protecting our rights. </div>
    <div class="text">&nbsp;</div>
    <div class="text">
    <strong>
    <a id="4" name="4">
    </a>
    </strong>
    <span class="SubTitle">
    Support the Citizen Lobbying Project
    </span>
    <br />
    Make your voice heard on political bills of interest. Attend committee hearings and lobby meetings at the Capitol in Salem or participate in local town hall forums. It’s up to us to hold our elected officials accountable. Tell your legislators to support reproductive freedom for all Oregonians!<br />
    <br />
    <span class="SubTitle">Write a Letter to the Editor </span><br />
    </div>
    <div class="text">Make sure that reproductive justice issues earn media attention. Receive alerts when letters are needed for submission and author your letter from the comfort of your home.&nbsp; <br />
    <br />
    </div>
    <div>
    <a href="#top">Back to top</a>
    </div>
    <div>&nbsp;</div>
     
     
    -----------------------RESULTANT HTML -----------
    what I first notice is that there are alot of strong tags piles up at the bottom - before you had us not using doctype and just <HTML> shoudl we be suing a doctype ?
    ----------------------------------------------
      <span class="Title" style="font-weight: bold;">Activist Opportunities Abound</span>
    <div>&nbsp;</div>
    <div>Volunteers and activists are integral to the movement. Here are some of the ways you can work to defend reproductive justice!&nbsp; </div>
    <div>&nbsp;</div>
    <div class="text">
    <a href="http://planned.orcadeck.com/page.aspx?pageid=3476#1">Host a House Party </a>
    <br />
    <a href="http://planned.orcadeck.com/page.aspx?pageid=3476#2">Join a Legislative Action Team</a>
    <br />
    <a href="http://planned.orcadeck.com/page.aspx?pageid=3476#3">Participate in the Visibility and Outreach Program<br />
    </a>
    <a href="http://planned.orcadeck.com/page.aspx?pageid=3476#4">Support the Citizen Lobbying Project</a>
    <br />
    <a href="http://planned.orcadeck.com/page.aspx?pageid=3524&amp;parpageid=3476">Sign Up Now to Be a Volunteer! </a>
    <br />
    <a href="#Letter">Write a Letter to the Editor</a>
    <br />
    </div>
    <div class="text">
    <br />
    <strong>
    <a id="1" name="1">
    </a>
    </strong>
    <span class="SubTitle">
    Host a House Party</span>
    <span class="Title">
    </span>
    <br />
    Help raise money, develop activists for the movement, and have fun! Invite your friends and family members into your home to discuss reproductive rights and health care. We will meet with you to discuss resources available to make your party a success.</div>
    <div class="text"> </div>
    <div class="text">
    <strong>
    <a id="2" name="2">
    </a>
    </strong>
    <span class="SubTitle">Join a Legislative Action Team<span class="Title"><strong></strong></span></span>
    <strong>
    </strong>
    <br />
    Be a local leader. Link up with a group of lead activists who spearhead local reproductive justice campaigns. Legislative Action Team members implement all types of activities from fundraisers to education forums to rallies. </div>
    <div class="text"> </div>
    <div class="text">
    <a id="3" name="3">
    </a>
    <span class="SubTitle">Participate in the Visibility and Outreach Program</span>
    <strong>
    </strong>
    <br />
    Ensure that reproductive justice issues remain in the forefront. Assist with informational tables or crowd canvass efforts at community events. Talk to supporters face-to-face about the importance of protecting our rights. </div>
    <div class="text"> </div>
    <div class="text">
    <strong>
    <a id="4" name="4">
    </a>
    </strong>
    <span class="SubTitle">
    Support the Citizen Lobbying Project
    </span>
    <br />
    Make your voice heard on political bills of interest. Attend committee hearings and lobby meetings at the Capitol in Salem or participate in local town hall forums. It’s up to us to hold our elected officials accountable. Tell your legislators to support reproductive freedom for all Oregonians!<br />
    <br />
    <a name="Letter" id="Letter"></a><span class="SubTitle">Write a Letter to the Editor </span><br />
    </strong></div>
    <strong>  </strong>
    <div class="text"><strong>Make sure that reproductive justice issues earn media attention. Receive alerts when letters are needed for submission and author your letter from the comfort of your home.&nbsp; <br />
    <br />
    </strong></div>
    <strong>  </strong>
    <div>
    <strong>    <a href="#top">Back to top</a>
    </strong></div>
    <strong>  </strong>
    <div><strong>&nbsp;</strong></div>
    <strong> </strong>

    orcais.com
View Complete Thread