Thread: Head Logo
View Single Post
  #27  
Old 01-27-2009, 06:35 PM
 
HotrodOffroad HotrodOffroad is offline
 

Member
  
Join Date: Dec 2008
Posts: 16
 

Default Re: Head Logo

So in relation to the head logo width and the whole website width in 4.2 I am now being a dork and adding to my last 2 posts.
In the main.css file at the top I did see a height tag, so I added a fixed width tag and now have a fixed width site, but it is somehow set to the left of the screen.
Here is how I added the html (the align: center tag does nothing):
/*
general tags styles
*/
html,body {
align: center; height: 100%; width: 900px;
background: #180000 url(images/golfsunsetshot.jpg) no-repeat;
margin: 0px;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
min-width: 780px;
border: 0px none;
}


Any ideas?
__________________
4.2 My site
Fancy Categories

4.2 Customer site
Fancy Categories
Reply With Quote