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&amp;when=now";>
<!--/etsafe-->

I also tried without the etsafe tag and with & instead of &amp;
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 &amp; 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 ([EMAIL PROTECTED]) - 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

Attachment: wmtest.tar.gz
Description: Binary data

_______________________________________________
WebMake-Talk mailing list
[EMAIL PROTECTED]
http://webmake.taint.org/mailman/listinfo/webmake-talk

Reply via email to