Navigationsleiste im Header
lima-city → Forum → Die eigene Homepage → HTML, CSS & Javascript
abstand
all
amen
aussehen
ebenfall
kleine tabelle
legende
mail
normalerweise
sinnen
umrandung
verstehe
-
Es handelt sich dabei zwar nur um eine kleine Tabelle, die normalerweise jeder hinbekommen sollte, doch es scheint trotzdem ein Problem zu sein :)
Baue folgenden Code in deine Site_Kopf.htm (PHPKIT):
Code:
1 <table cellpadding="0" cellspacing="0" width="100%" height="20">
2 <tr>
3 <td width="100%" height="20" background="hintergrundbild.gif"></td>
4 <td width="100" height="20"><img src="Bild1.gif" width="100" height="20" border="0"></td>
5 <td width="100" height="20"><img src="Bild2.gif" width="100" height="20" border="0"></td>
6 <td width="100" height="20"><img src="Bild3.gif" width="100" height="20" border="0"></td>
7 <td width="100" height="20"><img src="Bild4.gif" width="100" height="20" border="0"></td>
8 <td width="100%" height="20" background="hintergrundbild.gif"></td>
9 </tr>
10 </table>
Alle Werte m?ssen nat?rlich angepasst werden.
LEGENDE
width = Breite
height = H?he
border = Umrandung (kann auf 0 bleiben)
cellpadding & cellspacing = Abstand vom Rand (sollte ebenfalls auf 0 bleiben)
Ein kompletter Code f?r den Header (PHPKIT) w?rde dann wie folgt aussehen:
Code:
1 <table class="sitehead" border="0" cellspacing="0" cellpadding="1" width="100%">
2 <tr>
3 <td class="designbodyhead">
4 <table border="0" cellpadding="0" cellspacing="0" width="100%">
5 <tr>
6 <td colspan="2" class="design">
7 <a name="head"><img border="0" height="1" width="1" alt="" src="images/blank.gif" /></a></td>
8 </tr>
9 <tr>
10 <td class="design">
11 <a href="include.php?path=start.php"><img border="0" $logo_size alt="$config[site_name] $config[site_title]" src="$logo_path" /></a></td>
12 $adview
13 </tr>
14 <tr>
15 <td class="design" colspan="2">
16 <img border="0" height="1" width="1" alt="" src="images/blank.gif" /></td>
17 </tr>
18 </table>
19 </td>
20 </tr>
21 </table>
22 <table cellpadding="0" cellspacing="0" width="100%" height="20">
23 <tr>
24 <td width="100%" height="20" background="hintergrundbild.gif"></td>
25 <td width="100" height="20"><img src="Bild1.gif" width="100" height="20" border="0"></td>
26 <td width="100" height="20"><img src="Bild2.gif" width="100" height="20" border="0"></td>
27 <td width="100" height="20"><img src="Bild3.gif" width="100" height="20" border="0"></td>
28 <td width="100" height="20"><img src="Bild4.gif" width="100" height="20" border="0"></td>
29 <td width="100%" height="20" background="hintergrundbild.gif"></td>
30 </tr>
31 </table>
Thats all!!!
Ich hoffe nun sind alle Fragen beantwortet und ich bekomme zu diesem Thema keine Mails mehr. -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
was will uns der autor damit sagen??? ich verstehe den sinn dieses thread's nicht ganz!!! kann mich einer aufkl?ren???
-
Amen, ich peils auch nicht!^^
-
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage