Title: WordPress, thumbnails, and text
Last modified: August 18, 2016

---

# WordPress, thumbnails, and text

 *  Resolved [korruption](https://wordpress.org/support/users/korruption/)
 * (@korruption)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/wordpress-thumbnails-and-text/)
 * [http://www.thequietrevolution.ca/quiet/not_hover.jpg](http://www.thequietrevolution.ca/quiet/not_hover.jpg)
 * [http://www.thequietrevolution.ca/quiet/hover.jpg](http://www.thequietrevolution.ca/quiet/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.
 * I’m using the theme, “Green Marinee 1.0”
 * Any ideas? More screenshots and code snippets can be taken upon request.
 * Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [schestowitz](https://wordpress.org/support/users/schestowitz/)
 * (@schestowitz)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/wordpress-thumbnails-and-text/#post-301143)
 * `
    <p><a target="_blank" href="http://www.thequietrevolution.ca/blog/images/sennheiser/
   IMG_3851.JPG"><img src="http://www.thequietrevolution.ca/blog/thumbnails/sennheiser/
   IMG_3851.JPG"></a><a target="_blank" href="http://www.thequietrevolution.ca/blog/
   images/sennheiser/IMG_3854.JPG"><img src="http://www.thequietrevolution.ca/blog/
   thumbnails/sennheiser/IMG_3854.JPG"></a><a target="_blank" href="http://www.thequietrevolution.
   ca/blog/images/sennheiser/IMG_3855.JPG"><img src="http://www.thequietrevolution.
   ca/blog/thumbnails/sennheiser/IMG_3855.JPG"></a></p> <p>The bottom line is, I
   feel that these cans are well worth the $80. Now to find somebody interested 
   in buying my Sonysâ€¦ </p>
 * Seems fine to me on its own, but your page will not validate. I can tell from
   the above. Have you tried making it valid XHTML? If not, you are bound to fragility,
   especially with IE. I have has similar problems in the past.
 *  Thread Starter [korruption](https://wordpress.org/support/users/korruption/)
 * (@korruption)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/wordpress-thumbnails-and-text/#post-301525)
 * Hmmmmmm. This is what Firefox gives me:
 * _`garbage unless repaired. These cables just plug in.
    Awesome. 
   `
 *  <a target="_blank" href="[http://www.thequietrevolution.ca/blog/images/sennheiser/IMG_3851.JPG"><img](http://www.thequietrevolution.ca/blog/images/sennheiser/IMG_3851.JPG"><img)
   src="[http://www.thequietrevolution.ca/blog/thumbnails/sennheiser/IMG_3851.JPG"></a><a](http://www.thequietrevolution.ca/blog/thumbnails/sennheiser/IMG_3851.JPG"></a><a)
   target="_blank" href="[http://www.thequietrevolution.ca/blog/images/sennheiser/IMG_3854.JPG"><img](http://www.thequietrevolution.ca/blog/images/sennheiser/IMG_3854.JPG"><img)
   src="[http://www.thequietrevolution.ca/blog/thumbnails/sennheiser/IMG_3854.JPG"></a><a](http://www.thequietrevolution.ca/blog/thumbnails/sennheiser/IMG_3854.JPG"></a><a)
   target="_blank" href="[http://www.thequietrevolution.ca/blog/images/sennheiser/IMG_3855.JPG"><img](http://www.thequietrevolution.ca/blog/images/sennheiser/IMG_3855.JPG"><img)
   src="[http://www.thequietrevolution.ca/blog/thumbnails/sennheiser/IMG_3855.JPG"></a&gt](http://www.thequietrevolution.ca/blog/thumbnails/sennheiser/IMG_3855.JPG"></a&gt);
 *  The bottom line is, I feel that these cans are well worth the $80. Now to find
   somebody interested in buying my Sonys…
 * Seems fine. Looks like it complies with the usual rules. And now, this is what
   IE gives me:
 * _`garbage unless repaired. These cables just plug in. Awesome. `_
 *  <a target="_blank" href="[http://www.thequietrevolution.ca/blog/images/sennheiser/IMG_3851.JPG"><img](http://www.thequietrevolution.ca/blog/images/sennheiser/IMG_3851.JPG"><img)
   src="[http://www.thequietrevolution.ca/blog/thumbnails/sennheiser/IMG_3851.JPG"</a/></a><a](http://www.thequietrevolution.ca/blog/thumbnails/sennheiser/IMG_3851.JPG"</a/></a><a)
   target="_blank" href="[http://www.thequietrevolution.ca/blog/images/sennheiser/IMG_3854.JPG"><img](http://www.thequietrevolution.ca/blog/images/sennheiser/IMG_3854.JPG"><img)
   src="[http://www.thequietrevolution.ca/blog/thumbnails/sennheiser/IMG_3854.JPG"</a/></a><a](http://www.thequietrevolution.ca/blog/thumbnails/sennheiser/IMG_3854.JPG"</a/></a><a)
   target="_blank" href="[http://www.thequietrevolution.ca/blog/images/sennheiser/IMG_3855.JPG"><img](http://www.thequietrevolution.ca/blog/images/sennheiser/IMG_3855.JPG"><img)
   src="[http://www.thequietrevolution.ca/blog/thumbnails/sennheiser/IMG_3855.JPG"</a/&gt](http://www.thequietrevolution.ca/blog/thumbnails/sennheiser/IMG_3855.JPG"</a/&gt);
 *  The bottom line is, I feel that these cans are well worth the $80. Now to find
   somebody interested in buying my Sonys…</a>
 * Notice the `</a>` at the very end, and the `</a/>` in the source taken from IE?
   What could be causing this?
 * Thanks in advance.
 *  Thread Starter [korruption](https://wordpress.org/support/users/korruption/)
 * (@korruption)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/wordpress-thumbnails-and-text/#post-301624)
 * Fixed it.
 * For some reason, putting an empty link element, `<a></a>` after the last image
   helps keep the link where it should be, which is in the thumbnail. The editor
   still butchers the `</a>`, but at least things are looking better.
 * Thanks for the help.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WordPress, thumbnails, and text’ is closed to new replies.

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [korruption](https://wordpress.org/support/users/korruption/)
 * Last activity: [20 years, 7 months ago](https://wordpress.org/support/topic/wordpress-thumbnails-and-text/#post-301624)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
