Re: [css-d] Centre a Div

2006-03-25 Thread Felix Miata
On 06/03/25 20:30 Joanne apparently typed: > I'm just reading a tutorial that tells me to: > "Wrap the whole page in a centering, relatively positioned ," > I have the code for the relative position, but I don't know how to center > the div. > > #everything{ > position: relative;} > The learn

Re: [css-d] Centre a Div

2006-03-25 Thread Don - htmlfixit.com
> > > #everything{ > position: relative;} > > The learning curve for designing without tables is a steep one :) > > Joanne Not really Joanne, It does take a minute, but once you get it you'll see it isn't that difficult. http://www.maxdesign.com.au/presentation/center/ _

Re: [css-d] Centre a Div

2006-03-25 Thread Thierry Koblentz
Joanne wrote: > I'm just reading a tutorial that tells me to: > "Wrap the whole page in a centering, relatively positioned ," > > I have the code for the relative position, but I don't know how to > center the div. > > > > #everything{ > position: relative;} Try this: body {text-align:center}

[css-d] Centre a Div

2006-03-25 Thread Joanne
I'm just reading a tutorial that tells me to: "Wrap the whole page in a centering, relatively positioned ," I have the code for the relative position, but I don't know how to center the div. #everything{ position: relative;} The learning curve for designing without tables is a steep one :) Jo