Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s this page you’re referring to http://www2.weertersportraad.nl/ ?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    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

    (@michelcollignon1965)

    Yes Andrew, that’s the one

    Thread Starter michelcollignon1965

    (@michelcollignon1965)

    Should I only do:

    td {
        vertical-align: text-top;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yeah if you want to only target the <td> – which I think you do want that.

    Thread Starter michelcollignon1965

    (@michelcollignon1965)

    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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Nice 🙂

    Thread Starter michelcollignon1965

    (@michelcollignon1965)

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Hyperlinks align in plain text’ is closed to new replies.