Autor | Zpráva | ||
---|---|---|---|
... Profil * |
#1 · Zasláno: 13. 8. 2007, 15:50:59
Nefunguje mi to. Prosím kde je chyba?
index.php <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250" /> <meta name="generator" content="PSPad editor, www.pspad.com"> <link rel="stylesheet" type="text/css" href="styly.css"> </head> <body> <div id="hlavicka"></div> <? php include "menu.php"; ?> <div id="stred"> text text text text text text text text text text text text text text text text text text text text text text text text </div> <div id="paticka"></div> </body> </html> menu.php <div class="menuleve"> <br /><br /><br /><br /> <span class="nadpislevemenu">Blabla </span><br /> <a href="uhel.php">Blabla<br /></a> <a href="tuzka.php">Blabla <br /></a> <a href="krida.php">Blabla <br /></a> <a href="pastelky.php">Blabla<br /><br /></a> <span class="nadpislevemenu">Blabla</span> <br /> <a href="nahrdelniky.php">Blabla<br /></a> <a href="naramky.php">Blabla<br /></a> <a href="nausnice.php">Blabla<br /></a> <a href="soupravy.php">Blabla <br /></a> <a href="zviratka.php">Blabla<br /></a> </div> styly.css * {background-color: lavender;} .menuleve {width:142px; height:468px; float:left; background-image: url(ll.gif); } #stred {float:left;} span.nadpislevemenu {color: rgb(102,51,204); font-size: medium; font-weight: bold; text-decoration: underline;} a {color:black;} Díky |
||
Alphard Profil |
#2 · Zasláno: 13. 8. 2007, 15:53:38
<? php include "menu.php"; ?>
bez mezery: <?php include "menu.php"; ?> |
||
... Profil * |
#3 · Zasláno: 13. 8. 2007, 18:08:58
Jj, díky
|
||
Časová prodleva: 17 let
|
0