Yeah, got that but whenever I use span and wrap a text label it wipes out
the formatting around it. Must be something to do with nested tables. Pain in the rear they are.
Example:
Wrapped {$lng.txt_welcome} in welcome.tpl with span tags calling class "Welcome" which I have in my CSS only as font color #FFFFFF.
All that did was wipe out the top title box on the featured products dialogue box which is next after the <p> tag.
Go figure???
Is it the <p> tags causing a problem, because a similar occured as per previous post regarding the discount certificate tpl.
Other ideas?
Thanks
Greg
EDIT: Fixed. SPAN tags wouldn't work but DIV's did, just means a few more typing entries.