I am trying to edit 'welcome_headers' so I can have a different colored background in the table. I cant seem to figure out why its not working for me. Can anyone tell me what I am doing wrong?
I added the following to 'welcome_headers':
<!-- guest welcome message -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" bgcolor="#FFFF80" width="100%" align="center">
<tr>
Thanks, Kevin
|