Wordpress, thumbnails, and text

_Korruption_

Supreme [H]ardness
Joined
Aug 22, 2002
Messages
4,572
not_hover.jpg


hover.jpg


Maybe you can see the issue. Any text after the last image of any given post gets linked to the same target that the image is linked to. I noticed that at the very end of each post where there's an image link, a </a/> is tacked onto the last character. Perhaps this is doing something with the text? Removing it doesn't do anything. Viewing the entire blog with Firefox shows no problems at all, but viewing it with IE is an eyesore.

Any ideas? More screenshots and code snippets can be taken upon request.

Thanks in advance.
 
It would be a lot easier if you posted the code, an actual link would be even better.

But, here is an example showing the [H]ard|Forum logo (jeeze, I hope I don't get in trouble for this!) as a clickable link and then some text after it:

Code:
<a href="http://www.hardforum.com/images/misc/bbtitle51.gif" target="_blank"><img src="http://www.hardforum.com/images/misc/bbtitle51.gif"></a>&nbsp;&nbsp;<a>There is no cannibalism in the British navy,
absolutely none, and when I say none, I mean there is a certain amount.</a>


for your text to be included as a link along with the picture you have to be missing a closing tag somewhere. </a/> is not a closing tag - </a> is.

If the example isn't clear enough, post the code and I'm sure someone will show you how to fix it.
 
Back
Top