View Single Post
  #8  
Old 08-13-2004, 10:30 AM
 
Beaker Beaker is offline
 

Newbie
  
Join Date: May 2004
Posts: 9
 

Default

all I did was apply a new stlye into the font tag inside the pre tags

from:

<pre>
<font>
{include file="customer/main/customer_details.tpl"}
</font>
</pre>

to:

<pre>
<font class=newstyle>
{include file="customer/main/customer_details.tpl"}
</font>
</pre>


and it worked easier then having to create a new page.
Reply With Quote