<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
na samym dole przed zamknięciem body mam taki zapis:
głównie chodzi o to drugie wywołanie JS.. a mianowicie podczas walidacji mam informację:
Cytat
Błąd: document type does not allow element "div" here
Błąd: document type does not allow element "br" here
Błąd: document type does not allow element "br" here
Błąd: document type does not allow element "br" here
Błąd: document type does not allow element "br" here
Błąd: document type does not allow element "br" here
Błąd: document type does not allow element "br" here
wychodzi na to, że nie mogę w JS użyć DIV oraz BR.. dlaczego?? Jak to ominąć

P.S. nie mogę tego wrzucić do pliku JS z uwagi na to, że jest to dynamiczna zawartość generowana w PHP.