Title: Hyperlinks align in plain text
Last modified: August 21, 2016

---

# Hyperlinks align in plain text

 *  Resolved [michelcollignon1965](https://wordpress.org/support/users/michelcollignon1965/)
 * (@michelcollignon1965)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/hyperlinks-align-in-plain-text/)
 * Hyperlinks in texts are some how not lined with the plain text.
    [http://www.flickr.com/photos/mcollignon/11479713204/](http://www.flickr.com/photos/mcollignon/11479713204/)
   How to solve this? I cant figure it out with Firebug. Any ideas?

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 4 months ago](https://wordpress.org/support/topic/hyperlinks-align-in-plain-text/#post-4437183)
 * It’s this page you’re referring to [http://www2.weertersportraad.nl/](http://www2.weertersportraad.nl/)?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 4 months ago](https://wordpress.org/support/topic/hyperlinks-align-in-plain-text/#post-4437184)
 * Are you sure you meant to add this style:
 *     ```
       html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
           vertical-align: text-top;
       }
       ```
   
 * ??
 *  Thread Starter [michelcollignon1965](https://wordpress.org/support/users/michelcollignon1965/)
 * (@michelcollignon1965)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/hyperlinks-align-in-plain-text/#post-4437185)
 * Yes Andrew, that’s the one
 *  Thread Starter [michelcollignon1965](https://wordpress.org/support/users/michelcollignon1965/)
 * (@michelcollignon1965)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/hyperlinks-align-in-plain-text/#post-4437188)
 * Should I only do:
 *     ```
       td {
           vertical-align: text-top;
       }
       ```
   
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 4 months ago](https://wordpress.org/support/topic/hyperlinks-align-in-plain-text/#post-4437189)
 * Yeah if you want to only target the `<td>` – which I think you do want that.
 *  Thread Starter [michelcollignon1965](https://wordpress.org/support/users/michelcollignon1965/)
 * (@michelcollignon1965)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/hyperlinks-align-in-plain-text/#post-4437190)
 * I’ve tried that but that put my other issue back (cell alignment). So I’ve deleted
   the stuff that I thought that had nothing to do with what I needed. This is what
   I left and left the hyperlink lining with plain text and kept the cell alignement
   where I wanted it to be
 * iframe, h1, h2, h3, h4, h5, h6, table, tr, td {
    vertical-align: text-top; }
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 4 months ago](https://wordpress.org/support/topic/hyperlinks-align-in-plain-text/#post-4437192)
 * Nice 🙂
 *  Thread Starter [michelcollignon1965](https://wordpress.org/support/users/michelcollignon1965/)
 * (@michelcollignon1965)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/hyperlinks-align-in-plain-text/#post-4437201)
 * Thanks

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

The topic ‘Hyperlinks align in plain text’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/admired/1.2.1/screenshot.png)
 * Admired
 * [Support Threads](https://wordpress.org/support/theme/admired/)
 * [Active Topics](https://wordpress.org/support/theme/admired/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/admired/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/admired/reviews/)

## Tags

 * [hyperlink](https://wordpress.org/support/topic-tag/hyperlink/)
 * [text-align](https://wordpress.org/support/topic-tag/text-align/)

 * 8 replies
 * 2 participants
 * Last reply from: [michelcollignon1965](https://wordpress.org/support/users/michelcollignon1965/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/hyperlinks-align-in-plain-text/#post-4437201)
 * Status: resolved