kompozer
Inviato: martedì 28 agosto 2007, 14:46
Salve a tutti, sono in cerca di un editor (x)html e ho trovato interessante kompozer, l'ho scaricato, ma quando provo ad aprire un file html mi compare l'errore visibile nello screenshoot.
Il codice html del documento che apro, e tra l'altro funziona (www.giorgio87.com) è:
Il codice html del documento che apro, e tra l'altro funziona (www.giorgio87.com) è:
Codice: Seleziona tutto
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<link rel="stylesheet" type="text/css" href="mainstyle.css" >
<title>
Benvenuti in Giorgio87.com
</title>
<div class="testa">
<div class="titolo">
<table>
<tr height="35"><td><a> Giorgio87.Com </a></td></tr>
</table>
</div>
<table width="100%" class="mainmenu">
<tr>
<td width="3%" />
<td width="36%">
<a href="/index.html"> Home</a>
<a> </a>
<a href="/gallery/" target="_blank">Photogallery</a>
<a> </a>
<a href="/contact.html">Contact</a>
<a> </a>
<a href="/PBforum.html">Forum</a>
<a> </a>
<a href="/private.html">Area Privata</a>
</td>
<td width="57%" />
</tr>
</table>
</div>
<table width="100%" height="100%">
<br /><br />
<tr height="100%">
<td width="3%" > </td>
<td width="14%" valign="top">
<table cellpadding="2" cellspacing="2" class="menusx" width="100%" height="80">
<tr> <td class="titolitabella" align="center"> Menu
</td> </tr>
<tr>
<td align="center" valign="top">
<a href="/uni/page1.html"> Università </a> <br />
<a href="/linux/page1.html"> Linux </a> <br />
<a href="/sharing/send.html"> Send File </a> <br />
<a href="/link.html"> Link </a> <br /> </td>
</tr>
</table>
</td>
<td width="3%" /td>
<td width="80%" height="100%">
<!-- pagina principale -->
<!-- Area News -->
<table width="90%" height="150" align="center" class="tabcentro">
<tr> <td > <div class="titolitabella" align="center"> Presentazione </div> </td> </tr>
<tr>
<td>
<iframe src="Presentazione.html" width="100%" height="100%" frameborder="0">
Contenuto alternativo per i browser che non leggono gli iframe.
</iframe>
</td>
</tr>
</table>
<br/>
<!-- Area -->
<table width="90%" align="center" class="tabcentro">
<tr> <td > <div class="titolitabella" align="center"> In primo piano </div> </td> </tr>
<tr>
<td>
<iframe src="news.html" width="100%" height="100%" frameborder="0">
Contenuto alternativo per i browser che non leggono gli iframe.
</iframe>
</td>
</tr>
</table>
<br/>
<table width="90%" align="center" class="tabcentro">
<tr> <td > <div class="titolitabella" align="center"> Blablabla </div> </td> </tr>
<tr>
<td>
<iframe src="" width="100%" height="100%" frameborder="0">
Contenuto alternativo per i browser che non leggono gli iframe.
</iframe>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p> </p>
</body>
</html>