Wednesday 21 April 2004 7:46:32 am
Hi All (again)... Thanks for the info on the section_id. Now I have a problem using XML Text field. I put in html and some of it stays after I hit the "Send for publish" while other tags disappear.
I am looking to underline some text in the XML Text field, using the html underline tag doesn't work. I also tried adding a entry to my stylesheet ,
<i>
.underlineText
{
text-decoration: underline;
} </i>
And in the XML Text field I added (around the line to underline) the following:
<i>
<div class="underlineText">
TEXT TO UNDERLINE
</div> </i> Hit the "Send for Publishing" and it is gone. Is there anyway to do this??? Thanks again Glenn MacGregor
|