Home › Forums › CSS › the best way to make a UL list › Re: the best way to make a UL list
October 21, 2012 at 7:06 pm
#112355
Member
Just read this now, but for other people this may help as it will sit your image (as a background image) inline with your text link (text link will need to have some padding to the left):
0 will place it to the left edge and 50% will center it vertically.
background:url(images/your_image.jpg) 0 50% no-repeat;