Quote:
Originally Posted by Kerry-Anne
|
I added your sidebars with no problem. One of the easier mods I've added by far. I am however, a little lost on adding the HTML coding for the different modules from the site, (ie." Who's Online, Latest Posts, etc.) Would you be able to use the code below from your sidebar template to provide an example of how to add the HTML code properly. Please forgive me, I'm on a huge learning curve here. Any assistance would be greatly appreciated!
Thanks
Here's the template code. If you could insert additional code (example) in another color, that would be great. Again, great mod!
<table width="100%" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder">
<if condition="$vboptions[usc_left_title]">
<tr>
<td class="tcat">
$vboptions[usc_left_title]
</td>
</tr>
</if>
<if condition="$vboptions[usc_left_block1]">
<tr>
<td class="alt1">
$vboptions[usc_left_block1]
</td>
</tr>
</if>
<if condition="$vboptions[usc_left_block2]">
<tr>