Can I draw text on top of an image?

  • Thread starter Thread starter active
  • Start date Start date
A

active

If I display an image can I then draw text so it appears on top of the
image?

An example of some code would sure help.


Thanks
 
active,

you can create a <div/> with background-image style set to your image and
then any text inside the image will appear on top of your image.
 
I'll try that

thanks

Sergey Poberezovskiy said:
active,

you can create a <div/> with background-image style set to your image and
then any text inside the image will appear on top of your image.
 
Back
Top