Problem with tables

Discussion in 'HTML & Website Design' started by scart3r, Oct 24, 2007.

  1. #1
    Hullo...

    I need some help...

    I have tried to do this tables thing so that I can use images and have the text part loading fast. It's my first go, but I can't get it to work...

    Does someone have a sec to tell me what I am doing wrong, and how I can fix it?

    You can see the pic here: http://www.dailynicheidea.com/mem.htm

    here is the code [
    <html>
    
    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Hi</title>
    </head>
    
    <body>
    
    <div align="center">
      <center>
      <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" height="121" width="442">
        <tr>
          <td width="44" height="1" rowspan="2" colspan="2">
          <img border="0" src="http://www.dailynicheidea.com/images/topleftg.jpg" width="44" height="44"></td>
          <td height="1" background="http://www.dailynicheidea.com/images/topg.jgp.jpg" width="416" colspan="2">&nbsp;</td>
          <td width="84" height="1" rowspan="2" colspan="3" bgcolor="#6A6A6A">
          <img border="0" src="http://www.dailynicheidea.com/images/righttopg.jpg" width="44" height="44"></td>
        </tr>
        <tr>
          <td width="356" height="22" bordercolor="#383838" bgcolor="#383838">&nbsp;</td>
          <td width="60" height="22" bgcolor="#383838">&nbsp;</td>
        </tr>
        <tr>
          <td width="18" background="http://www.dailynicheidea.com/images/leftg.jpg" height="201">&nbsp;<p>&nbsp;</p>
          <p>&nbsp;</p>
          <p>&nbsp;</td>
          <td width="26" height="201" bgcolor="#383838">&nbsp;</td>
          <td width="416" height="125" bgcolor="#363636" colspan="2">
          <font size="4" color="#FFFFFF">Hi!&nbsp; Blah blah&nbsp; this is the 
          testing thing and it will be showing if this is working or not</font><p>
          <font size="4" color="#FFFFFF">I think it is except for that stupid thing 
          in the bottom :(<br>
          <br>
          I can't get it to fit!&nbsp; What the hell is going on!!!</font><br>
    &nbsp;</p>
          <p>&nbsp;</td>
          <td bgcolor="#363636" height="201" width="23">&nbsp;</td>
          <td bgcolor="#6B6B6B" height="201" width="18" background="rightg.jpg">&nbsp;</td>
          <td bgcolor="#6B6B6B" height="201" width="43">&nbsp;</td>
        </tr>
        <tr>
          <td height="19" width="44" colspan="2" rowspan="3" bgcolor="#6A6A6A">&nbsp;</td>
          <td width="356" height="38" bgcolor="#363636">&nbsp;</td>
          <td bgcolor="#6B6B6B" height="19" width="144" colspan="4" rowspan="4">
          <img border="0" src="http://www.dailynicheidea.com/images/network.jpg" width="144" height="127"></td>
        </tr>
        <tr>
          <td width="356" height="37" bgcolor="#363636">&nbsp;</td>
        </tr>
        <tr>
          <td width="356" height="1" bgcolor="#383838" background="http://www.dailynicheidea.com/images/bottomg.jpg">&nbsp;</td>
        </tr>
        <tr>
          <td height="8" width="44" colspan="2" rowspan="2" bgcolor="#6A6A6A">&nbsp;</td>
          <td width="356" height="29" bgcolor="#6A6A6A">&nbsp;</td>
        </tr>
      </table>
      </center>
    </div>
    
    </body>
    
    </html>
    Code (markup):
    I need the http://www.dailynicheidea.com/images/rightbottomg.jpg at the bottom left, but I can't get it to work!

    Please save me from going insane!! Someone? Anyone??

    Cindy
     
    scart3r, Oct 24, 2007 IP
  2. Blonde Jon

    Blonde Jon Active Member Affiliate Manager

    Messages:
    745
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Here you go. Where i commented out you need to uncomment it and put your image name there. You were just missing the image tags and name in that cell.

    <html>

    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Hi</title>
    </head>

    <body>

    <div align="center">
    <center>
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" height="121" width="442">
    <tr>
    <td width="44" height="1" rowspan="2" colspan="2">
    <img border="0" src="http://www.dailynicheidea.com/images/topleftg.jpg" width="44" height="44"></td>
    <td height="1" background="http://www.dailynicheidea.com/images/topg.jgp.jpg" width="416" colspan="2">&nbsp;</td>
    <td width="84" height="1" rowspan="2" colspan="3" bgcolor="#6A6A6A">
    <img border="0" src="http://www.dailynicheidea.com/images/righttopg.jpg" width="44" height="44"></td>
    </tr>
    <tr>
    <td width="356" height="22" bordercolor="#383838" bgcolor="#383838">&nbsp;</td>
    <td width="60" height="22" bgcolor="#383838">&nbsp;</td>
    </tr>
    <tr>
    <td width="18" background="http://www.dailynicheidea.com/images/leftg.jpg" height="201">&nbsp;<p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</td>
    <td width="26" height="201" bgcolor="#383838">&nbsp;</td>
    <td width="416" height="125" bgcolor="#363636" colspan="2">
    <font size="4" color="#FFFFFF">Hi!&nbsp; Blah blah&nbsp; this is the
    testing thing and it will be showing if this is working or not</font><p>
    <font size="4" color="#FFFFFF">I think it is except for that stupid thing
    in the bottom :(<br>
    <br>
    I can't get it to fit!&nbsp; What the hell is going on!!!</font><br>
    &nbsp;</p>
    <p>&nbsp;</td>
    <td bgcolor="#363636" height="201" width="23">&nbsp;</td>
    <td bgcolor="#6B6B6B" height="201" width="18" background="http://www.dailynicheidea.com/images/rightg.jpg">&nbsp;</td>
    <td bgcolor="#6B6B6B" height="201" width="43">&nbsp;</td>
    </tr>
    <tr>
    <td height="19" width="44" colspan="2" rowspan="3" bgcolor="#6A6A6A" <!---background="http://www.dailynicheidea.com/images/rightg.jpg"---->&nbsp;</td>
    <td width="356" height="38" bgcolor="#363636">&nbsp;</td>
    <td bgcolor="#6B6B6B" height="19" width="144" colspan="4" rowspan="4">
    <img border="0" src="http://www.dailynicheidea.com/images/network.jpg" width="144" height="127"></td>
    </tr>
    <tr>
    <td width="356" height="37" bgcolor="#363636">&nbsp;</td>
    </tr>
    <tr>
    <td width="356" height="1" bgcolor="#383838" background="http://www.dailynicheidea.com/images/bottomg.jpg">&nbsp;</td>
    </tr>
    <tr>
    <td height="8" width="44" colspan="2" rowspan="2" bgcolor="#6A6A6A">&nbsp;</td>
    <td width="356" height="29" bgcolor="#6A6A6A">&nbsp;</td>
    </tr>
    </table>
    </center>
    </div>

    </body>

    </html>
     
    Blonde Jon, Oct 24, 2007 IP
    scart3r likes this.
  3. jgjg

    jgjg Peon

    Messages:
    595
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    jgjg, Oct 25, 2007 IP
    scart3r likes this.
  4. scart3r

    scart3r Notable Member

    Messages:
    3,513
    Likes Received:
    279
    Best Answers:
    0
    Trophy Points:
    250
    #4
    scart3r, Oct 25, 2007 IP