Tables bündig an die ecken
Hans Gerter
- html
0 Mad
Hallo,
ich bin noch nicht so lang dabei aber bin schon kräfrig am lernen. Gerade richte ich meine seite mit tables ein.
Und wie schaffe ich es, dass der table bündig zu den ecken des browsers ist ?
da ist bei mir immer ein abstnd von 5 pixeln oder so.
es schaut bisher in reinform ca. so aus:
<html>
<head>
<title>Get the frame</title>
<head>
<body>
<TABLE HEIGHT=150 WIDTH=100% CELLSPACING=0 CELLPADDING=0 BORDER=0 align=left>
<td background="first.jpg"></td>
</table>
<body>
</html>
Danke
Hans
hallo
endweder positionierst du das mit css, oder du gibst im body marginwidth="0" und marginheight="0" ein.
gruß,
mad
hi
endweder positionierst du das mit css, oder du gibst im body marginwidth="0" und marginheight="0" ein.
und so isses dann W3C-Konform:
<body style="margin:0px;padding:0px;">
Grüße aus Bleckede
Kai