Autor Zpráva
none
Profil
dobrý den nemohl by jste mi nekdo opravi tento kod ja sem zkusil vae a porád to není validi píae to toto
Line 29, column 7: there is no attribute "height"

height="84px">

Line 31, column 11: there is no attribute "height"

<td height="3px"><img src="menu/horizontal.gif" width="720px" height=


Line 40, column 10: there is no attribute "width"

<td width="165px" height="102px" align="left" valign="top" </td>


Line 40, column 59: unclosed start-tag requires SHORTTAG YES

<td width="165px" height="102px" align="left" valign="top" </td>


Line 51, column 0: there is no attribute "align"

"baseline" alt="menu" /></td>

a tady je kod:
<div id="paticka">
<table width="720px" cellpadding="0" cellspacing="0" border="0"
height="84px">
<tr>
<td height="3px"><img src="menu/horizontal.gif" width="720px" height=
"1" alt="menu" /></td>
</tr>

<tr>
<td height="81px">
<table width="100%" cellpadding="5" cellspacing="0" border="0"
height="112px">
<tr>
<td width="165px" height="102px" align="left" valign="top" </td>
<td width="1" valign="top" height="102px"><img src=
"menu/vertical.gif" width="1" height="100px" alt="menu" /></td>
<td width="165px" align="left" valign="top" height=
"102">&nbsp;</td>
<td width="1" valign="top" height="102px"><img src=
"menu/vertical.gif" width="1" height="100px" alt="menu" /></td>
<td width="165px" align="left" valign="top" height=
"102">&nbsp;</td>
<td width="1" valign="top" height="102px"><img src=
"menu/vertical.gif" width="1" height="100px" align=
"baseline" alt="menu" /></td>
<td align="left" valign="top" height="102px">
&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
dekuji
Petra
Profil
Ad height a width: atributy smazat a místo toho použít stejnojmenné vlastnosti v CSS.
Ad SHORTTAG: tam chybí většítko na konci počátečního tagu.
Ad align: atribut text-align v CSS. (Mimochodem ale atribut align podle mne nemá hodnotu baseline, text-align jí nemá určitě)
none
Profil
Prosi te nemohla by si mi to opravit v tom kodu a opraveny mi ho sem hodit dik.ja sem lama.
Petra
Profil
To si opravdu netroufám, ten kód je podle mne velmi zvláštní :-)

Doporučuji buď se to chtít naučit nebo změnit DOCTYPE.
Yuhů
Profil
prostě všechny height smaž
a uvidíš
Toto téma je uzamčeno. Odpověď nelze zaslat.

0