Gossamer Forum
Home : Products : Gossamer Links : Discussions :

<%Description%> and font size

Quote Reply
<%Description%> and font size
My subcategory template looks like this:

Code:

<dl>
<dt>
<strong><a class="cathead" href="<%URL%>"><%Short_Name%><%if Related%>@<%endif%></a></strong>
<small class="numlinks">(<%Number_of_Links%>)</small>
<%if Has_New_Links eq 'Yes'%>
<small><sup class="new">new</sup></small>
<%endif%>
<%if Has_Changed_Links eq 'Yes'%>
<small><sup class="new">updated</sup></small>
<%endif%>
</dt>
<%if Description%>
<dd>
<span class="descript">
<%Description%>
</span>
</dd>
<%endif%>
</dl>


However, when I view the source code of the pages when they have been generated I notice that the <%Description%> tag includes <font size=2> code which is causing validation problems:

http://validator.w3.org/...p;ss=1&verbose=1

How do I edit the <%Description%> tag to remove the offending code?

TIA

Alex



Indigo Clothing is a t-shirt printing company based in the UK.
Indigo Clothing | Promotional Clothing | T-Shirt Printing | Embroidery
Subject Author Views Date
Thread <%Description%> and font size IndigoClothing 2128 Jun 28, 2004, 11:14 AM
Thread Re: [IndigoClothing] <%Description%> and font size
IndigoClothing 2072 Jul 10, 2004, 1:20 AM
Post Re: [IndigoClothing] <%Description%> and font size
afinlr 2074 Jul 10, 2004, 9:42 AM
Thread Re: [IndigoClothing] <%Description%> and font size
IndigoClothing 2052 Jul 10, 2004, 10:07 AM
Post Re: [IndigoClothing] <%Description%> and font size
afinlr 2048 Jul 10, 2004, 6:29 PM