Jump to content
  • 0

Добавление содержимого другого файла


Vektornsk
 Share

Question

Помогите разобраться, хочу сделать в один файл сбор из разных частей сайта, чтобы они открывались в определенных местах. Попробовал так не получилось (шапка сайта отображается а сверху ее еще отображается нижняя часть )

<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>

:D

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Я имею ввиду, что во включаемых файлах не должно быть отдельных ячеек, только если в еще одной таблице. Сама таблица без инклудов все нормально выводит, это что-то разрушает таблицу в файлах heading.html и footer.html.

Link to comment
Share on other sites

  • 0

тогда подскажи что может разрушить:

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>

Link to comment
Share on other sites

  • 0

Мда... Поймите, ssi при помощи include собирает файл и отправляет его уже собранным в броузер клиента, и include не выделяет ничего из вставляемых файлов. Т.е. у вас в середине собранного документа снова объявляется header, стили, потом body и т.п. Вы себе представляете как это должен обрабатывать броузер?! Вы хоть понимаете структуру html? Почитайте внимательно азы html, ssi и прочего, уберите все лишнее из вставляемых файлов и перенесите стили в основной файл.

Edited by Searcher
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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