Grafik ganz linksoben im Browser?

Status
Nicht offen für weitere Antworten.

masta

Erfahrenes Mitglied
Wie bekomme ich die eine Grafik vollständig linksoben in die Ecke ohne
das ich einen Abstand habe?
Danke für Antworten!

Gruß Patrick
 
Ohne CSS ( Style Sheet):

Gesamte Seite:
Code:
<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">

Tabelle:

Code:
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" align="left">
</td>
</tr>
</table>
 
Status
Nicht offen für weitere Antworten.
Zurück