• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Bild direkt am Rand ausrichten

Status
Für weitere Antworten geschlossen.

luj

Neues Mitglied
Hallo,
habe folgenden code:
<table border="0" CELLPADDING="0" CELLSPACING="0" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<tr >
<td>&nbsp;&nbsp;</td>
<td valign="top" height="300" width="100%"><font color=#585e5a face="Arial">test text</font></td>
<td align="right" valign="bottom"><img src="img/test2.jpg"></td>
</tr>
</table>
trotzdem hat das bild ca. 1-2 pixel abstand zum rahmen. Warum.
ich moechte, dass das Bild direkt am rahmen liegt ohne zwischenraum.
danke
gruß
 
<style type="text/css">
* {
margin: 0px;
padding: 0px;
}
</style>

Scheiß auf Tabellen, scheiß auf HTML-Design-Atribute.
Gruß, Eugen.
 
hi,

die tabelle von oben kommt hier rein:

<td>
<br><br>
<?
switch($action)
{
default: include("php/home.php");
}
?>
</td>

wo muss das hier hin:

<style type="text/css">
* {
margin: 0px;
padding: 0px;
}
</style>


danke

gruß
 
in den head Bereich.

HTML:
<html>
 <head>
                    <style>
                     ...
                    </style>
 </head>
 <body>
 ...
 </body>
</html>
Gruß, Eugen.
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben