Hallo an alle!
Ich bin erst neu im Bereich Webdesign, und habe folgendes Problem!
Wenn ich mir meine seite im internet anschaue wird sie so dargestellt wie ich sie Designed habe, aber sobald ich mir die seite auf einem anderen Rechner anschaue sind die Hintergrundbilder kleiner als Normal und die Schaltflächen rücken viel zu weit raus!
Frage: Gibt es eine möglichkeit es so einzustellen das es auf allen rechnern gleich abgebildet wird? Und wenn ja wie und was muss ich da machen? Die seite habe ich mit dreamweaver erstellt!
Ich gebe mal den link meiner seite mit und auch den dazu gehörigen quellcode...ich hoffe ihr könnt mir helfen!!! Danke schonmal im vorraus!
http://www.kevinnestler-art.de/MainPage.html
Quellcode:
Code:
<!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>Unbenanntes Dokument</title>
<style type="text/css">
<!--
.Stil2 {color: #CC33CC}
-->
</style>
</head>
<body>
<table width="100%" border="0">
<tr>
<td><img src="SteatXHeader.jpg" width="993" height="50" alt="Header" /></td>
</tr>
</table>
<table width="130%" border="0">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="20">
<param name="BGCOLOR" value="" />
<param name="movie" value="button31.swf" />
<param name="quality" value="high" />
<embed src="button31.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="20" ></embed>
</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="20">
<param name="BGCOLOR" value="" />
<param name="movie" value="button32.swf" />
<param name="quality" value="high" />
<embed src="button32.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="20" ></embed>
</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="20">
<param name="BGCOLOR" value="" />
<param name="movie" value="button33.swf" />
<param name="quality" value="high" />
<embed src="button33.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="20" ></embed>
</object></td>
<td width="36%"> </td>
<td width="11%"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="20">
<param name="BGCOLOR" value="" />
<param name="movie" value="button14.swf" />
<param name="quality" value="high" />
<embed src="button14.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="20" ></embed>
</object></td>
<td width="13%"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="20">
<param name="BGCOLOR" value="" />
<param name="movie" value="button13.swf" />
<param name="quality" value="high" />
<embed src="button13.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="20" ></embed>
</object></td>
</tr>
</table>
<table width="130%" border="0">
<tr>
<td width="22%"><img src="ICH2.jpg" alt="ich" width="200" height="150" /></td>
<td width="62%"><p class="Stil2">Kevin Nestler, geboren am 11.09.1981 in Zeitz, entwickelte schon in sehr jungen Jahren einen ausgeprägten Geschmack für das Künstlerische und Musikalische. Nachdem er 2007 seine Ausbildung zum Gestaltungstechnischen Assistenten in der Fachrichtung Medien/Kommunikation erfolgreich beendete, konnte er sein Wissen im Umgang mit Farben und Formen vertiefen. Aber nicht nur die Harmonien der Farben und Formen haben es ihm angetan, sondern auch die der Musik. Seit 1998 steht er hinter den Plattentellern, angefangen mit Hip Hop entwickelte er schnell die Leidenschaft zum Minimalen & zu Chillout Techno. In seinen Dj Sets kommt man sich vor wie auf einer Berg und Talfahrt voller Spannungsbögen und er versteht es Monotonie und Melodie in einem guten Kontrast miteinander zu verbinden… </p></td>
<td width="16%"> </td>
</tr>
</table>
<img src="SteatX KopfzeileNEU.jpg" alt="bild2" width="1024" height="300" />
</body>
</html>
Hoffe ihr könnt mir helfen!
danke kevin
[code formatiert von Thomas
]