Hi guys, im trying to learn css but am having a few problems. Im trying to get the text on the left of the page to align left, but it refuses to move from the centre, can anyone see what im doing wrong?
http://four.fsphost.com/st00dent/test.html
Heres the css
/* CSS Document */
#container {
position:absolute;
top: 15%;
width:100%;
margin:0px;
border:1px solid gray
}
#left {
float:left;
border-right:1px solid gray
}
#main {
margin-left: 20%;
border-right:1px solid gray
}
ul.navgation {
list-style-type: none;
text-align: left
}
http://four.fsphost.com/st00dent/test.html
Heres the css
/* CSS Document */
#container {
position:absolute;
top: 15%;
width:100%;
margin:0px;
border:1px solid gray
}
#left {
float:left;
border-right:1px solid gray
}
#main {
margin-left: 20%;
border-right:1px solid gray
}
ul.navgation {
list-style-type: none;
text-align: left
}