Jump to content

Pavel_html

User
  • Posts

    692
  • Joined

  • Last visited

Everything posted by Pavel_html

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title></title> <style type="text/css"> html, body{ margin: 0px; padding:0px; } table{ margin-left:3px; width: 100%; padding: 0px; } table td{ margin: 0px; padding: 0px; } td{ text-align:center; } </style> </head> <body> <table style="border: 1px solid #000" cellspacing="0" class="table"> <tr> <td style="height: 100%"> <table style="height: 100%; border: 1px solid #000" cellspacing="0"> <tr> <td style="height: 20px; border: 1px solid red;">a</td> </tr> <tr> <td>b</td> </tr> </table> </td> <td style="height: 100%">c</td> </tr> </table> </body> </html> При вставке текста в ячейки они будут растягиватся сами.
  2. Не обращай внимания... homm личность знающая, на очень темная и скрытная. Ща я тебе все обьясню. На html чат не сделаешь по следущим причинам. *html - это язык разметки. Он не может работать с файлами, данными, базами данных и т.д *php может. *И поэтому на php можно написать чат, гостевую, счетчик и т.д *Паша и я - один человек.
  3. Хомм, ты вернулся? Пойду суну голову в розетку!
  4. Pavel_html

    вопрос

    Хомм как всегда дал очень содержательный ответ!
  5. Pavel_html

    вопрос

    Например у тебя есть файл kukaracha.rar(или zip, без разницы). Чтоб его скачать ты просто указываешь ссылку на этот файл. <a href="kukaracha.rar">Скачайте этот файл.</a>
  6. Idi cuda: http://clubunnatov.spb.ru/blog/csshover.htc Kachay. i pishi u seba b stilah: body{ behavior: url(csshover.htc); } I mogesh spokolko delat navedenie na div. File povedeniq dla osla vse sdelaet!!
  7. Spasibo!!!!!!!!!!!!!!!!!!
  8. Sovershenno ne ponatno!! Script <?php class Mods{ function modsList($clases){ $tot=count($clases); foreach(array_keys($clases) as $value){ echo <<<HHT <a href="module.php?mod=$value">Module $value</a> HHT; } } function NewMod(){ $clases=array(); $dh=opendir("mods"); while($file=@readdir($dh)){ if(preg_match("/[.]php$/", $file )){ $clases []=$file; } } return $clases; } function ModuleVip($id){ $filename="mods/".$clases[$id]; include($filename); } } $clases=Mods::NewMod(); if(isset($_GET[mod])){ $id=$_GET[mod]; Mods::ModuleVip($id); }else{ Mods::modsList($clases); } ?>
  9. $link=array( 'http://yandex.ru', //id 0 'http://absolvo.ru', //id 1 'http://google.com', //id 2 'http://clubunnatov.spb.ru' //id 3 );
  10. Pavel_html

    Massivi

    Chto??? ne ponala..
  11. http://piskunblog.croe.net/url.php?id=1 Tolko tut s bezopasnostyou problema...
  12. url.php <?php class link{ public static $id; function url_per($url){ header("Location: $url"); } } link::$id=$_GET['id']; $id=link::$id; $link=array( 'http://yandex.ru', 'http://absolvo.ru', 'http://google.com', 'http://clubunnatov.spb.ru' ); $url=$link[$id]; link::url_per($url); ?>
  13. elementarno..... img{ border:none; }
  14. <script type="text/javascript"> <!-- function Function_1(an){ location.href=location.href+an } --> </script> <input type="button" onclick="Function_1(index.html)" value="Ссылка" />
  15. а приколько бы поговорить с самим собой
  16. все уроки - в личку. Ведь остальные форумчане не платили
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy