Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Add image to left of text via css
#1

How can I add an image to some text via css?
I've got this:
Code:
<span class="create">Create something</span>
and I want to add a 16x16 image to the left of that by using css. Is this possible or should i just manually add this image like so:
Code:
<span class="create"><img src="somewhere"/>Create something</span>
I'd rather not have to manually change all of the places which is why I wanted to do it via css.
thanks!
Reply


Messages In This Thread
Add image to left of text via css - by Oso - 11-13-2023, 06:34 PM
RE: Add image to left of text via css - by Anurag M - 11-13-2023, 06:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)