Validator

Validator

offline
  • lnenad  Male
  • Stručni saradnik
    Web
  • Nenad
  • Arhitetak
  • Pridružio: 16 Jan 2007
  • Poruke: 2860
  • Gde živiš: Bijeljina

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />    <title></title>    <link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" /> </head> <body> <div class="gornji" id="gornji">   <div class="logo" id="logo"></div>     <div class="kraj" id="kraj"></div>     <p>&nbsp;</p>                   <p>&nbsp;</p>                   <p><span class="logo"><img src="slike/logo.jpg" alt="logo" width="300" height="100" /></span></p>                   <blockquote>                     <blockquote>                       <p>&nbsp;</p>                       <p>&nbsp;</p>                  <p>&nbsp;</p>                  <ul id="navigation"><li><a href="index.php">Glavna</a></li>                      </ul>                                           <p>&nbsp;</p>                       <p><br /></p>                     </blockquote>             </blockquote>             </div> <center> <div class="main" id="main">       <table width="663">         <tr>           <td width="449" height="706" valign="top">           <p align="left" class="style4 style12">Vijesti:</p> <p><h2 class="style2 style13">Testiram</h2><h5 class="style5 style12">Objavio ~ Dana : 2007-09-20</h5><br /><span class="style7 style12">Test Kratko krace ;).</span><a href="index.php?page=1"> Vise...</a></p><p><img src="slike/sledeca.jpg" alt="sledeca vijest" /></p>            <p align="left" class="style5">&nbsp;</p>           </td>           <td width="202" valign="top"> <p class="style2">&nbsp;</p>             <p class="style2"><span class="style11">Test</span> test</p>             <p class="style9">&nbsp;</p>             <p align="center"><img src="slike/paketstart.jpg" alt="start paket" width="180" height="120" /></p>             <p align="center"><img src="slike/paketstart.jpg" alt="start paket" width="180" height="120" /></p>             <p align="center"><img src="slike/paketstart.jpg" alt="start paket" width="180" height="120" /></p>           <p align="center"><img src="slike/paketstart.jpg" alt="start paket" width="180" height="120" /></p></td>         </tr>       </table>       <p class="style4">&nbsp;</p>       <p align="center" class="style13">Copyright 2007 &copy;  - Site design and development by <a href="http://www.nenadspp.com">Nenad's Productions and Programs </a></p>       <p>&nbsp;</p>   </div> </center> <p>&nbsp; </p> </body> </html>

Citat:Validation Output: 2 Errors
Line 39, Column 29: document type does not allow element "h2" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
<p><h2 class="style2 style13">Testiram</h2><h5 class="style5 style12">Objavio ~



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Line 39, Column 69: document type does not allow element "h5" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
…stiram</h2><h5 class="style5 style12">Objavio ~ Dana : 2007-09-20</h5><br /><



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").


Kako da popravim ovo posto sam ja pola sata gledao i bez rezultata ?



Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
offline
  • PHP developer
  • Pridružio: 22 Mar 2006
  • Poruke: 3760
  • Gde živiš: 127.0.0.1

probaj da izbacis p tag ispred h2 i eto resenja (ne zaboravi da izbacis i zatvaranje tog taga)... nesto ovako:

<td width="449" height="706" valign="top">           <p align="left" class="style4 style12">Vijesti:</p> <h2 class="style2 style13">Testiram</h2><h5 class="style5 style12">Objavio ~ Dana : 2007-09-20</h5><br /><span class="style7 style12">Test Kratko krace ;).</span><a href="index.php?page=1"> Vise...</a><p><img src="slike/sledeca.jpg" alt="sledeca vijest" /></p>            <p align="left" class="style5">&nbsp;</p>           </td>



offline
  • lnenad  Male
  • Stručni saradnik
    Web
  • Nenad
  • Arhitetak
  • Pridružio: 16 Jan 2007
  • Poruke: 2860
  • Gde živiš: Bijeljina

