was zum geier machst du da ? So kann das ja auch nichts werden. Fang doch bitte mit den Grundlagen von HTML & PHP an....
PHP
<div class="Heading_1" style="position: absolute; left:133px; top:519px;color:#000000;">
<h1 class="xr_tl Heading_1" style="top: -28px;color:#000000;margin:0;">Anrede: <font size="20" family="Times New Roman" color="grey"> <?php echo $Anrede; ?> </font></h1>
</div>
<div class="Heading_1" style="position: absolute; left:152px; top:549px;color:#000000;">
<h1 class="xr_tl Heading_1" style="top: -28px;color:#000000;margin:0;">Name: <font size="20" family="Times New Roman" color="grey"> <?php echo $Name; ?> </font></h1>
</div>
<div class="Heading_1" style="position: absolute; left:157px; top:609px;color:#000000;">
<h1 class="xr_tl Heading_1" style="top: -28px;color:#000000;margin:0;">Email: <font size="20" family="Times New Roman" color="grey"> <?php echo $Email; ?> </font></h1>
</div>
<div class="Heading_1" style="position: absolute; left:154px; top:579px;color:#000000;">
<h1 class="xr_tl Heading_1" style="top: -28px;color:#000000;margin:0;">Firma: <font size="20" family="Times New Roman" color="grey"> <?php echo $Firma; ?> </font></h1>
</div>
<div class="Heading_1" style="position: absolute; left:112px; top:639px;color:#000000;">
<h1 class="xr_tl Heading_1" style="top: -28px;color:#000000;margin:0;">Anliegen: <font size="20" family="Times New Roman" color="grey"> <?php echo $Anliegen; ?> </font></h1>
</div>
<div class="Heading_1" style="position: absolute; left:137px; top:669px;color:#000000;">
<h1 class="xr_tl Heading_1" style="top: -28px;color:#000000;margin:0;">Betreff: <font size="20" family="Times New Roman" color="grey"> <?php echo $Betreff; ?> </font></h1>
</div>
<div class="Heading_1" style="position: absolute; left:12px; top:699px;color:#000000;">
<h1 class="xr_tl Heading_1" style="top: -28px;color:#000000;margin:0;">Telefonnummer: <font size="20" family="Times New Roman" color="grey"> <?php echo $Telefonnummer; ?> </font></h1>
</div>
<div class="Heading_1" style="position: absolute; left:99px; top:729px;color:#000000;">
<h1 class="xr_tl Heading_1" style="top: -28px;color:#000000;margin:0;">Nachricht: <textarea name="GesendeteNachricht" readonly> <?php echo $Nachricht; ?> </textarea</h1>
</div>
Alles anzeigen
BTW: Was zeigt er denn als Fehler an?