Is there a way to center the following div without using the <center>
tags?
<body bgcolor="#FFFFF F">
<center>
<div id="Test" style="backgrou nd-color:#000000; color:#ffffff; width:
80%; text-align:center; line-height:100px;"> Hello</div>
</center>
</body>
I want the div AND the text in the div to be aligned to the center.
Thanks...
(It's probably REALLY simple and I'll be quite embarassed that I
asked... but it's been one of "THOSE" days...)
tags?
<body bgcolor="#FFFFF F">
<center>
<div id="Test" style="backgrou nd-color:#000000; color:#ffffff; width:
80%; text-align:center; line-height:100px;"> Hello</div>
</center>
</body>
I want the div AND the text in the div to be aligned to the center.
Thanks...
(It's probably REALLY simple and I'll be quite embarassed that I
asked... but it's been one of "THOSE" days...)
Comment