View Single Post
  #12 (permalink)  
Old 09-15-2006, 03:18 PM
TrafficProducer TrafficProducer is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: United Kingdom
Posts: 1,885
TrafficProducer RepRank 1
Default CSS or Tables

CSS or Tables

(Your Page look quite as it is good now :)

Well here's basic tables:-

Idea is to place code in a middle cell of three.

Youc can then do an align="left" that cell.

Code:
<table border="1" width="100%">
  <tr>
    <td width="33%"></td>
    <td width="33%">
      <ul>[*]1[*]2[*]3[*]4[/list]    </td>
    <td width="34%"></td>
  </tr>
</table>
__________________
Videos to Watch and Video Publishing
Affiliate Program! Our Affiliate Program Pays 50.00% Business Support
Reply With Quote