Shopsystem ShopPilot

ShopPilot => ShopPilot Enterprise => Thema gestartet von: dobra am Juni 20, 2006, 07:56:07

Titel: Seite wird in Browser mit Randabstand angezeigt
Beitrag von: dobra am Juni 20, 2006, 07:56:07
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" >&nbsp;
                            <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>&nbsp;<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

(http://)
Titel: Re: Seite wird in Browser mit Randabstand angezeigt
Beitrag von: ahe am Juni 20, 2006, 08:05:46
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;">
Titel: Re: Seite wird in Browser mit Randabstand angezeigt
Beitrag von: dobra am Juni 20, 2006, 08:12:21
Danke
(so einfach kann man Probleme lösen, wenn man weiß wie oder ein lieber Mensch einem hilft)