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

Add image to left of text via css
#2

Try Something like this:

Code:
.create{
background-image: url('somewhere.jpg');
background-repeat: no-repeat;
padding-left: 30px;  /* width of the image plus a little extra padding */
display: block;  /* may not need this, but I've found I do */
}

You might have to play around with padding and possibly margin until you get your desired result.
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)