Posted by Ed Jay on 12/04/05 20:27
"Joker7" <sat_ring@hotmail.com> wrote:
>Hi one and all,
>
>How to convert <div align="center"> to work in a css file .
>
Inline:
<div style="margin-left:auto;margin-right:auto;">
Or you can define a class in your style sheet:
..XYZ {margin-left:auto;margin-right:auto;}
then write your div as:
<div class="XYZ">
--
Ed Jay (remove M to respond by email)
[Back to original message]
|