Adding icon inside list
I´m trying add two icon inside a list ([Links visible only for registered users]), but when i write:
<b>ALCORCÓN</b> Avda. de la Libertad 11, 28924, Alcorcón, Madrid. Tel. 685 316 126 <a href="[Links visible only for registered users]" target="_blank" ><img src="[Links visible only for registered users]"></a><a href="[Links visible only for registered users]" target="_blank" ><img
src="[Links visible only for registered users]"></a>
it shows:
Text
Icon
Icon
And i would need Text Icon Icon. If i write the code in other column instead inside the list, it shows ok! (yo can see at the bottom of the page)
Thank you!!
Comments
as you can see at [Links visible only for registered users] you have already TEXT | ICON | ICON
[Links visible only for registered users]
And show
Text
Icon
Icon
And it´s the same code
.list_item a { display: inline-block; }