![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How can I manage to write this kind of css in a style="". img { width: 150 px; height: 100 px; text-align: center; } img style=" img: ????????" src="" alt="|" |
#3
| |||
| |||
|
|
How can I manage to write this kind of css in a style="". img { width: 150 px; height: 100 px; text-align: center; } img style=" img: ????????" src="" alt="|" |
#4
| |||
| |||
|
|
Jean Pierre Daviau wrote: How can I manage to write this kind of css in a style="". img { width: 150 px; ^ height: 100 px; ^ |
#5
| |||
| |||
|
|
How can I manage to write this kind of css in a style="". img { width: 150 px; height: 100 px; text-align: center; } |
#6
| |||
| |||
|
|
You don't need selectors in inline style. So simple |
|
It's better to put the img width and height in as HTML attributes because it will prevent the page from jumping all over as it loads. You can override them in CSS if you really must. Ok |
![]() |
| Thread Tools | |
| Display Modes | |
| |