Kod
<html>
<head>
<title>Próba</title>
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-2" />
</head>
<body>
<form action="index.php" method="post">
<center>
<table border="1">
<tr>
<td height="150" width="150">
<?php
echo 'Witaj świecie';
?>
</td>
<td height="150" width="150">PHP2</td>
</tr>
<tr>
<td height="150" width="150">PHP3</td>
<td height="150" width="150">PHP4</td>
</tr>
</table>
</center>
</form>
</body>
</html>
<head>
<title>Próba</title>
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-2" />
</head>
<body>
<form action="index.php" method="post">
<center>
<table border="1">
<tr>
<td height="150" width="150">
<?php
echo 'Witaj świecie';
?>
</td>
<td height="150" width="150">PHP2</td>
</tr>
<tr>
<td height="150" width="150">PHP3</td>
<td height="150" width="150">PHP4</td>
</tr>
</table>
</center>
</form>
</body>
</html>

Juz zaczelo dzialac po kilku odswiezeniach... dziwne...
Za to mam krzaczki mimo ze dalem to kodowanie ;/