Цитата:
Сообщение от Fared
вот небольшой отрывок кода...
PHP код:
<LINK REL=STYLESHEET TYPE="text/css" HREF="incls/css/style.css">
</head>
<body>
<?php
include('incls/header.php');
include('incls/header2.php');
?>
<table width="100%" height="253" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="19%" height="173" valign="top">
<?
include('incls/leftupbody.php');
include('incls/leftdownbody.php'); ?>
</td>
<td width="1%" valign="top"> </td>
<td width="50%" valign="top"><br><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="5%" height="21"><img src="images/leftblank.gif" width="41" height="21" /></td>
<td width="89%" background="images/centerblank.gif" class="стиль1"><div align="center">Скрипты \ Soft \ Разное </div></td>
<td width="6%"><img src="images/rightblank.gif" width="43" height="21" /></td>
</tr>
</table>
|
PHP код:
<body><LINK REL=STYLESHEET TYPE="text/css" HREF="incls/css/style.css">
<?php
include('incls/header.php');
include('incls/header2.php');
?>
<table width="100%" height="253" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="173" valign="top">
<?
include('incls/leftupbody.php');
include('incls/leftdownbody.php');
?>
</td>
</tr></table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="41" height="21"><img src="/images/leftblank.gif" /></td>
<td width="100%" background="/images/centerblank.gif"><div align="center">Скрипты \ Soft \ Разное </div></td>
<td width="43" height="21"><img src="/images/rightblank.gif"/></td>
</tr>
</table>
вот так правильно будет.
Что в файлах тех что заинклудить нужно?