View Single Post
  #3 (permalink)  
Old 09-08-2009, 01:09 AM
Chef Boy's Avatar
Chef Boy Chef Boy is offline
Member
 
Join Date: Jul 2009
Posts: 36
Chef Boy is on a distinguished road
Send a message via AIM to Chef Boy Send a message via MSN to Chef Boy
Default

Well, I don't know if this is it, but I'm seeing differences on the style sheets...

first:
#container {
margin: 0px auto;
text-align: left;
width: 717px;
position:relative;
}
a{
font-size:12px;
}
p{
margin: 15px 0px;
}


Second:
#container {
margin: 0px auto;
text-align: left;
width: 717px;
}
a{
font-size:12px;
}
p{
margin: 15px 0px;




and



First:
#header {
margin: 0px 0px 0px 0px;
background-image:url(images/header.jpg);
width:717px;
height:288px;
position:relative;
left: 39px;
top: 404px;



}



Second:
#header {
margin: 0px 0px 0px 0px;
background-image:url(images/header.jpg);
width:717px;
height:288px;
position:relative;
}
__________________
ManlyStuff.com -- to enter, click HERE
Reply With Quote