Achterrondkleur in script
Weet iemand hoe ik de achtergrondkleur zwart kan houden?
Alvast bedankt..
Hieronder een deel van het script...
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Kimmiepedia</title>
<style type="text/css">
<!--
body {
overflow: hidden;
background-attachment:fixed;
background-image: url(../images/Home_31.gif);
background-color: #000000;
}
.style5 {
font-family: arial;
font-size: 10px;
color: #FFFFFF;
}
.style12 {font-size: 10pt; font-family: arial; }
.style14 {font-family: arial}
body,td,th {
font-family: arial;
}
-->
</style></head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<body>
<table width="678" height="441" cellpadding="0" cellspacing="0">
<tr>
<th width="500" height="350" align="center" valign="middle" bgcolor="#000000" scope="col"><p align="center" class="style5"><br />
<span class="style14">Op of aanmerkingen? Of wilt u meer informatie?<br />
Vul dan uw gegevens in en ik neem zo snel mogelijk contact met u op. </span></p>
<div align="center">
<table width="300" border="0" align="center" cellpadding="5" cellspacing="0" class="tabel">
<tr>
<td class="style12"><form method="post" action="">
<table>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="style5">Naam:</td>
<td><input name="naam" type="text" class=" " id="naam" value="" maxlength="20" /></td>
</tr>
<tr>
<td class="style5">Email:</td>
<td><input name="email" type="text" class=" " id="email" value="" maxlength="30" /></td>
</tr>
<tr>
<td class="style5">Onderwerp:</td>
<td><input name="onderwerp" type="text" class=" " id="onderwerp" value="" maxlength="30" /></td>
</tr>
<tr>
<td valign="top" class="style5">Bericht:</td>
<td><textarea name="bericht" cols="35" rows="6" class=" " id="bericht"></textarea></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" id="verzenden" name="verzenden" value="Verzenden" />
<input type="submit" id="wis" name="wis" value="Wis velden" /> </td>
</tr>
</table>
</form></td>
</tr>
</table>
</div></th>
</tr>
</table>
</body>
</html>
Zet hier alles tussen en tags.
zet je eerste if, helemaal boven aan, zet die na de style tags in je script;)
Hoe bedoel je dat precies?
Als ik die if na de style zet werkt het niet...
Warschijnlijk snap ik je niet helemaal...
Bedankt...