Hello,

I have a quick n easy CSS question.

I want to make a website that is fixed to 800px width.
What is the best, cross browser compatible way, to center it ?

Is their a better way of doing it than this ?

<html>
<head>
<title>test</title>
</head>
<body>
<style>
#test
{
width: 800px;
}
</style>

<div id="base" align="center">
<div id="test">
<h1>website constructed in here</h1>
</div>
</div>

</body
</html>

Thankyou.
________________________________________________________
Two Way TV is the trading name of Two Way Media Ltd
Company Number: 4904168
*
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to