ďťż

XHTML i pare pytań

       

Podstrony


telcocafe

Sprawdzam strone w walidatorze (chyba tak to się pisze?) i wyskakują mi błędy:
1) there is no attribute "target" (w znaczniku a href= )
2) there is no attribute "border" (w znaczniku img)

Czym to zastąpić, aby było poprawnie?



Po prostu tych atrybutów w standardzie XHTML nie ma :) Co do border, użyj styli:
style="border: 1px solid black"
Użytkownik Coldpeer edytował ten post 14 kwiecień 2006, 15:00

1) there is no attribute "target" (w znaczniku a href= )

co do targeta to np:

   <script type="text/javascript"> <!-- <![CDATA[ onload = function(){   for(var i = 0; i < document.links.length; i++){      if (document.links[i].rel == 'external'){         document.links[i].target = '_blank';      }   } } // ]]> --> </script>
uzycie
<a href="zzz" rel="external">aaaa</a>

  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • nvm.keep.pl

  • Sitedesign by AltusUmbrae.