| Vorheriges Thema anzeigen :: Nächstes Thema anzeigen |
| Autor |
Nachricht |
Steffen_1971 Mitglied
|
 |
|
|
Lieber Werner,
ich kann dir einen Zugang zum Unterordner in meiner Homepage gewähren mit einem ganz anderen Passwort. Ich würde mich sehr freuen, wenn ich ein spam - sicheres Kontaktformular hätte.
Mein Wunsch ist allerdings:
Anrede: Mann / Frau !!!
Bitte teile mir Deine Email mit - ggf. bekommst Du die Kontaktdaten über das Kontaktformular von homepage-total.de
Viele Grüße -
Steffen Härter
im Voraus - Vielen herzlichen Dank. |
|
|
|
| 21 März 2011 18:10 |
|
  |
Werner Homepage-Total.de Moderator

|
 |
|
|
Hallo Steffen,
einen Hinweis habe ich noch zu deiner ersten Nachricht:
| Zitat: | Vom Generator ausgeworfen:
<!DOCTYPE html><html> <head> <title>Kontaktformular:</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="robots" content="noindex,nofollow"> <style type="text/css"> /* Formular Stylesheet */ body, textarea, table { font-family: Arial, Sans-Serif; font-size: 16px; color: #000000; } table { margin: auto; border-spacing: 1px; } th, td { padding: 3px; font-weight: normal; } label { cursor: pointer; } textarea { width: 460px; height: 110px; } .pflichtfeld { color: #EE0000; } .hintergrund { color: #FFFFFF; background-color: #0084A5; } </style> </head> <body> | ... (gekürzt)
Der Quelltext muss unbedingt Zeilenumbrüche enthalten - wenn du diesen
in dein Textprogramm einfügst - Beispiel:
| Code: | <!DOCTYPE html>
<html>
<head>
<title>Kontaktformular:</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="robots" content="noindex,nofollow">
<style type="text/css"> /* Formular Stylesheet
*/ body, textarea, table {
font-family: Arial, Sans-Serif; font-size: 16px; color: #000000;
}
table { margin: auto; border-spacing: 1px;
}
th, td {
padding: 3px; font-weight: normal;
}
label {
cursor: pointer;
}
textarea {
width: 460px; height: 110px;
}
.pflichtfeld {
color: #EE0000;
}
.hintergrund {
color: #FFFFFF; background-color: #0084A5;
}
</style>
</head>
<body> |
|
_________________ Bei Fragen oder Fehlermeldungen - Bitte ausführlichen Code posten!
Wie man Fragen richtig stellt |
|
|
| 13 Aug 2011 11:39 |
|
 |
|