Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#201386
Paulie_D
Member

I think you’re trying to do something like this…

http://codepen.io/Paulie-D/pen/ZGGeBv

Quite often floating 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 spans and pseudo-elements –

http://codepen.io/Paulie-D/pen/yNNMop