Scusa ma..
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-15">
<TITLE></TITLE>
<META NAME="GENERATOR" CONTENT="Microsoft FrontPage 5.0">
<META NAME="CREATED" CONTENT="20051210;23224700">
<META NAME="CHANGED" CONTENT="20051211;17300200">
<STYLE>
<!--
@page { size: 21cm 29.7cm }
P { color: #2300dc }
P.western { font-family: "Arial Black" }
-->
</STYLE>
</HEAD>
<BODY LANG="it-IT" DIR="LTR">
(omissis)
</P>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html>
<head>
<title>Mini-Tab Preview</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
/* code for presentation purpose (CSS preview) */
body {
font-family: verdana, sans-serif;
font-size: 11px;
background: #ffffff;
}
h4 {
font-size: 100%;
color: #999;
margin: 0;
}
/* CSS Tabs */
.container {
width: 500px;
padding: 15px;
margin: 3px 0 20px 0;
border: 1px solid #ccc;
background: #fff;
}
/* square */
#navSquare {
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #9FB1BC;
}
#navSquare li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#navSquare a:link, #navSquare a:visited {
float: left;
font-size: 10px;
line-height: 14px;
font-weight: bold;
padding: 0 12px 6px 12px;
text-decoration: none;
color: #708491;
}
#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
color: #000;
background: url('square.gif') no-repeat bottom center;
}
-->
</style>
</head>
<body>
<h4></h4>
<div class="container">
<ul id="navSquare">
[*]Windows
[*]Mobile[*]Articoli[*]Download[*]Gallery[*]Scrivimi[*]Forum
[/list]
</div>
</body>
</html>
<P CLASS="western">
<APPLET CODE="plasmax.class" CODEBASE="./" ALIGN="BASELINE"
WIDTH="420" HEIGHT="52">
<PARAM NAME="text" VALUE="ciao :-)# sei nello # spazio web di #Gielle1958#buona navigazione">
<PARAM NAME="colors" VALUE="native">
<PARAM NAME="plasma" VALUE="eye">
<PARAM NAME="font" VALUE="Helvetica">
<PARAM NAME="size" VALUE="30">
<PARAM NAME="fps" VALUE="20">
</APPLET>
</BODY>
</HTML>
two document is meglio che uan???
hai due file html nello stesso file html!
non si puede..
detto questo, il problema è che il file "square.gif" non c'è all'indirizzo indicato, che sarebbe
comunque il probema enorme è questa duplicazione della pagina, che è un errore..prima devi correggere questo, raggruppando gli stili (meglio se associ un file CSS esterno, come descritto qua) ed eliminando i doppi tag "html, head e body" e il doppio DOCTYPE..
la struttura, schematicissima, deve essere questa
codice:
DOCTYPE
<html>
<head>
Qua title, metatags e link a file esterni tipo CSS o js
</head>
<body>
Qua il contenuto della pagina
</body>
</html>
se hai necessità di incorporare più pagine, dovresti usare i frame..
ciao