Premetto che sono abbastanza ignorante in materia..
ho provato a validare una semplicissima pagina sul sito:
http://validator.w3.org/
per vedere appunto se il codice fosse coerente coi dettami dell'xhtml.
il codice è questo:
[code:1:46c8a1af5e]
1: <?xml version="1.0" encoding="iso-8859-1"?>
2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3: <html xmlns="http://www.w3.org/1999/xhtml">
4: <head>
5: <title>Documento senza titolo</title>
6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7: </head>
8:
9: <body bgcolor="#000000" lang="it" >
10: <table width="980" height="500" border="0" bordercolor="#000000">
11: <tr>
12: <td width="33%"></td>
13: <td width="33%"> <center> <img src="Copia-di-teschio.jpg" width="303" height="400" alt="Entra *_*" /> </center> </td>
14: <td width="33%"></td>
15: </tr>
16: </table>
17: </body>
18: </html>
[/code:1:46c8a1af5e]
Ma mi porta come errori questi:
Line 10, column 27: there is no attribute "height" (explain...).
<table width="980" height="500" border="0" bordercolor="#000000">
^
Line 10, column 57: there is no attribute "bordercolor" (explain...).
<table width="980" height="500" border="0" bordercolor="#000000">
Qualcuno di Voi saprebbe dirmi come risolvere?
^__^ Grassie
coi css.
table {width: size; height: size;}
Regole di scrittura
Non puoi creare nuove discussioni
Non puoi rispondere ai messaggi
Non puoi inserire allegati.
Non puoi modificare i tuoi messaggi
Regole del forum