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...
