so I hope some could show me how to do this, it would be a big help.
Thanks
This is my crimes page so far hope you can help.
<?php
require ("left.php");
?>
<!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 content="en-gb" http-equiv="Content-Language"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<style type="text/css">
.align_center {
text-align: center;
}
.align_left {
text-align: left;
}
.table_border {
border: 1px solid #FFFFFF;
background-color: #666666;
}
</style>
</head>
<body style="color: #FFFFFF; background-color: #333333">
<div style="width: 1288px" class="contain">
<br />
<form action="" method="post">
<table align="center" style="width: 27%; height: 122" class="table_border">
<tr>
<td style="width: 32px"><input name="crime_5" type="checkbox"/></td>
<td style="width: 231px" class="align_left">Hijack a plane.</td>
<td class="align"> </td>
</tr>
<tr>
<td style="width: 32px"><input name="crime_4" type="checkbox"/></td>
<td style="width: 231px" class="align_left">Kidnap somebody for a randsom.</td>
<td class="align"> </td>
</tr>
<tr>
<td style="width: 32px"><input name="crime_3" type="checkbox"/></td>
<td style="width: 231px" class="align_left">Rob a shop.</td>
<td class="align"> </td>
</tr>
<tr>
<td style="width: 32px"><input name="crime_2" type="checkbox"/></td>
<td style="width: 231px" class="align_left">Sell stolen goods.</td>
<td class="align"> </td>
</tr>
<tr>
<td style="width: 32px"><input name="crime_1" type="checkbox"/></td>
<td style="width: 231px" class="align_left">Rob someone of the street.</td>
<td class="align"> </td>
</tr>
<tr>
<td class="align" colspan="3">
<input name="commit" type="submit" value="Commit"/></td>
</tr>
</table>
</form>
<br />
</div>
</body>
</html>
<?php
require ("right.php");
?>

New Topic/Question
Reply



MultiQuote





|