14-06-2011, 18:35
Mam taki problem że tabele którą mam w require rozszerza mi się mniej więcej o 1/4 tej tabeli, na innych stronach tak nie mam tylko na tych na których mam umieszczone formularze. I choć tutaj usunąłem formularz tabela nadal mi się rozszerza.
strona.php
sory, trochę pokręcony kod
Proszę o pomoc
strona.php
Kod:
<!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" >
<head>
<style type="text/css">
a{ text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #0066FF; }
</style>
<script type="text/javascript" src=".."></script>
<script type="text/javascript">
// <![CDATA[
function pokaz_ukryj(pokaz, ukryj) {
document.getElementById(pokaz).style.display = "block";
document.getElementById(ukryj).style.display = "none";
}
//]]
</script>
<meta http-equiv="Content-Language" content="pl">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<link rel="SHORTCUT ICON" href=".." />
<title>Oceny</title>
<script language="JavaScript">
<!--
function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
}
// -->
</script>
</head>
<body background="..">
<center>
<center>
<div align="center">
<center>
<div style="padding:0px;font-size:2;font-family:Arial;text-align:center;"><center>
<?php require ('../tabela.php');
?>
<table class="tabelka" border="0" cellspacing="0" width="924" height="10" background="..">
<tbody>
<tr align="center">
<td align="center" valign="top" width="922" height="10">
</td>
</tr>
</tbody></table>
<table class="tabelka" border="0" cellspacing="0" width="924" height="595" background="..">
<tbody>
<tr align="center">
<td align="center" valign="top" width="320" height="595">
<td align="center" valign="top" width="601" height="595">
<table class="tabelka" border="0" cellspacing="0" width="576" height="593">
<tbody>
<td align="center" valign="top" width="574" height="593">
<p align="left"><font face="Verdana"><b>Oceny<br>
</b></font></p>
</tbody></table>
</tr>
</tbody></table>
<center>
<div align="center">
<center>
</center></div>
</center></div></div>
</center></div>
</center>
</body>
</html>
sory, trochę pokręcony kod
Proszę o pomoc
