Flaterixx: falsche Formatierung beim Hochladen

Beitrag lesen

Hallo,

ich habe mit Selfhtml und phase5 eine Website gebastelt.
Ist sehr einfach gehalten.
Auf der Startseite ist ein Bild, darunter 4 Wörter, die gleichzeitig als Link dienen.
Alles schön verpackt in Tabellen, damit die Asurichtung stimmt.

Mein Problem ist, wenn ich das jetzt über den Fileserver hochlade, muss ich ja die Bildadresse ändern damit er das Bild findet.
Sobald ich das mache, ist dann zwar das Bild da, aber die Formatierung der Schrift (Größe und Anordnung, bzw Umlaute) verändert sich. Umlaute werden falsch angezeigt (UTIF-8) und die Schriftgröße der Wörte ist kleiner.

Ich bekomme das Problem nicht gelöst.

Anbei der Quelltext:

<?xml version="1.0" ?>
<!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>
<title>Unternehmensgruppe Lorenz</title>
<style typ="text/css">
a:link {text-decoration:none; color:#73BF41; }
a:visited {text-decoration:none; color:#73BF41; }
a:hover {text-decoration:none; color:#FFFFFF; }
</style>
</head>
<body bgcolor="#003042">

<table width="100%" border="0" cellpadding="0" cellspacing="150">
<tr><td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
 <tr>
  <td><p align="center"><img src="../../Werbung/Kreidefreie Schule/Bild-Logo1.jpg" alt="" border="0" width="60%" height="60%"></p></td>
 </tr>
</table>

<p align="center">
<table p align="center" width="60%" border="0" cellpadding="0" cellspacing="0">
 <tr>
 <td><font color="#003042"><p align="center">-Lorenz-</p></font></td>
  <td><p align="right"><p align="right"><font color="#73BF41"><font size="+2"<font face="Swis721 BT"><a href="http://www.kreidefreieschule.org" target="_blank">Medien</a></font></font></font></p></p></td>
  <td><p align="right"><p align="right"><font color="#73BF41"><font size="+2"><font face="Swis721 BT"> <a href="http://www.officekomplett.de/Buero-und-EDV-Moebel:::117.html" target="_blank">Möbel</a></font></font></font></p></p></td>
  <td><p align="right"><p align="right"><font color="#73BF41"><font size="+2"><font face="Swis721 BT"><a href="http://www.officekomplett.de" target="_blank">Büro</a></font> </font></font></p></p></td>
  <td><p align="right"><p align="center"><font color="#73BF41"><font size="+2"> <font face="Swis721 BT"><a href="Beratung.html" target="_blank" >Beratung</a></font></font></font></p></p></td>
 </tr>
</table></p>
</td></tr></table>

<table width="100%" border="0" cellpadding="0" cellspacing="0">
 <caption align="bottom"><font size="-2"><a href="Impressum.html" target="_blank"><font color="#000000">Impressum</font></a></font></caption>
 <tr>
  <td></td>
 </tr>
</table>

Danke für die Hilfe!