Wer weiß Rat?
Mein Seitenaufbau (für noframe) schaut so aus:
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<title> --- </title>
<link rel="stylesheet" href="http://www.woll-insel.at/shop2/stile.css">
</head>
<body BACKGROUND="http://www.woll-insel.at/shop2/wolle3.jpg">
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR>
<TD>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR>
<TD COLSPAN=2 BACKGROUND="http://www.woll-insel.at/shop2/oben2.jpg" >
<table width="900" border="0" cellspacing="0" >
<tr valign="top">
<td> -- Text für obere Navigationsleiste -- <td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD WIDTH=160 HEIGHT=600 BACKGROUND="http://www.woll-insel.at/shop2/nav.gif" valign="top">
<br><br> <a href="http://www.woll-insel.at/cgi-bin/shop2/iboshop.cgi?index"> <strong> Home </strong></a>
<br> __catalog__ </TD>
<TD WIDTH=750 valign="top" >
<center>
--- Hier steht dann der Boddy-Text ---
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</body>
</html>
Was ist falsch, daß im Browser die Seite mir Rahmen eigerückt (s. Screen) angezeigt wird?
mfG Woll-Insel
(//)
Hallo,
den Rand bekommen Sie durch die das Setzen von "margin" für den body-Bereich weg.
<body BACKGROUND="http://www.woll-insel.at/shop2/wolle3.jpg" style="margin:0px;">
Danke
(so einfach kann man Probleme lösen, wenn man weiß wie oder ein lieber Mensch einem hilft)