hallo. Ich habe eine Homepage mit Photoshop gemacht. Diese ist 1200px breit. (also größer als mein browser) Ich will, dass diese (fertige HP) 800px breit ist. Kommt da irgendwo der Befehl width="800" oder so hin?
und wenn wo?
Das ist mein Anfang:
<html>
<head>
<title>hp</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Tabelle_01" height="693" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4">
<img src="Bilder/index_01.gif" width="450" height="177" alt=""></td>
[...]
Vielen Dank!