Centering a Div?
hi, i'm building public library's new website. it's basic , simple site-i'm not professional website developer. however, cannot content div (basically container div). taught making left , right positioning attribute auto center, isn't working me. here 1 of new pages:
http://powlib.www2.onlink.net/databases.html
is there conflicting code making auto positioning not work? using dreamweaver cs 5.5. if there else should know, please point out.
thank in advance help-it appreciated!
you need use...
margin-left:auto;
margin-right:auto;
or just...
margin:auto;
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment