Ciao a tutti, scrivo a proposito del plugin globalnews, ho visto che attivarlo causa parecchi errori di validazione w3c, nel mio caso ben 22 errori di questo tipo:
gn_slider_1_1',5000,'Succ.','<a href=\"/home/la-cucina/ricette.html\">
You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.
Oppure : .','<a href=\"/home/la-cucina/ricette.html\">Altri articoli...[/url]')
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
A quanto pare ci son caratteri che non dovrebbero esserci nella generazione degli slide..... per caso qualcuno potrebbe dirmi se in qualche modo è possibile ovviare al problema?
Grazie