måske kan I bruge koden til noget
<html>
<head>
<style type="text/css">
<!--
body { font-size : 12px; font-family : Arial, Helvetica, sans-serif; font-weight : normal; background-color : #DBE1E8; }
td { font-size : 12px; font-family : Arial, Helvetica, sans-serif; font-weight : normal; color : #003366; }
p { font-size : 12px; font-family : Arial, Helvetica, sans-serif; font-weight : normal; color : #660000; }
.picTable { background-attachment: fixed; background-image: url(cerpient_1.jpg); background-repeat: no-repeat; background-position: right top; margin: 0px;}
a:link { color : #cccccc; text-decoration : none; ; border: #000000; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
a:active { color : rgb(102,0,0); text-decoration : none; }
a:visited { color : rgb(102,102,102); text-decoration : none; }
a:hover { color : #990000; text-decoration : none; ; border: #000000; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
-->
</style>
<head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td align="center" valign="middle">
<table width="750" border="0" cellspacing="0" cellpadding="1" bgcolor="#003366" height="100">
<tr>
<td>
<table class="picTable" width="750" border="0" cellspacing="0" cellpadding="0" height="200">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%" bgcolor="#FFFFFF">
<tr>
<td align="center" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%" >
<tr>
<td align="center" valign="middle">
<?PHP
if (empty($lastname)or
empty($name) or
empty($email)) {
echo 'Oopps you forgot to fill out the requested information!!!<br><a href="java script:history.back();">Go back</a>';
die;
}
$crlf=chr(13).chr(10);
$msg="From : ".$email.$crlf;
$msg=$msg."Lastname : ".$lastname.$crlf;
$msg=$msg."Name : ".$name.$crlf;
$msg=$msg."Adress : ".$adress.$crlf;
$msg=$msg."City : ".$city.$crlf;
$msg=$msg."Code : ".$code.$crlf;
$msg=$msg."Fon : ".$fon.$crlf;
$msg=$msg."Fax : ".$fax.$crlf;
$msg=$msg."Email : ".$email.$crlf;
$msg=$msg."Internet : ".$internet.$crlf;
$msg=$msg."Comment :\n".$comment."\n\n";
$header="From: $lastname <$email>\n";
if (mail("norbert-thomsen@foni.net","Mail me",$msg,$header))
{
echo "Thanx for your mail...I'll get back to you as soon as possible:)<br><a href=\"
http://www.batdesign.de/Pages/home.html\">Go Back</a><br>";
} else
{
echo "Error !!!!<br>";
};
?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>