|
|
 |
Re: FN-FORUM: css question
date posted 20th March 2006 19:00
On 20 Mar 2006 19:20:47 -0000, pamela @ gconnect [EMAIL REMOVED] wrot=
e:
>
> How with css positioning do I get
> http://www.knutsford-software.co.uk/test/support.asp in the middle of the
> page rather than the left hand side? It is so much easier with tables. I
> have been playing around for ages and just can't get it right
body {text-align: center} /*for IE*/
div#main {
width: 80%;
margin: 0 auto;
text-align: left;
}
should get you sorted.
see: http://www.maxdesign.com.au/presentation/center/
for other ways.
;o)
--
Join me: http://wiki.workalone.co.uk/
Thank me: http://www.amazon.co.uk/gp/registry/1VK42TQL7VD2F
Engage me: http://www.boldfish.co.uk/portfolio/
|
 |
|