Results 1 to 3 of 3

Thread: My Layout

  1. #1
    Join Date
    Jun 2008
    Posts
    72
    Tokens
    0

    Default My Layout

    i can't get the last image for my template to lie right

    Template



    Coding



    Please Help

  2. #2
    Join Date
    Oct 2006
    Location
    Peterborough, UK
    Posts
    3,855
    Tokens
    216

    Latest Awards:

    Default

    You've got some crazy ass tables there, post the full code so I can take a look.

  3. #3
    Join Date
    Jun 2008
    Posts
    72
    Tokens
    0

    Default

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Gaming God~ The God Of Games</title>
    
    <style type="text/css">
    .marquee {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 15px;
        color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }    
    .style3 {font-size: x-small}
    .style4 {font-size: small}
    </style>
    </head>
    <body>
    
    <table width="580" border="0" align="center" cellpadding="0" cellspacing="0">
      <!--DWLayoutTable-->
      <tr>
        <td width="572" height="80"><img src="banner.PNG" width="572" height="80" /></td>
        </tr>
    </table>
        <table width="581" border="0" align="center" cellpadding="0" cellspacing="0">
      <!--DWLayoutTable-->
    <tr>
            <td width="572" height="30" valign="top" background="says.PNG" class="marquee">
            <marquee>
            God Says: Hello
      </marquee></td>
                <td width="9">&nbsp;</td>
    </tr>
    <tr><td colspan="2"></td>
    </tr>
    <tr>
    <td background="spacer.PNG" />
    <div align="center" class="style3">This Layout Was Designed And Coded Is Copyright To David Wallace&copy;</div>
    </td>
    </tr>
    </table>
    <table width="773" height="2" border="0" cellspacing="0" cellpadding="0">
    <td width="380" valign="top"><table width="373" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td><img src="top.PNG" /></td>
    </tr>
    <tr>
    <td background="middle.PNG"><div align="center"> </td>
    </tr>
    <tr>
    <td><img src="bottom.PNG" /></td>
    </tr>
    <tr>
    <td><img src="spacer2.PNG" /></td>
    </tr>
    <tr>
    <td><img src="top.PNG" /></td>
    </tr>
    <tr>
    <td background="middle.PNG"><p align="right">&nbsp;</p>  </td>
    </tr>
    <tr>
    <td><img src="bottom.PNG" /></td>
    </tr>
    </table>
    <td width="409" valign="top"><table width="402" border="0" cellspacing="0" cellpadding="0">
          <tr>
          <td><img src="c_top.PNG" /></td>
          </tr>
          <tr>
          <td background="c_middle.PNG" width="405"><div align="center">
            <p>&nbsp;</p>
          </div></td>
        </tr>
          <tr>
          <td><img src="c_bottom.PNG" /></td>
          </tr>
        </table>
    
          
    </body>
    </html>
    I want it under c_bottom

Posting Permissions

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