Table To CSS Help Needed

Discussion in 'Offer' started by SSJ8, Sep 20, 2010.

  1. SSJ8

    SSJ8 Well-Known Member

    Posts:
    1,658
    Likes Received:
    0
    Joined:
    Dec 22, 2005
    Hey guys, I could do with some help converting a table to CSS. I don't think it would e very complicated, however I don't have much experience (or credits) to offer, but if someone can help it'll be really appreciated.

    This is the table. I think it fits, but I'm not sure if I've any white spaces or anthing.

    <body class="oneColFixCtr">
    <div id="container">
    <div id="mainContent">

    <table width="80%" cellspacing="0" cellpadding="0">
    <tr>
    <td height="117" colspan="2"><img src="images/website-_01.gif" width="1000" height="117" /></td>
    </tr>
    <tr>
    <td height="22" colspan="2" background="images/website-_02.gif">

    Home | Windows/Doors | Conservatories | Energy Rating | Contact Us
    </td>
    </tr>
    <tr>
    <td width="300"><img src="images/website-_03.gif" width="300" height="763" /></td>
    <td width="700" background="images/website-_04.gif" align="left" valign="top"><p>&nbsp;</p>
    <p>&nbsp;</p><blockquote>
    <p>Words words words</p>
    <p>IWords words words</p>
    <p>Words words words</p>
    <p>Words words words</p>
    <p>&nbsp;</p></blockquote>
    <h1>Header</h1>
    <blockquote><p>Words</p>
    <p>Words</p>
    <p>Words</p>
    <p>Words</p>
    <p>Words</p>
    <p>Words</p></blockquote></td>
    </tr>
    <tr>
    <td colspan="2">&nbsp;</td>
    </tr>
    <tr>
    <td colspan="2">&nbsp;</td>
    </tr>
    </table>
    <!-- end #mainContent --></div>
    <!-- end #container --></div>
    </body>
     
  2. Clash

    Clash The Go-To Guy

    Age:
    34
    Posts:
    2,620
    Likes Received:
    0
    Joined:
    Jan 24, 2005
    Can you post a jpg of what you're trying to accomplish? I may be able to help you then.
     

Share This Page