Hi,
There are many useful tags that disappear in xhtml, especially strict
A few standard does not hurt, on the contrary ...
Target = "_blank" is unfortunate. I think it keeps the thread of the main site and any accessories links in "_blank" ...
The W3C validator accepts this formulation, even in xhtml/sctrit
to have the same result
Code:
<a href="http://www.***.com/" onclick="window.open('http://www.***.com/', '_blank',
'http://www.***.com/');return false">
www.***.com</a>
To return on my second problem, I rewrote
includes / templates / template_default / templates / tpl_shippinginfo_default.php
to have something regular and properly implemented in the sitemap and Information Sidebox.
This works correctly
,
I am not sure that my page is written in the rules of art. It works and passes to the validator, then all is well ...
Thank you for your presence.
Regards