Autor | Zpráva | ||
---|---|---|---|
Apollo Profil * |
#1 · Zasláno: 15. 3. 2009, 21:37:20
Mám problém s reklamou na http://www.worlddomination.cz/help2/index.php - ten postraní banner potřebuju datat vedle toho menu...prostě aby to bylo vedle sebe.
|
||
Shane Profil |
#2 · Zasláno: 15. 3. 2009, 21:40:02
Apollo
Ahoj, zkus nastavit banneru float. |
||
Apollo Profil * |
#3 · Zasláno: 15. 3. 2009, 21:54:17
Aď delám co dělám tak mi to tam nejde :( jeli by se našel někdo šikovnej kdo to umí potřebuju to dosadot do tohoto kodu
<?php include "../inc/config.php"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>world domination</title> <meta http-equiv="content-type" content="text/html; charset=windows-1250" /> <link rel="stylesheet" type="text/css" href="city.css" /> </head> <body> TOTO JE TEN BANNER CO TO MÁ OBTEJKAT !!!! <float: "left"> <script type="text/javascript"><!-- google_ad_client = "pub-5338270767979303"; /* 120x600, vytvořeno 15.3.09 */ google_ad_slot = "1899468389"; google_ad_width = 120; google_ad_height = 600; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </float: "left"> TADY TEN BANNER KONČÍ <div id="wrap"> <div id="header"><br /> <h3>world domination - <font color="orange">HELP</font></h3> <p><strong>Staňte se vládcem world domination</strong><br /><br /> <strong><font color="orange">HELP</font></strong></p> </div> <div id="nav"> <ul> <li><a href="../index.php?location=1">Registrace</a></li> <li><a href="../index.php">Home</a></li> <li class="last"><a href="index.php">Help</a></li> </ul> </div> <div id="left"> <p class="title_left"><img src="images/arrow_g2.gif" alt="" width="9" height="5" /> Menu</p> <div class="news"> <li><a href="?location-help=pravidla" class="menu">1.0 Pravidla</a></li> <br> <li><a href="?location-help=system" class="menu">2.0 System hry</a></li> <li><a href="?location-help=era2" class="menu">2.1 Éra <li><a href="?location-help=zrizeni" class="menu">2.2 Státní zřízení</a></li> <li><a href="?location-help=suroviny" class="menu">2.3 Suroviny</a></li> <li><a href="?location-help=budovy" class="menu">2.4 Budovy</a></li> <li><a href="?location-help=dotace" class="menu">2.5 Dotace</a></li> <li><a href="?location-help=armada" class="menu">2.6 Armáda</a></li> <li><a href="?location-help=aliance" class="menu">2.7 Aliance</a></li> <br> <li><a href="?location-help=forum" class="menu">3.0 Fórum <li><a href="?location-help=admins" class="menu">3.1 Administrátoři hry</a></li> <br> <li><a href="?location-help=credit" class="menu">4.0 Credit</a></li> <li><a href="?location-help=vyhra" class="menu">4.1 Výhra</a></li> <br /><br /> <li><a href="?location-help=podpora" class="menu">>> Podpora hry</a></li> </div> <br /><br /><br /><br /> <p class="text_left">V případě problémů nebo nalezení chyby pište adminovi do pošty...</p> <p><img class="img" src="../images/mail.jpg" alt="mail" width="64" height="52" /><br /> </div> <div id="right"> <p class="title_right"><img src="images/arrow_g2.gif" alt="" width="9" height="5" /> Historie</p> <li> <a href="?location-help=history" class="menu">>> Archív novinek</a></li> <p > </p> <h3 class="right_titre"> <img src="images/titre2.jpg" alt="" width="12" height="9" /> Reklama</h3> <?php /* REKLAMNÍ SYSTÉM */ $banners = @mysql_query("SELECT id,url,img,hits FROM banners ORDER BY RAND() LIMIT 1") or Die("<span class=\"error\"><b>CHYBA:</b> Database Error8</span><br>"); $result_banners = @mysql_fetch_array($banners); $sql_banners_hits = @mysql_query("UPDATE `banners` SET `hits`=hits + '1' WHERE `id`='$result_banners[id]'"); echo " <center> <a href=\"$result_banners[url]\"><img src=\"$result_banners[img]\" style=\"width: 150px; height: 27px;\" /></a> </center> "; ?> <br /><br /><br /><br /><br /><br /> </div> <div id="content"> <?php if (isset($_GET['location-help']) or isset($_GET['location-history'])){ $soubor11=$_GET['location-help']; $soubor22=$_GET['location-history']; $soubor21= dirname($_SERVER['SCRIPT_FILENAME'])."/".$soubor11.".php"; $soubor22= dirname($_SERVER['SCRIPT_FILENAME'])."/history/".$soubor22.".php"; if(file_exists($soubor21) or file_exists($soubor22)){ if(substr_count($soubor11,"../")>0 or substr_count($soubor22,"../")>0){ echo "<h2>Upozornění</h2>Nelze nahrát soubor v nadřazeném adresáři!"; }elseif($soubor11=="index" or $soubor11=="/index" or $soubor22=="index" or $soubor22=="/index"){ echo "<h2>Upozornění</h2>Index nemůže načíst sám sebe!"; }else{ if (isset($_GET['location-help'])){ include $soubor21; }else { include $soubor22; } } }else{ include "../not_exist.php"; } }else{ // Pokud nebyl paramentr page volaný, načteme uvod.php include "start.php"; } ?> </div> <div id="footer"> <p class="text_footer">Copyright © 2009 (worlddomination). Design by kty <a href="http://www.studio-plume.org">studio-plume.org</a>.Created by </p><a href="mailto: d.i.z.z.y@email.cz">Dizzy</a></p> </div> </div> </body> </html> </float: "right"> <center><script type="text/javascript"><!-- google_ad_client = "pub-5338270767979303"; /* 728x90, vytvořeno 15.3.09 */ google_ad_slot = "8387713264"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></center> |
||
king26 Profil |
#4 · Zasláno: 15. 3. 2009, 22:25:34
„<float: "left"> “
kdes to videl? <div style="float:left;"></div> takhle je to spravne zapsane |
||
Apollo Profil * |
#5 · Zasláno: 16. 3. 2009, 06:34:03
„„<float: "left"> ““
„kdes to videl?“ by mě taky zajíma....a dík za ten kod |
||
Apollo Profil * |
#6 · Zasláno: 16. 3. 2009, 06:41:01
ale furt mi to blbne...pokusím se stím něco udělat odpoledne :(
|
||
Časová prodleva: 17 let
|
0