Tom,
I don't understand this code :>( If you could expand on this a bit, I
would appreciate it. Some points of interest for me:
1) Why position:relative? Wouldn't it be enough to just set the width and
right/left margin to auto?
2) Why is this code (below) placed inside a comment? Are you trying to hide
it from another browser?
> <style type="text/css">
> <!--
> body {
> text-align:center;
> }
> #wrapper {
> text-align:left;
> width:740px;
> margin:0 auto;
> position:relative;
> }
> -->
> </style>
3) Same question about this code:
> </div><!-- /wrapper -->
> </body>
I'm no expert, but I have a more-than-basic understanding of CSS and HTML. I
can't quite figure out the purpose behind this code. If you could explain
the concept behind this code, I'd appreciate it. The more I learn, the
happier I am :>)
--
Viken K.
http://www.vikenk.com