Forums

Table based theme? (3 posts)

  1. zigvt85
    Member
    Posted 9 months ago #

    I need help I dont like divs I hate them and would like to know this. It may be a noob question but anyways here I go. I would like to create a table based theme for example.

    <table width="980" border="0" cellspacing="0" cellpadding="0" align="center">
      <tr>
        <td colspan="2" align="center">Banner Here</td>
      </tr>
      <tr>
        <td colspan="2" align="center">Menu Here</td>
      </tr>
      <tr>
        <td width="730" valign="top">Content Here</td>
        <td width="250" valign="top">Sidebar Here</td>
      </tr>
    </table>

    ^example above is what I want.

    Like I said I am not a div fan I design all my sites in tables for me its easier. I was just wondering how I could do this without using divs in wordpress?

  2. sixhours
    Member
    Posted 9 months ago #

    The same way you'd create a theme with divs... start here:

    Theme Development

  3. bjornhall
    Member
    Posted 9 months ago #

    Learn to use divs.

Reply

You must log in to post.

About this Topic