Validní reklama?

Dobrý den,
stránky mám validní podle HTML 4.01 Transitional a chtel bych je předělat aby byly validní podle HTML 4.01 Strict avšak validátor w3c mi hlásí chybu na řádku 17 což je reklama WZ chtěl bych vědět jestli je možné tuto chybku nějak opravit, nebo jestli někde dělám chybu, ptám se nejdřív zde, abych si byl jistý že není chyba u mě, než začnu psát na mail podporu wz. ;-)

P.S. jedná se o hlavní stránku na eseznamka.wz.cz ....

Error Line 17 column 169: there is no attribute "BORDER".

...eznamka" width="297" height="75" border="0"></a></div>

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.
použití této značky: <!--WZ-REKLAMA-1.0-STRICT--> pro vkládání reklamy by mělo zajistit vložení XHTML Strict verze reklemy tak snad bude validní i pro
HTML 4.01 Strict
díky už je to OK