View Single Post
  #10  
Old 04-10-2006, 09:32 AM
  ryno's Avatar 
ryno ryno is offline
 

Advanced Member
  
Join Date: Feb 2006
Location: Tempe, Az
Posts: 30
 

Default

this just reminds me of all the crappy depreciated code in x-cart....

You SHOULD just use a span tag around that body copy and put the css in your style sheet. Adding styles to a "p" tag is old... You don't need a "div" layer just to do that either.

Code:
<span class="WelcomeTxt">{$lng.txt_welcome}</span>

And in your style sheet add this:
Code:
.WelcomeTxt {color:#fff;}

(me joins the team as standards & compliance advisor...
__________________
gold v4.0.18 -> live
...working on another soon
Reply With Quote