| Wednesday 18 May 2005 9:27:44 am 
                                                                
                                                                 
Hello All!I am beginner at Exponential. I did read a lot of documentation, but i can understand one thing :((
 In admin part i did create some content objects of the standart (classic) "Article" class. 
In the template i did fetch information. BUT!
 On the page (front office) every fetched content appear with tag <p> 
<p>My intro, la la la</p>
 In template it looks like: 
{attribute_view_gui attribute=$node.object.data_map.intro}
  It totally destroy my design ;( I noticed that problem appears only when attribute type of the fetched item is "XML Text field" (In my case: "body" and "intro"). But i need use this type in order to use extension xmlarea than. 
Why this tag appears? How can i avoid this? PLEASE HELP ME!
 |