jakby ff nie pobierał mi stylów,a zas znaczniki align itp nie działaja w IE
moze ktos ma jakis pomysły i porady

powiedzmy ze to moj plik:
Kod
<?php
ob_start();
session_start();
require('pliki/my_db_connect.php');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>proba</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<link href="style.css" type="text/css" rel="stylesheet">
<body>
<table cellpadding="0" cellspacing="0" width="756" border="1">
<tbody>
<tr>
<td height="120" class="men_adm_link"><font class="men_adm_link">Miejsce banera gornego</font></td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td>
<table cellpadding="0" cellspacing="0" width="756" border="1">
<tbody>
<tr valign="top">
<td width="180" valign="top" align="center">
<?
$zap_kat = mysql_query ("SELECT * FROM kategoria ORDER BY pozycja DESC");
echo '<table cellpadding="0" cellspacing="2" border="0" width="160">';
echo '<tr border="0"><td height="10"></td></tr>';
while($wynik = mysql_fetch_array($zap_kat)) {
echo '<tr border="0" ><td class="men_adm" height="18" align=right><b>'.$wynik['kategoria'].'</b></td></tr>';
}
echo '</table>';
?>
<td width="520" align="center" height="300">
<?
if($ns=="")
{
include("readout.php");
}
if($ns<>"")
{
include("pliki/$ns.php");
}
?>
</td></tr>
</tbody>
</table>
<tr>
<td height="25"> <a href="index.php?ns=admin">admin</a>
</td></tr>
</tbody>
</table>
</body>
</html>
ob_start();
session_start();
require('pliki/my_db_connect.php');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>proba</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<link href="style.css" type="text/css" rel="stylesheet">
<body>
<table cellpadding="0" cellspacing="0" width="756" border="1">
<tbody>
<tr>
<td height="120" class="men_adm_link"><font class="men_adm_link">Miejsce banera gornego</font></td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td>
<table cellpadding="0" cellspacing="0" width="756" border="1">
<tbody>
<tr valign="top">
<td width="180" valign="top" align="center">
<?
$zap_kat = mysql_query ("SELECT * FROM kategoria ORDER BY pozycja DESC");
echo '<table cellpadding="0" cellspacing="2" border="0" width="160">';
echo '<tr border="0"><td height="10"></td></tr>';
while($wynik = mysql_fetch_array($zap_kat)) {
echo '<tr border="0" ><td class="men_adm" height="18" align=right><b>'.$wynik['kategoria'].'</b></td></tr>';
}
echo '</table>';
?>
<td width="520" align="center" height="300">
<?
if($ns=="")
{
include("readout.php");
}
if($ns<>"")
{
include("pliki/$ns.php");
}
?>
</td></tr>
</tbody>
</table>
<tr>
<td height="25"> <a href="index.php?ns=admin">admin</a>
</td></tr>
</tbody>
</table>
</body>
</html>