Jump to content
xisto Community
FirefoxRocks

Comment On My Site

Recommended Posts

What's wrong with table layouts? Some of the most popular sites use them, bbc, miniclip and all IPB-based forums. They can also be a great way to start designa successful layout:

<!XHTML DOCTYPE AND WHATNOT>
 <html>
  <head>
    <title> Test Page
    </title>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-5"> 
   </head>
   <body>
     <table align="center>
       <tr>
         <td> <img src="myheader.png" alt="Welcome To Test Page" />
         </td>
       </tr>
      </table>
      <table>
        <tr>
          <td> <h2> Navigation </h2>
                   <br>
                   <br>
                   <ul>
                    <li> Home </li> <!-- Not to sure how to form <li> with xhtml. Is it <li /> TEXT or <li> TEXT </li>? -->
                    <li> Games </li>
                    <li> Bla </li>
                   </ul>
           </td>
           <td> <h2> Content </h2>
                    Lorem ipsum id est.....
           </td>
          </tr>
         </table>
        </body>
       </html>



That code will produce the basis for a site with the navigation down the left hand side. If you add some small-sized images as backgrounds and as the header, you'll site will look nice and be quick-loading.

As navigation is on the left hand side, you can have an infinite number of listings without producing annoying horizontal scrollbars.

If you want you could just use premade templates from sites like css beauty.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.