A little background information first. We have the following list of links on a page.
(output)
> Planning Commission
> Design Review Committee
> Staff Technical Review
> Zoning Districts
> Planning Applications and Forms
> Schedule of Fees
> Planning Documents
(correct source)
<a href="#">> Planning Commission</a><br/>
<a href="#">> Design Review Committee</a> <br/>
<a href="#">> Staff Technical Review</a><br/>
<a href="#">> Zoning Districts</a><br/>
> Planning Applications and Forms<br/>
<a href="#">> Schedule of Fees</a><br/>
> Planning Documents<br/>
When a user of Savvy edits one of the links, a group of the links get screwed up. It seems like a trailing anchor gets lost and the following URLs get dropped.(?)
(uncorrected source)
<a href="#">> Planning Commission</a><br/>
<a href="#">> Design Review Committee</a> <br/>
<a href="#">> Staff Technical Review<br/>
> Zoning Districts<br/>
> Planning Applications and Forms</a><br/>
<a href="http://">> Schedule of Fees<br/>
> Planning Documents</a>
This is happening with several different Savvy users, so that rules user error somewhat.
I have switched from unordered lists to simple paragraph breaks, to see if that would help. But It did not seem to make a difference.
Currently, my work around is the Savvy users emails me, and then I use the code view and correct it by hand.
The most recent page in question is @
http://www.fairfield-city.org/devservices/planning.cfm
My question is there any work around, fix or even suggestions?
Thanks.
- Daniel
(I have edited the actual links to nulls # just for this posting)