[WM] problem with w3 validator
Luca Gibelli
luca at clamav.net
Sun Nov 28 17:24:45 GMT 2004
Hello,
I'm trying to make a w3 compliant website.
Here are the problems I encountered (please keep in mind that HTML is
not my field):
1) I need to put a "&" in some links, I'm using the following code
inside a content "text/et" block:
<!--etsafe-->
<img src="http://localhost/here.php?where=italy&when=now">
<!--/etsafe-->
I also tried without the etsafe tag and with & instead of &
The result is always the same, the tag generated by webmake is:
<img src="http://localhost/here.php?where=italy&when=now" />
which is incorrect (it should read & instead of &)
2) There are some illegal <p> tags according to w3 validator.
E.g.:
<content name=body format="text/et" />
<div id="Header">
**Big letters**
</div>
test page
translates into:
<p>
<div id="Header">
<strong>Big letters</strong>
</div>
test page
</p>
and the w3 validator don't like seeing a div block enclosed into <p>
</p>
I'm running webmake 2.4 and ettext 2.3.
Attached are the files to reproduce the problem. Any help is much appreciated.
Thanks.
--
Luca Gibelli (luca at clamav.net) - http://www.ClamAV.net - A GPL virus scanner
PGP Key Fingerprint: C782 121E 8C3A 90E3 7A87 D802 6277 8FF4 5EFC 5582
PGP Key Available on: Key Servers || http://www.clamav.net/gpg/nervoso.gpg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wmtest.tar.gz
Type: application/octet-stream
Size: 1092 bytes
Desc: not available
Url : http://amgod.boxhost.net/pipermail/webmake-talk/attachments/20041128/6b6574b3/wmtest.tar.obj
More information about the WebMake-Talk
mailing list