On 4/30/06, robert rai <[EMAIL PROTECTED]> wrote:
> hello everyone,
> I'am just strated with web building..I hope some one can help me..
>
> I have a problem,  and don't know hoto resolve this..]
> This is also the tempate of mine site..
>
> mine site is at:
> http://www.freewebs.com/jhinkoerai
>
> this site need to be place in the center of the browsers (modzilla and IE).
>
> this is the CSS. file
> div.sitecontainer {
>        border: none;
>        width: 780px;
>        text-align: left;
>        height: 768px;
> }

should be as simple as:

div.sitecontainer { margin:0 auto; }

or margin:1em auto if you want to keep a little space on the top.

--
--
Christian Montoya
christianmontoya.com ... rdpdesign.com ... cssliquid.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to