I am using
WebTemplate to create new pages. It's a terrific mod.
I want to include a page that has tables in it. This part I can manage.
I have the Default style and one purchased style,
Aria.
I am trying to add a table that will use the elements of each style. I do not know how to accomplish this.
For instance, when I look at the template for Default / What's Going On I see:
Code:
<td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
Then in Aria it's this:
Code:
<td height="31" align="left" valign="middle" style="background-image: url($stylevar[imgdir_misc]/top_bg.gif)"><div class="aria_category"><b>$vbphrase[whats_going_on]</b></div></td>
So If I use the info in Aria, what will happen if the user selects the Default style?
How can I design the table so it show correctly for each style?