Home › Forums › CSS › [Solved] Trouble with Getting Text and Images on the same line › Reply To: [Solved] Trouble with Getting Text and Images on the same line
April 30, 2015 at 7:43 am
#201386
Member
I think you’re trying to do something like this…
http://codepen.io/Paulie-D/pen/ZGGeBv
Quite often float
ing is not the optimum solution..inline-block
works much better in certain situations and this, I think, is one.
I do have to say that I really hate the way your structured the address.
I wanted to select that text and copy it (or was using a screen reader) it would be gobbledy-gook.
You can fix that by using span
s and pseudo-elements –