This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > February 2006 > Won't center align, need help...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Won't center align, need help...
|
|
|
|
| withhisstripes 2006-02-12, 6:35 pm |
| You rock.
| |
|
| #container {
width:765px;
margin-left:auto;
margin-right:auto;
}
That Should do it.
| |
| Michael Fesser 2006-02-12, 6:35 pm |
| ..oO(Baz J)
>#container {
>width:765px;
>margin-left:auto;
>margin-right:auto;
>}
Or in short:
#container {
width: 765px;
margin: 0 auto;
}
Micha
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|