Wednesday 06 September 2006 5:56:29 am
I'm using the sjsd plugin for some of my text areas. I am outputing the text ok except some additional anchor tags seem to have been added to the field being output. These are not in the filed during editing. This is the code I'm using to output the text
{attribute_view_gui attribute=$pagelayout_node.object.data_map.intro_text}
<h6><a href="{$pagelayout_node.data_map.intro_link.content|wash}">Discover More</a></h6>
And this is what is being output.
<a name="230_1"></a><h2>Heading 1</h2>
<a name="230_1_0_0_0_1"></a><h6>Heading 2</h6>
<a name="230_1_1"></a><h3>Heading 3</h3>
These anchor tags are additions which I did not make and they are messing up my style. How do i stop these being output. Thanks
|