Samo mi izbaci jos gresaka Shocked

offline
  • PHP developer
  • Pridružio: 22 Mar 2006
  • Poruke: 3760
  • Gde živiš: 127.0.0.1

jok, testirao sam i kaze da je ok... izgleda da nisi obrisao sve sto treba... evo ti i ceo kod... jer izgleda ne umes da uradis ono sto sam ti rekao...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />    <title></title>    <link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" /> </head> <body> <div class="gornji" id="gornji">   <div class="logo" id="logo"></div>     <div class="kraj" id="kraj"></div>     <p>&nbsp;</p>                   <p>&nbsp;</p>                   <p><span class="logo"><img src="slike/logo.jpg" alt="logo" width="300" height="100" /></span></p>                   <blockquote>                     <blockquote>                       <p>&nbsp;</p>                       <p>&nbsp;</p>                  <p>&nbsp;</p>                  <ul id="navigation"><li><a href="index.php">Glavna</a></li>                      </ul>                                           <p>&nbsp;</p>                       <p><br /></p>                     </blockquote>             </blockquote>             </div> <center> <div class="main" id="main">       <table width="663">         <tr>           <td width="449" height="706" valign="top">           <p align="left" class="style4 style12">Vijesti:</p> <h2 class="style2 style13">Testiram</h2><h5 class="style5 style12">Objavio ~ Dana : 2007-09-20</h5><br /><span class="style7 style12">Test Kratko krace ;).</span><a href="index.php?page=1"> Vise...</a><p><img src="slike/sledeca.jpg" alt="sledeca vijest" /></p>            <p align="left" class="style5">&nbsp;</p>           </td>           <td width="202" valign="top"> <p class="style2">&nbsp;</p>             <p class="style2"><span class="style11">Test</span> test</p>             <p class="style9">&nbsp;</p>             <p align="center"><img src="slike/paketstart.jpg" alt="start paket" width="180" height="120" /></p>             <p align="center"><img src="slike/paketstart.jpg" alt="start paket" width="180" height="120" /></p>             <p align="center"><img src="slike/paketstart.jpg" alt="start paket" width="180" height="120" /></p>           <p align="center"><img src="slike/paketstart.jpg" alt="start paket" width="180" height="120" /></p></td>         </tr>       </table>       <p class="style4">&nbsp;</p>       <p align="center" class="style13">Copyright 2007 &copy;  - Site design and development by <a href="http://www.nenadspp.com">Nenad's Productions and Programs </a></p>       <p>&nbsp;</p>   </div> </center> <p>&nbsp; </p> </body> </html>

offline
  • lnenad  Male
  • Stručni saradnik
    Web
  • Nenad
  • Arhitetak
  • Pridružio: 16 Jan 2007
  • Poruke: 2860
  • Gde živiš: Bijeljina

Nije ni bilo do <p> tag-a nego mi je <span> zeznuo stvar Wink

Ko je trenutno na forumu
 

Ukupno su 1123 korisnika na forumu :: 39 registrovanih, 10 sakrivenih i 1074 gosta   ::   [ Administrator ] [ Supermoderator ] [ Moderator ] :: Detaljnije

Najviše korisnika na forumu ikad bilo je 3466 - dana 01 Jun 2021 17:07

Korisnici koji su trenutno na forumu:
Korisnici trenutno na forumu: Aleksandar Tomić, Apok, bojan_t, bokisha253, bolenbgd, cinoeye, CrazyDiablo, Dorcolac, draganca, Gibli, Grah0, Insan, Istman, karevski, kenny74, kokodakalo, Krusarac, Kubovac, KUZMAR, kybonacci, Litostroton, Mercury, Mi lao shu, milimoj, nextyamb, nikoladim, Oscar, pacika, procesor, raketaš, raptorsi, Reddot, sabac015555m, savaskytec, Tvrtko I, vathra, VJ, voja64, šumar bk2