| 
                                                             Monday 16 February 2004 10:39:14 am 
                                                            
                                                            
                                                                 
This is the text from the myblue.tpl: <span class="myblue">{$content}</span> 
This is the text as I entered it into the Intro field: This week, some members of the crew are reporting live from Hall A, attending "Top fair 2003". Top fair 2003 <custom name="myblue>this is my blue colored text</custom>is an international trade fair for Information Technology and Telecommunications. The trade fair is held for the 5th time. 
This is the HTML that gets displayed on the actual web site: 
<div class="intro"><p> 
This week, some members of the crew are reporting live from Hall A, attending "Top fair 2003". Top fair 2003  
</p> <span class="myblue"><p> 
this is my blue colored text<br /> 
</p> 
</span><p> 
is an international trade fair for Information Technology and Telecommunications. The trade fair is held for the 5th time. 
</p> </div> 
As you can see ez is taking my single paragraph and breaking it into three paragraphs: 
<p>1st paragraph</p>  
<span class="myblue"><p>blue text</p></span> <p>3rd paragraph</p> Any ideas how I can keep it all in one paragraph? Maybe you have an idea on how to selectivly eliminate the <p> tags??                                                             
                                                                                                                                                                                 |