sml
01-25-2008, 07:20 PM
Hi all - thanks in advance for your help!
I have created a merchandise templat for members to have easier acces to common questions about it... anywho, I decided to "upgrade" the flow. As you can see in the picture below, I am having trouble getting rid of the borders, or cellpadding, or whatever! Help me if you can! :D
https://vborg.vbsupport.ru/external/2008/01/9.jpg
and my code:
<!-- item 1 -->
<td class="page" width="33%">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<div class="smallfont">
<tr>
<td class="tcat" colspan="2">
Premium Memberships
</td>
</tr>
<tr>
<td class="thead" align="center">Image
</td>
<td class="thead">Pricing</td>
</tr>
<td class="alt1" align="center"><img src="http://www.projektgerman.com/forums/images/goodstuff/premium.gif" />
</td>
<!-- I am assuming my problem is somewhere in here -->
<td cellpadding="0" cellspacing="0">
<table class="tborder" border="0" width="100%">
<tr>
<td class="alt1">
<div class="smallfont">
<strong><u>Public Pricing</u></strong><br />Item:<br />Tax:<br />Total:
</div>
</td>
</tr>
<tr>
<td class="alt2">
<div class="smallfont">
<strong><u>Premium Pricing</u></strong><br />Item:<br /><Tax:<br />Total:
</div>
</td>
</tr>
</table>
</td>
<!-- /I am assuming my problem is somewhere in here -->
</tr>
<tr>
<td class="thead" colspan="2">Description
</td>
</tr>
<tr>
<td class="alt2" colspan="2">
<div class="smallfont" align="justify">  
Premium memberships are for persons who will be buying items from PKG or just wanting to help support the site! If you do not plan on buying any items from PKG then the premium membership might not be for you. This membership gains you advantages over a regular membership. These features include;<strong> a larger pm box, able to search private messages, premium banner in forums, customizable user titles, one PkG decal, five PkG cards, and premium pricing on GoodStuff</strong>!
</div>
</td>
</tr>
</table>
</td>
<!-- /item 1 -->
I have created a merchandise templat for members to have easier acces to common questions about it... anywho, I decided to "upgrade" the flow. As you can see in the picture below, I am having trouble getting rid of the borders, or cellpadding, or whatever! Help me if you can! :D
https://vborg.vbsupport.ru/external/2008/01/9.jpg
and my code:
<!-- item 1 -->
<td class="page" width="33%">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<div class="smallfont">
<tr>
<td class="tcat" colspan="2">
Premium Memberships
</td>
</tr>
<tr>
<td class="thead" align="center">Image
</td>
<td class="thead">Pricing</td>
</tr>
<td class="alt1" align="center"><img src="http://www.projektgerman.com/forums/images/goodstuff/premium.gif" />
</td>
<!-- I am assuming my problem is somewhere in here -->
<td cellpadding="0" cellspacing="0">
<table class="tborder" border="0" width="100%">
<tr>
<td class="alt1">
<div class="smallfont">
<strong><u>Public Pricing</u></strong><br />Item:<br />Tax:<br />Total:
</div>
</td>
</tr>
<tr>
<td class="alt2">
<div class="smallfont">
<strong><u>Premium Pricing</u></strong><br />Item:<br /><Tax:<br />Total:
</div>
</td>
</tr>
</table>
</td>
<!-- /I am assuming my problem is somewhere in here -->
</tr>
<tr>
<td class="thead" colspan="2">Description
</td>
</tr>
<tr>
<td class="alt2" colspan="2">
<div class="smallfont" align="justify">  
Premium memberships are for persons who will be buying items from PKG or just wanting to help support the site! If you do not plan on buying any items from PKG then the premium membership might not be for you. This membership gains you advantages over a regular membership. These features include;<strong> a larger pm box, able to search private messages, premium banner in forums, customizable user titles, one PkG decal, five PkG cards, and premium pricing on GoodStuff</strong>!
</div>
</td>
</tr>
</table>
</td>
<!-- /item 1 -->