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"> </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"> </td> <td width="60" height="22" bgcolor="#383838"> </td> </tr> <tr> <td width="18" background="http://www.dailynicheidea.com/images/leftg.jpg" height="201"> <p> </p> <p> </p> <p> </td> <td width="26" height="201" bgcolor="#383838"> </td> <td width="416" height="125" bgcolor="#363636" colspan="2"> <font size="4" color="#FFFFFF">Hi! Blah blah 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! What the hell is going on!!!</font><br> </p> <p> </td> <td bgcolor="#363636" height="201" width="23"> </td> <td bgcolor="#6B6B6B" height="201" width="18" background="rightg.jpg"> </td> <td bgcolor="#6B6B6B" height="201" width="43"> </td> </tr> <tr> <td height="19" width="44" colspan="2" rowspan="3" bgcolor="#6A6A6A"> </td> <td width="356" height="38" bgcolor="#363636"> </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"> </td> </tr> <tr> <td width="356" height="1" bgcolor="#383838" background="http://www.dailynicheidea.com/images/bottomg.jpg"> </td> </tr> <tr> <td height="8" width="44" colspan="2" rowspan="2" bgcolor="#6A6A6A"> </td> <td width="356" height="29" bgcolor="#6A6A6A"> </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
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"> </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"> </td> <td width="60" height="22" bgcolor="#383838"> </td> </tr> <tr> <td width="18" background="http://www.dailynicheidea.com/images/leftg.jpg" height="201"> <p> </p> <p> </p> <p> </td> <td width="26" height="201" bgcolor="#383838"> </td> <td width="416" height="125" bgcolor="#363636" colspan="2"> <font size="4" color="#FFFFFF">Hi! Blah blah 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! What the hell is going on!!!</font><br> </p> <p> </td> <td bgcolor="#363636" height="201" width="23"> </td> <td bgcolor="#6B6B6B" height="201" width="18" background="http://www.dailynicheidea.com/images/rightg.jpg"> </td> <td bgcolor="#6B6B6B" height="201" width="43"> </td> </tr> <tr> <td height="19" width="44" colspan="2" rowspan="3" bgcolor="#6A6A6A" <!---background="http://www.dailynicheidea.com/images/rightg.jpg"----> </td> <td width="356" height="38" bgcolor="#363636"> </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"> </td> </tr> <tr> <td width="356" height="1" bgcolor="#383838" background="http://www.dailynicheidea.com/images/bottomg.jpg"> </td> </tr> <tr> <td height="8" width="44" colspan="2" rowspan="2" bgcolor="#6A6A6A"> </td> <td width="356" height="29" bgcolor="#6A6A6A"> </td> </tr> </table> </center> </div> </body> </html>
there are less complicated ways I think to create the effect you're after. might want to look at: http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm