Thursday 07 August 2003 6:22:44 am
Hi, I have just made my own product page template but when I use this... {attribute_view_gui attribute=$map.X}, it adds a <p> tag before and a </p> tag after so when you view it from the user's point of view, there are paragraphs (which are messing up my design) but I don't know how to tell eZpublish not to put the <p> tags in.
An example... I am using this code to place the description in my template: Description: {attribute_view_gui attribute=$map.description} But when the user sees the product page (and view the source) this is what is displayed:
Description: <p> (the description) </p> The <p> tag means that I get a big line between each item - and I don't want it there. So how do I stop the <p> tag being placed? Thanks! Dave
|