It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

Unwanted Spaces

Unwanted Spaces

Postby Tomi on Thu Feb 08, 2007 5:15 pm

I realy dont know how they got their but they are messing up the whole layout, i had been playing with the CSS and the HTML when this happend and i dont know which one messed it up. First of all i will post the website so you can see the problem then the HTML then the CSS if anyone has some time to have a look and spot the problem i will be extreemly greatfull.

Both sets of code arnt massive, please dont be put of.

http://www.imperialfists.com/linkland/upload/index.php
The gaps are between the images on the nav bar...

Code: Select all
      <div id="topcont">
      <img id="logo" src="/linkland/Logo.jpg" alt="Link Land" align="center'/>
      <div id="menu"

                         <img src="/linkland/LeftNav.jpg"/></a>
          <a href="<?=$url;?>"><img src="/linkland/Home(there).jpg" alt="Home"/></a>
          <a href="purchase.php"><img src="/linkland/Buy.jpg" alt="Buy Link"/></a>
          <a href="about.php"><img src="/linkland/About.jpg" alt="About us"/></a>
          <a href="contact.php"><img src="/linkland/Contact.jpg" alt="Contact"/></a>
                         <img src="/linkland/rightnav.jpg" /></a>
                         
      </div>
                <div id="main" align="center"><br />
      <div class="memberbar">
      <?php include 'welcomeuser.php'; ?>
                </div>


Code: Select all
body
{
   font-family: Tahoma, Arial, sans-serif;
   margin: 0;
   padding: 0;
   font-size:11px;
}

div#topcont
{
   width: 440px;
   margin: 0px auto;
}

img#logo
{
   padding: 0px 17px;
   margin: 0px;
   display: block;
}

div#menu
{
   background-repeat: no-repeat;
   padding-left: 0px;
   margin: 0px;
   width: 11px0%;
   overflow: hidden;
}

div#menu img
{
   display: block;
   float: left;
}

div#main
{
   padding: 0px 17px;
}

div#footer
{
   padding-top: 20px;
   height: 33px;
    width: 335px;
   text-align: center;
   color: #737373;
   font-size:11px;
}

a img{ border-style: none;}

a:link, a:visited{ color: #737373; text-decoration: none;}
a:hover, a:active{text-decoration: underline;}

.memberbar {
   width: 285px;
   background: #D2EDFF;
   border: 1px solid #1289D5;
   text-align: center;
   padding: 4px;
}

.button {
font-family: Verdana,Helvetica,Arial;
font-size: 10px;
background: #D2EDFF;
border: solid 1px #1289D5;
}

.about {
padding: 5px;
width: 285px;
}


Thanks
Tomi
User avatar
Tomi
500+ Club
 
Posts: 925
Joined: Mon Jun 26, 2006 6:51 pm
Location: Essex, England

Who is online

Users browsing this forum: No registered users and 5 guests