Ciao raga,
recentemente stavo creando una pagina con l'inclusione di un'altra in HTML. Però sorge un problema di visualizzazione; infatti se la pagina la apro con Firefox vedo tanti spazi bianchi tra le immagini, mentre se la vedo con l'explorer è tutto OK.
Ma forse è meglio se ve lo mostro GUARDA QUI
lo script utilizzato nella pag index è il seguente:
Codice PHP:
<?php
include("cool.html");
?>
Mentre nella pag cool.html è:
Codice PHP:
<html>
<head>
<title>cool</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table id="Table_01" width="761" height="300" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="13">
[img]images/cool_01.gif[/img]</td>
<td>
[img]images/spacer.gif[/img]</td>
</tr>
<tr>
<td colspan="12">
[img]images/cool_02.gif[/img]</td>
<td rowspan="7">
<a href="modificare bookmark">
[img]images/cool_03.gif[/img]</a></td>
<td>
[img]images/spacer.gif[/img]</td>
</tr>
<tr>
<td colspan="11">
[img]images/cool_04.gif[/img]</td>
<td rowspan="6">
<a href="index.php?id=contact"
onmouseover="window.status='Contact'; return true;"
onmouseout="window.status=''; return true;">
[img]images/cool_05.gif[/img]</a></td>
<td>
[img]images/spacer.gif[/img]</td>
</tr>
<tr>
<td rowspan="5">
[img]images/cool_06.gif[/img]</td>
<td rowspan="2">
<a href="/index.php?id=upload"
onmouseover="window.status='Upload'; return true;"
onmouseout="window.status=''; return true;">
[img]images/cool_07.gif[/img]</a></td>
<td colspan="7">
[img]images/cool_08.gif[/img]</td>
<td rowspan="4">
<a href="index.php?id=site"
onmouseover="window.status='Site'; return true;"
onmouseout="window.status=''; return true;">
[img]images/cool_09.gif[/img]</a></td>
<td rowspan="5">
[img]images/cool_10.gif[/img]</td>
<td>
[img]images/spacer.gif[/img]</td>
</tr>
<tr>
<td rowspan="4">
[img]images/cool_11.gif[/img]</td>
<td>
<a href="index.php?id=images"
onmouseover="window.status='Images'; return true;"
onmouseout="window.status=''; return true;">
[img]images/cool_12.gif[/img]</a></td>
<td rowspan="4">
[img]images/cool_13.gif[/img]</td>
<td>
<a href="index.php?id=video"
onmouseover="window.status='Video'; return true;"
onmouseout="window.status=''; return true;">
[img]images/cool_14.gif[/img]</a></td>
<td rowspan="4">
[img]images/cool_15.gif[/img]</td>
<td rowspan="2">
<a href="index.php?id=games"
onmouseover="window.status='Games'; return true;"
onmouseout="window.status=''; return true;">
[img]images/cool_16.gif[/img]</a></td>
<td rowspan="4">
[img]images/cool_17.gif[/img]</td>
<td>
[img]images/spacer.gif[/img]</td>
</tr>
<tr>
<td rowspan="3">
[img]images/cool_18.gif[/img]</td>
<td rowspan="3">
[img]images/cool_19.gif[/img]</td>
<td rowspan="3">
[img]images/cool_20.gif[/img]</td>
<td>
[img]images/spacer.gif[/img]</td>
</tr>
<tr>
<td rowspan="2">
[img]images/cool_21.gif[/img]</td>
<td>
[img]images/spacer.gif[/img]</td>
</tr>
<tr>
<td>
[img]images/cool_22.gif[/img]</td>
<td>
[img]images/spacer.gif[/img]</td>
</tr>
</table>
</body>
</html>