![]() Preserved Topic: probably a dumb question... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: seattle |
![]() ... but that is nothing new for me. |
Bipolar (III) Inmate From: Arcata, CA, USA |
![]() Why don't you just use HTML... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() Well, he's probably doing the right thing by trying CSS, since just about anything that HTML used to do but CSS can do now has been deprecated. |
Paranoid (IV) Inmate From: seattle |
![]() Yes, I am trying to bring myself up to css compliance. As far as I can tell the align:center does indeed not make sense. It just seemed intuitve that if there is a text-align:center, that there would be something similar for images. I was using it as img.whatever{align:center}. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() Well, I think the logic is, when the margins on both side are set to "auto", the browser will divide the available margin space up equally between them, thereby centering the image. |
Paranoid (IV) Inmate From: seattle |
![]() well whether it works or not thanks for the time and info |