• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Schriftfarbe in kontaktformular lasst sich nicht Ändern!



Hilf dennoch nichts!!!


style.css (kontaktformular)

Code:
body, td {
                 background: white;
                 color:#FFFFFF;
              
                 
                 text-align: center;
                }
                td {
                 text-align: left;
                }
                div {
                 font-weight: bold;
                }
                input
                {
                 margin: 0px;
                 background-color: #ededed;
                 border: 1px solid black;
                 color:#FFFFFF;
                }
                textarea
                {
                 font-family: Arial, Tahoma;
                 border: 1px solid black;
                 background-color: #ededed;
                 color :#FFFFFF;
                }
                .mail { color: red; font-weight: bold; }
    
    input 
{
color:red;
}
    
    div#text{
    color :#FFFFFF;
    {

auch .formular hilft nicht!
 
Korrigiere erstmal die oben genannten HTML-Fehler. Weiterhin hast Du für Texte in Tabellenzellen keine Schriftfarbe festgelegt. Sehe ich zumindest nicht in dem was Du online und verlinkt hast. So kann man dir nicht wirklich helfen.
 
Zurück
Oben