Posted by Joker7 on 12/04/05 21:00
"Ed Jay" <edMbj@aes-intl.com> wrote in message
news:m3d6p15la3vule2mtc9rqaas3gpshvq1mi@4ax.com...
: "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)
Cheers
Chris
Navigation:
[Reply to this message]
|