View Single Post
  #3  
Old 12-12-2005, 08:17 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

<font> tags are depreciated and should not be used. The easiest way to fix your problem is just going to be to surround the welcome text in customer/main/welcome.tpl with a <div> tag like this:

Code:
<div style="color: #FFFFFF;">{$lng.txt_welcome}</div>

You can also control the 'white boxes' by editing the .dialogbox style in skin1.css.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote