RJS Hosting
Berichten: 1121
Beste, Ik heb een probleem ik heb nu bij contact:
-
http://slicenow.nl/contact.php
ook style bij contact dat wil ik weghalen maar hoe ?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<form method="post" action="/contact.php" />
<p>
<label for="naam">Naam:</label>
<input type="text" id="naam" name="naam" value="" />
<label for="mail">E-mailadres:</label>
<input type="text" id="mail" name="mail" value="" />
<label for="onderwerp">Onderwerp:</label>
<input type="text" id="onderwerp" name="onderwerp" value="" />
<label for="bericht">Bericht:</label>
<textarea id="bericht" name="bericht" rows="8" style="width: 400px;"></textarea>
<input type="submit" name="submit" value=" Versturen " />
</p>
</form>
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
|
input[type=text], textarea,input[type=password]
{
background: url("images/icons/input_text.png");
border: 0px;
font: 11pt Arial;
color: #494949;
margin-left: 2px;
margin-bottom: 15px;
width: 214px;
height: 27px;
padding-left: 10px;
}
|
|
|
Thnx
Laatst gewijzigd door sloosmedia op 2011-02-28 14:33:13
28-02-2011 14:17
Dit topic is 103 keer bekeken door 25 verschillende leden
Reacties op: "contact zonder style"
1
Reageer op: "contact zonder style"
1