A little help please..

Discussion in 'HTML & Website Design' started by interappbiz, Mar 16, 2008.

Thread Status:
Not open for further replies.
  1. #1
    Hello,i think it`s gonna be funny for most of the webdesigners...but..i have a problem.
    I created some tables in my webpage,and i want to write something in the table...but my text is going in the midle of the page,the same with the pictures:((((
    How can i start from the beggining of the table?
     
    interappbiz, Mar 16, 2008 IP
  2. HydroJohn

    HydroJohn Active Member

    Messages:
    1,558
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    90
    #2
    Link To Page Please?
     
    HydroJohn, Mar 16, 2008 IP
  3. interappbiz

    interappbiz Peon

    Messages:
    362
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I didn`t uploaded..i`m just making the skelet now...I`m making the tables..then i`ll add the text and banners...this is my way.If you want to help me,i can upload the page...but you will see just tables
     
    interappbiz, Mar 16, 2008 IP
  4. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You don't need to upload, you can just post the code here.
     
    nicangeli, Mar 16, 2008 IP
  5. interappbiz

    interappbiz Peon

    Messages:
    362
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Bet Safe</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>

    <body>
    <table width="992" border="1" bordercolor="#0000FF">
    <tr>
    <td width="696" height="104">&nbsp;</td>
    <td width="280">&nbsp;</td>
    </tr>
    </table>
    <table width="992" border="1" bordercolor="#FF00FF">
    <tr>
    <td width="982">Mastahh Curve MUIE CACAT </td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    </table>
    <table width="992" border="1">
    <tr>
    <td width="109" height="415"><table width="109" border="1">
    <tr>
    <td width="99" height="61"><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    </table>
    </td>
    <td width="748">
    <div align="center">am avut si vom avea mereeeeeeeeeeeu Boala pe tiganiiii </div></td>
    <td width="113"><table width="113" border="1">
    <tr>
    <td width="103" height="85">&nbsp;</td>
    </tr>
    <tr>
    <td height="90">&nbsp;</td>
    </tr>
    <tr>
    <td height="60">&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    </table></td>
    </tr>
    </table>
    <p>&nbsp;</p>
    </body>
    </html>


    THis is the entire CODE.Thanks for the help!
    And if you can help me put 2 tables....one in left side and one in right side simple..Because to put 1 in left and 1 in right i created another table...and i introduced my 2 tables in that table:)..
     
    interappbiz, Mar 16, 2008 IP
  6. Cody Salter

    Cody Salter Guest

    Messages:
    161
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Ok, are you wanting the text in the middle to be at the top? Top Center? Top Right?


    Here is the code with it aligned center top.

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Bet Safe</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>

    <body>
    <table width="992" border="1" bordercolor="#0000FF">
    <tr>
    <td width="696" height="104">&nbsp;</td>
    <td width="280">&nbsp;</td>
    </tr>
    </table>
    <table width="992" border="1" bordercolor="#FF00FF">
    <tr>
    <td width="982">Mastahh Curve MUIE CACAT </td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    </table>
    <table width="992" border="1">
    <tr>
    <td width="109" height="415"><table width="109" border="1">
    <tr>
    <td width="99" height="61"><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    </table>
    </td>
    <td width="748" valign="top">
    <div align="center">am avut si vom avea mereeeeeeeeeeeu Boala pe tiganiiii </div></td>
    <td width="113"><table width="113" border="1">
    <tr>
    <td width="103" height="85">&nbsp;</td>
    </tr>
    <tr>
    <td height="90">&nbsp;</td>
    </tr>
    <tr>
    <td height="60">&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    </table></td>
    </tr>
    </table>
    <p>&nbsp;</p>
    </body>
    </html>
     
    Cody Salter, Mar 16, 2008 IP
Thread Status:
Not open for further replies.