Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1129173

    Hallo Support-Team,

    ich mühe mich ab, aber ich finde den Fehler nicht: in einer Tabelle habe ich in der linken Spalte ein Bild und in der rechten den passenden Text. Per CSS ist das Bild auch oben mit vertical-align: top, aber der Text ignoriert das, weil irgendwo ein CSS mit baseline meine Anweisung überschreibt.

    Könnt ihr mal bitte schauen, wie ich das lösen könnte?

    Vielen Dank im Voraus und beste Grüße

    #1129320

    Hey Katja,

    https://cl.ly/3214cfa44d04 You have the error in your css and so it does not work.

    It should be

    
    table.linien td, img, td {
        vertical-align: top !important;
    }
    

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.