Tabellen die 2. - Kommt her all ihr schlauen Loite *g*
Thomas
- html
0 Curt0 Curt0 Thomas J.S.
0 Thomas0 holger kuehne
sorry - hab mich verklickt...
hier mal ein code - ich schrieb schon mal von diesem Tabellenproblem (am 24.), wenn man das jetzt anschaut dann erhält man jeweils an allen Seiten nicht nutzbare Ränder von ca. 10 pix zw. Bildschirmrand und äußerer Tabelle - nochmal die Frage: Wie bekommt man die weg?
<body bgcolor="#FFFFFF" background="bk-verlauf.jpg">
<table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" vspace="0" hspace="0">
<tr> <td width="100%" align="center" height="100%">
<table border="1" cellspacing="0" cellpadding="0" bgcolor="#000000" width="790" height="414" align="center" valign="middle" vspace="0" hspace="0">
<tr bgcolor="#FFFFFF"><td colspan="3" height="20">
<div align="CENTER">Hier soll dann mal alles drin stehen</div>
</td></tr>
</table>
</td></tr>
</table>
</body>
soll dazu da sein, damit das layout ab 800*600 immer gleich aussieht - geht wesentlich besser zu designen!!
cya tom
Kann es sein das du so was suchts ???
<style type="text/css">
body {margin:0px,0px,0px,0px;}
</style>
gruss
Curt
Kann es sein das du so was suchts ???
<style type="text/css">
body {margin:0px,0px,0px,0px;}
</style>gruss
Curt
Aeehh hab wohl etwas geschlafen, dat funktioniert so ! nicht auf NN (weis aber nicht wieso, vielleicht kann das jemand mal klaeren)
du solltest lieber
<style type="text/css">
body {margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;}
</style>
schreiben dann funzts auch auf dem NN
Gruss
Curt
Hallo!
Kann es sein das du so was suchts ???
<style type="text/css">
body {margin:0px,0px,0px,0px;}
</style>
Das kann nicht sein, denn das ist ungültiges CSS.
wenn so, dann so: body { margin:0; }
Grüße
Thomas
ochh curtl .... dat geht nich mit Netscape :-(
<style type="text/css">
body {margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;}
</style>
cya tom
Hi Thomas
Die Loesung sieht so aus:
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000"
topmargin=0 leftmargin=0 marginheight=0 marginwidth=0>
Das hab ich dir u.a. auch schon auf deine Frage vom 24 geatwortet! :-))
Holger