Soldato
- Joined
- 6 Feb 2004
- Posts
- 3,450
- Location
- Wiltshire
I dont normally post here, as im a total noob when it comes to web design.
A little help would be appriciated!
The picture at the bottom of this post shows what this code looks like atm. However I have lost the will to live.
What I wanted is the "home" "services" & "contact" to be centered. That white space after contact should not be there.
Obviously I know when you paste that code it wont work as I have a image file saved on my PC. BUT PLEASE help!

A little help would be appriciated!

The picture at the bottom of this post shows what this code looks like atm. However I have lost the will to live.
What I wanted is the "home" "services" & "contact" to be centered. That white space after contact should not be there.

Obviously I know when you paste that code it wont work as I have a image file saved on my PC. BUT PLEASE help!

Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
#ftabbedposition{padding-top:55px;
float:center;
border-bottom:10px solid #00B3EF;
width:800px;
height:50px;
bottom:0px!important;
background:url(back1369.jpg) no-repeat;
}
#ftabbed{background:url(bluengrey838.gif) repeat-y left top;
background-position:100% -149px;
float:left;
width:100%;
font-size: 13px;
line-height:normal;
margin-top:6px;
}
#ftabbed ul{ list-style-type: none;
margin:0;
margin-left: 0px;
padding:0;
}
#ftabbed li{ display:inline;
margin:0;
padding:0;
}
#ftabbed a{ border-top:6px solid #111;
float:left;
background:url(bluengrey838.gif) no-repeat left top;
background-position:0 -155px;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}
#ftabbed a span{ float:left;
display:block;
background:url(bluengrey838.gif) no-repeat left top;
background-position:100% -155px;
padding: 6px 22px 6px 13px;
color:#fff;
font:bold 13px Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
#ftabbed a span {float:none;
}
#ftabbed a:hover span {
color: #000;
text-align: center;
}
#ftabbed a i{color:#333333;
font-size:10px;
font-style:normal}
#ftabbed a:hover i{color:#44EEFF;
font-size:10px;
font-style:normal}
#ftabbed .selected a {border:none;
background:url(bluengrey838.gif) no-repeat left top;
background-position:-1px 0px;
}
#ftabbed .selected a span{ background:url(bluengrey838.gif) no-repeat right top;
background-position:right -90px;
padding: 6px 22px 12px 13px;
}
#ftabbed .selected a:hover i{color:#000;
}
#ftabbed .selected a:hover span{color:#FF4;
}
</style>
</head>
<body>
<div id="ftabbedposition">
<div id="ftabbed">
<ul>
<li>
<i>
</a>
</li>
<li></li>
<li class="index.html"><a href="index.html"><span>Home<br/>
</span>
</a>
</li>
<li>
<li class="services.html"><a href="services.html"><span>Services<br/>
</span>
</a>
</li>
<li class="contact.html"><a href="contact.html"><span>Contact<br/>
</span>
</a>
</li>
</ul>
</div>
</div>
<div style="clear:both">
</div>
<p> </p>
<div style="clear:both">
</div>
</body>
</html>
