I'm making my new site but I can't get the nav on the left and the content in the centre without it going down one line. Here's the code i'm using:
I can do everything required (I think) except that.Quote:
Originally Posted by htmlcode
Printable View
I'm making my new site but I can't get the nav on the left and the content in the centre without it going down one line. Here's the code i'm using:
I can do everything required (I think) except that.Quote:
Originally Posted by htmlcode
float: left;
Thanks :)
One more thing : i need to float it so its not out at the edge of the page but near the content box. Any ideas?
I'm guessing by your description that you mean.
Or perhaps:HTML Code:padding-left: 5px;
HTML Code:margin: 5px 5px 5px 5px;