Webpage help

Here is the Page Source for your homepage:

Code:
<html>
<head>

<title>PokeChamps</title>

<style>



body
{ font-family: Verdana; sans serif; helvetica;
color: #333333;
font-size: 9px;
background-color: #FFFFFF;
background-image: URL('http://it.seattleschools.org/blog/wp-content/files/2007/02/black.jpg') ;
text-align: justify;
margin-bottom: 5px;
margin-right: 0px;
margin-top: 5px;
}


h6

{
background: #1F8FFF
URL(/\'\') ;
color:black;
font-size: 9px;
border: 1px black solid;
padding: 1px;
text-align: left;
}

h5

{
background: #007FFF
URL(/\'\') ;
color:black;
font-size: 10px;
border: 1px black solid;
padding: 1px;
text-align: center;
height: 15px;
}

img {
border:0px;
}

#centerlayout {
margin-left: -370px;
margin-right: 0px; 
margin-top: 0px; 
margin-bottom: 0px; 
width: 976px;
left: 41%;
top: 0%;
position: absolute;
}



#leftmenu
{ font-family: Verdana; sans serif; helvetica;
color: #333333;
font-size: 9px;
background-color: #FFFFFF;
background-image: url(' ');
text-align: left;
border: 1px solid #000000;
border-bottom: 0px solid #000000;
border-top: 0px solid #000000;
width:125px;
}



#rightmenu
{ font-family: Verdana; sans serif; helvetica;
color: #333333;
font-size: 9px;
background-color: #FFFFFF;
background-image: url(' ');
text-align: right;
border: 1px solid #000000;
border-bottom: 0px solid #000000;
border-top: 0px solid #000000;
width:120px;
}

Look for the block labeled Center Layout. You can see that the left margin is -370, whereas the rest are 0. Depending on your permissions you may or may not be able to edit that.
 
Back
Top Bottom