Dreamweaver CS3

Associate
Joined
28 Jul 2003
Posts
1,987
Location
The Moon
I am a complete and utter novice when it comes to building a website, infact I have never done one before. I am now attempting to build my first site using dreamweaver cs3, I have got a good book and have covered a fair few tutorials now. However, I am having problems when it comes to centering my spry menu, at the moment it resides on the top left corner and I can't get it to budge, any ideas?
 
put this in the head section

<style>
#container{
margin:auto;
}
</style>



put this around it.

<div class="container">
(it here)
</div>
 
Back
Top Bottom