witam!
w poniższym kodzie jest coś nie tak... podgląd jak to wygląda można zobaczyć na stronie
http://www.gipfel.nazwa.pl/test/uindex.phpPo otawrciu tej strony efekt na niektórych komputerach wygląda tak:
http://img49.imageshack.us/my.php?image=beztytu322uot5.jpgA powinno być takie coś:
http://img253.imageshack.us/img253/2458/456bw3.jpgCoś jest nie tak w tym kodzie tylko nie wiem co...
Jeśli ktoś byłby w stanie mi pomóc to byłbym wdziędzny

<html>
<head>
<meta http-equiv="Content-Language" content="pl">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<title>Gipfel Poland - Witamy!</title>
</head>
<body bgcolor="#2E2461">
<table border="0" width="81%" cellspacing="0" cellpadding="0" id="table2">
<table border="0" width="81%" cellspacing="0" cellpadding="0" id="table1">
<tr>
<td>
<div style="width: 1024px;">
<?php
$target[3] = '/home.php';
$target[5] = '/catalog.php';
$target[8] = '/news.php';
$target[10] = '/partners.php';
$target[12] = '/contact.php';
for ($c = 1; $c < 14; $c++){
echo '<div style="float: left;">';
echo '<a href="'.$target[$c].'"><img style="border: 0"; src="image/uindex/'.$c.'.JPG"></a>';
else
echo '<img src="image/uindex/'.$c.'.JPG">';
}
echo '<div style="clear: both;"></div>'; </tr>
<tr>
<td height="392">
<div style="float: left;">
<iframe name="I1" src="1.htm" width="1017" height="394" frameborder="0">
</iframe></div></td>
</tr>';
echo '<div style="clear: both;"></div>';
?>
</div>
<tr>
<td> <div style="width: 1024px;">
<?php
$target[16] = 'mailto:obsluga@gipfelpoland.pl';
$target[20] = 'http://www.gipfelpoland.pl/';
$target[19] = 'mailto:obsluga@gipfelpoland.pl';
$target[20] = 'mailto:webmaster@gipfelpoland.pl';
for ($c = 15; $c < 21; $c++){
echo '<div style="float: left;">';
echo '<a href="'.$target[$c].'"><img style="border: 0"; src="image/uindex/'.$c.'.JPG"></a>';
else
echo '<img src="image/uindex/'.$c.'.JPG">';
}
echo '<div style="clear: both;"></div>';
?>
</div>
</td>
</tr>
</table>
</body>
</html>
Pozdrawiam!
Ten post edytował serv 19.01.2007, 22:58:43