Hi Using CSS I'm trying to center some text on an image so it looks like this.
<div>
-------
|P |
| I | This is some text.
| C|
-------
</div>
How can I achieve that result? Don't know if that helps, the image is 32x32 pixels.
img { vertical-align: middle; }
(although you'll probably want a more specific selector) and
<div>
<img alt="…" src="…" height="32" width="32"> This is some text.
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With