Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2005
    Location
    Guildford, UK. Rio, Brazil.
    Posts
    95
    Tokens
    0

    Default Problems with tables.

    I'm coding my prtofolio layout in tables, and keeps messing up.

    This is my code.

    Code:
    <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
    <TR><TD COLSPAN=3 WIDTH="490" HEIGHT="10"></TD></TR>
    <TR><TD WIDTH="400" HEIGHT="190" BACKGROUND="images/top.gif"></TD>
    <TD WIDTH="223" HEIGHT="21" BACKGROUND="images/box.gif"></TD>
    <TD VALIGN="top" ALIGN="center" WIDTH="223" HEIGHT="258" BACKGROUND="images/bg.gif">
    <DIV STYLE="padding: 10px">
    this is just a test
    </DIV>
    </TD>
    <TD WIDTH="9" HEIGHT="9" BACKGROUND="images/line.gif"></TD></TR>
    <TR><TD WIDTH="223" HEIGHT="15" BACKGROUND="images/left.gif"></TD>
    <TD WIDTH="9" HEIGHT="309" BACKGROUND="images/right.gif"></TD></TR>
    <TR><TD WIDTH="9" HEIGHT="9" BACKGROUND="images/bottom.gif"></TD>
    </TABLE>
    Screenshot;



    Help/suggestions please.

    //
    there are twentyone visions in my life.
    and if you click here you'll understand why.



  2. #2
    Join Date
    Jun 2005
    Location
    Manchester
    Posts
    3,187
    Tokens
    0

    Latest Awards:

    Default

    Make the text on your codes so I don't need a 100x zoom and i'll try and help.

    Although one suggestion try using full CSS instead of tables

    - Dan

  3. #3
    Join Date
    Dec 2005
    Location
    Guildford, UK. Rio, Brazil.
    Posts
    95
    Tokens
    0

    Default

    Quote Originally Posted by Raremandan
    Make the text on your codes so I don't need a 100x zoom and i'll try and help.

    Although one suggestion try using full CSS instead of tables

    - Dan
    Done, and done.
    there are twentyone visions in my life.
    and if you click here you'll understand why.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •