peter_budo commented: Nice link +8
microtekblue commented: thanks for your help - microtekblue +1
It is not possible with CSS, but you can apply PHP include method, if you don't want <link rel> in header.
In header will be:
<?php include "favicon.php" ?>
In PHP file will be:
<link rel="shortcut icon" href="favicon.ico" />
Hmm, my idea. :)
Bound this page with any named <div> tag, onto <body>, e.g.
<body>
<div id="container">
[B]Everything others[/B]
</div>
</body>
and in .css file set this:
#container {
margin: 0 auto;
width: *px;
}
*Width value of your page.