Article Editing Problem - Joomla! Forum - community, help and support
when editing article in tinymce editor, highlight word phrase , click link button, enter proper html address , change target new window.
then toggle editor see html code, shows proper <a> coding link. problem when save article, code gets changed.
before save, shows
<a href="http://harvestime.org" target="_blank">harvestime international network</a>
after save, shows
<a href="\"http:/harvestime.org/\"" target="\"_blank\"">harvestime international network</a>
notice \" added code. why happen?
when link clicked displayed article, link browsers
http://joomla30.askhim-ministries.org/index.php/2-uncategorised/%5c%22http://harvestime.org%5c%22
i have joomla 3.0.1 base install, no changes. running firefox 15
then toggle editor see html code, shows proper <a> coding link. problem when save article, code gets changed.
before save, shows
<a href="http://harvestime.org" target="_blank">harvestime international network</a>
after save, shows
<a href="\"http:/harvestime.org/\"" target="\"_blank\"">harvestime international network</a>
notice \" added code. why happen?
when link clicked displayed article, link browsers
http://joomla30.askhim-ministries.org/index.php/2-uncategorised/%5c%22http://harvestime.org%5c%22
i have joomla 3.0.1 base install, no changes. running firefox 15
not links "read more" button , image links changing after saving.
before: <hr id="system-readmore" />
after save: <hr id="\"\\"\\\\"\\\\\\\\"system-readmore\\\\\\\\"\\\\"\\"\"" />
image link after save: <p> <img src="\"\\"images/banners/shop-ad-books.jpg\\"\"" alt="\"\\"\\"\"" /></p>
before: <hr id="system-readmore" />
after save: <hr id="\"\\"\\\\"\\\\\\\\"system-readmore\\\\\\\\"\\\\"\\"\"" />
image link after save: <p> <img src="\"\\"images/banners/shop-ad-books.jpg\\"\"" alt="\"\\"\\"\"" /></p>
Comments
Post a Comment