On Mar 18, 2006, at 6:38 PM, SED wrote:
>
> <html>
> <head></head>
> <link href="main.css" rel="stylesheet" type="text/css">
> <body><div class="container">bla, bla, bla</div>
> </body>
> </html>
>

What happens when you try this:

<html>
<head>
        <link href="main.css" rel="stylesheet" type="text/css">
</head>

<body>
        <div class="container">bla, bla, bla</div>
</body>
</html>


Also, you do not need to specify units for zero.

Hth,
M

______________________________________________________________________
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