Hi,
I want to display both the text link and image on my list of links, but if I choose to display images, only the image is displayed and the textlink is gone. Are there any workarounds for this?
Hi,
I want to display both the text link and image on my list of links, but if I choose to display images, only the image is displayed and the textlink is gone. Are there any workarounds for this?
Well, the long work around would be to enter the link twice and then order by name.
EDIT What about just making sure (as you should) that all the images have alt and title tags? That way, when someone mouses over the link image, the title of the link is shown.
Images have alt and title tags. I want to use css to hide the image until a hover over the textlink. I got that to work outside of WP, but need a way to get my links in the following format to make it work:
< a h ref="asdf.html">link 1<img src="pic.jpg"></a>
If I choose to display images, the "link 1" part disappears.
This topic has been closed to new replies.