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@clam...) -
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
opensubscriber is not affiliated with the authors of this message nor responsible for its content.