dboogie2288
03-03-2005, 01:04 PM
Ok, I've created just a basic template on my cmps as a welcome box.
www.beginnerbikers.org
however, I created a new cell next to my text to add a simple image. I would like the header bar with the "welcome to beginnerbikers.org" to span the entire 2 collumns, and I've tried adjusting the colspan value, but it seems just to get worse. Any ideas?
here is the current template code;
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] Welcome to Beginnerbikers.org</strong></span></td>
<td class="tcat"><span class="smallfont"><strong> </strong></td>
</tr>
<td class="alt1">
Welcome to beginnerbikers.org. We hope you enjoy your time here. Our focus is on providing quality information to the new and returning bikers in the world, but everyone is welcome. <a href="forum.php">Visit the forums</a>, and join in the discussion, our members are quite knowledgeable and would be happy to share their experiences and knowledge with you. They are our best quality! Feel free to browse the site, if you have any trouble, please use the <a href="sendmessage.php">Contact Us</a> form available on any page.
</td>
<td class="alt1"> <img src="http://www.beginnerbikers.org/images/misc/vtx2sm.jpg"></td>
</table>
<br />
www.beginnerbikers.org
however, I created a new cell next to my text to add a simple image. I would like the header bar with the "welcome to beginnerbikers.org" to span the entire 2 collumns, and I've tried adjusting the colspan value, but it seems just to get worse. Any ideas?
here is the current template code;
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] Welcome to Beginnerbikers.org</strong></span></td>
<td class="tcat"><span class="smallfont"><strong> </strong></td>
</tr>
<td class="alt1">
Welcome to beginnerbikers.org. We hope you enjoy your time here. Our focus is on providing quality information to the new and returning bikers in the world, but everyone is welcome. <a href="forum.php">Visit the forums</a>, and join in the discussion, our members are quite knowledgeable and would be happy to share their experiences and knowledge with you. They are our best quality! Feel free to browse the site, if you have any trouble, please use the <a href="sendmessage.php">Contact Us</a> form available on any page.
</td>
<td class="alt1"> <img src="http://www.beginnerbikers.org/images/misc/vtx2sm.jpg"></td>
</table>
<br />