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
>
>
> #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/
_
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}
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