Alignment on My site

Discussion in 'HTML & Website Design' started by killerkitten, Mar 8, 2009.

  1. #1
    Hi ive recently been making a basic html template just to try and keep learn a bit more about css and html code. The site i am working on is http://flyingdesign.co.uk, so far ive managed to get the left hand menu to align all the way down on all pages except for on the Gallery page (as you can see HERE) ive tried everything i know to try and fix this but i cant seem to do it. I think is may be something to do with the tables i have used for the pictures but i am not 100% certain. Any help would be greatly appreciated ;)
     
    killerkitten, Mar 8, 2009 IP
  2. scottlpool2003

    scottlpool2003 Well-Known Member

    Messages:
    1,708
    Likes Received:
    49
    Best Answers:
    9
    Trophy Points:
    150
    #2
    http://youronlinemovies.net/search.php

    View source, copy & paste...

    It's advised that you use includes so that you don't get confused... Here's the main layout code;

        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
    <link rel="Stylesheet" href="http://flyingdesign.co.uk//css/style1.css" type='text/css' />
    <meta name="description" content="Quality collection of aeroplane photographs and facts dedicated to the best of the best in flying machines." />
    <meta name="keywords" content="planes, plane, aeroplane, fly, flying, pilot, pilots, vulcan, b52, bomber, tomcat, f, f16, f14, harrier, jump, jet, tornado, military, aircraft, wing, design" />
    <title>Home</title>
    </head>
    <body>
    <div id="logo"><img src="http://flyingdesign.co.uk//images/banner.gif" alt="Banner" /></div>
    <div id="left"><br />
    <a href="index1.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Home','','images/home-2.gif',1)"><img src="http://flyingdesign.co.uk/images/home-1.gif" alt="Home" width="120" height="30" id="Home" name="Home" /></a><br />
    <br />
    <a href="about.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('About','','images/about-2.gif',1)"><img src="http://flyingdesign.co.uk/images/about-1.gif" alt="About" width="120" height="30" id="About" name="About" /></a><br />
    <br />
    <a href="gallery.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('About','','images/gallery-2.gif',1)"><img src="http://flyingdesign.co.uk/images/gallery-1.gif" alt="Gallery" width="120" height="30" id="Gallery" name="Gallery" /></a><br />
    <br />
    <a href="contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('About','','images/contact-2.gif',1)"><img src="http://flyingdesign.co.uk/images/contact-1.gif" alt="Contact" width="120" height="30" id="Contact" name="Contact" /></a></div>
    <div id="content"><p class="header">
    
    
    
    
    
    specific page title
    
    
    
    
    </p>
    
    
    
    
    
    
    content
    
    
    
    
    
    
    
    
    </div>
    
    </body>
    </html>
    
    PHP:
    Let me know when you have it so I can remove it from my site.

    Also if you would like me to organise your structure to include files so that each page only has whatever you put on it, let me know.

    Scott
     
    scottlpool2003, Mar 8, 2009 IP
  3. killerkitten

    killerkitten Peon

    Messages:
    146
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks, ive got the code from your site now.. ill take a look at it once i get some spare time and see if i can do it (thats the best way i learn)... if not ill let you know...thanks for your help ;)
     
    killerkitten, Mar 9, 2009 IP
  4. scottlpool2003

    scottlpool2003 Well-Known Member

    Messages:
    1,708
    Likes Received:
    49
    Best Answers:
    9
    Trophy Points:
    150
    #4
    No problem, thanks for letting me know!
     
    scottlpool2003, Mar 9, 2009 IP