Thursday 11 December 2003 10:11:39 pm
Thanks Claus & Marco!
Claus, Actually I am trying to publish the article's Intro text to my webpage with a link "More...". The article's Intro text was received using the {attribute_view_gui attribute=$content_version.data_map.intro} . Once the user clicking on the "More.." link then I am showing the Article's full content. My requirement is to publish the Intro text with the "More.." link on the same line. But the Intro text is coming with the <p> tag. So the "More.." link is skipping to the next line.
I have enabled the debug settings of the Templatesettings in site.ini.
Check the setting:
[TemplateSettings]
# Use either enabled to see which template files are loaded or disabled to supress debug Debug=enabled This helped me to get the template name. Its using the ezxmltext.tpl . I have gone through template in design/standard/templates/content/datatype/view/ezxmltext.tpl The <p> tag is not used inside the template. May be I am wrong in somewhere. Please help to get my requirement.
Marco, I have gone through the design/stylesheets and I have added a CSS statement for p tag in my stylesheet and removed the space height in between the article's intro and "More.." link (But unable to remove the breaking). Thanks. Sathizh
|