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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Isn’t it done with “vertical-align” in CSS?
    http://www.w3schools.com/cssref/pr_pos_vertical-align.asp

    Target the <td>

    Thread Starter michelcollignon1965

    (@michelcollignon1965)

    I can try that. But it’s still funny that in the html this should work too:

    <tbody>
    <tr valign="top">
    <td valign="top">
    <h1><span style="color: #da2128;">Sporthal en gymzaal Aan de Bron</span></h1>
    <p>Maaslandlaan 3</p>
    <p>6004 GC Weert</p>
    <p>0495 - 451 444</p>
    <h6><a title="Volleybal vereniging VC Weert" href="http://www.vcweert.nl/" target="_blank">VC WEERT</a></h6>
    <h6><a title="Handbal vereniging HV Rapiditas" href="http://www.hvrapiditas.nl/" target="_blank">HV RAPIDITAS</a></h6>
    <h6><a title="Goalball vereniging HV Rapiditas" href="http://www.hvrapiditas.nl/goalbal.php/" target="_blank">GOALBALL RAPIDITAS</a></h6>
    </td>

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Just a thought but your HTML valign may not be working because you’ve got non-tabular elements inside your table, block elements that may not necessarily follow the same behaviour as tabular elements.

    Thread Starter michelcollignon1965

    (@michelcollignon1965)

    Hmmm, I think i’ve done it.
    Pasted and altered it in the Theme options advanced section with CSS

    Thread Starter michelcollignon1965

    (@michelcollignon1965)

    The issue itself it’s solved but with that done I created an other issue I think.
    Hyperlinks in texts are some how not lined with the plain text.
    http://www.flickr.com/photos/mcollignon/11479713204/
    How to solve this? I cant figure it out with Firebug.
    Any ideas?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You ought to create a new thread about this

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cell text alignment’ is closed to new replies.