Posted by Mazin07 on 12/04/05 21:12
Joker7 wrote:
> Hi one and all,
>
> How to convert <div align="center"> to work in a css file .
>
> Cheers
> Chris
>
>
>
>
Sometimes, if you know the width of a certain <div> for sure, you can do
something like this:
div.content {
width:600px;
margin-left:-300px;
position:absolute;
left:50%;
}
Navigation:
[Reply to this message]
|