Jump to content

Vektornsk

Newbie
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Vektornsk

  1. тогда подскажи что может разрушить: heading.html <html> <head> <title>Untitled</title> <META http-equiv=Content-Type content=text/html;charset=windows-1251> <meta name="description" content="Insert Description Here"> <meta name="keywords" content="Insert Keywords Here"> <style type="text/css"> <!-- a:link, a:active, a:visited { color: #4A265A; text-decoration: underline} a:hover { color: #4A265A; text-decoration: none} body { background-image: URL(images/bg_top.jpg); background-repeat: repeat-x} --> </style> </head> <body bgcolor="#000000" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"> <table width="100%" height=170 border="0" cellpadding="0" cellspacing="0" > <tr> <td width="197" > <img align=right src="images/your_logo3.png"> </td> <td > <img align=right height=170 src="images/your_logo2.png"> </td> <td width="291" > <img width="252" height="170" align=left src="images/top_ludi.png" border="0"> </td> </tr> </table> </body> </html> footer.html <html> <head> <META http-equiv=Content-Type content=text/html;charset=windows-1251> <meta name="description" content="Insert Description Here"> <meta name="keywords" content="Insert Keywords Here"> <style type="text/css"> <!-- a:link, a:active, a:visited { color: #4A265A; text-decoration: underline} a:hover { color: #4A265A; text-decoration: none} body { background-image: URL(images/bg_bottom.jpg); background-repeat: repeat-x} --> </style> </head> </html>
  2. Ну в 1 строку идет шапка сайта, во 2 строку 1 ячейка под меню 2рая для содержания ну и 3 строка для нижней части. И как бы в эти ячейки я хочу вставить части сайта.
  3. Помогите разобраться, хочу сделать в один файл сбор из разных частей сайта, чтобы они открывались в определенных местах. Попробовал так не получилось (шапка сайта отображается а сверху ее еще отображается нижняя часть ) <table border="0" width="100%" cellpadding="0" cellspacing="0" > <tr> <td height="170" colspan="2"><!--#include virtual="/30/heading.html"--> </td> </tr> <tr> <td > </td> <td width="78%"> </td> </tr> <tr> <td colspan="2"> <p><!--#include virtual="/30/footer.html"--></td> </tr> </table>
×
×
  • 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