Greetings, i'm new to phpwcms.
I'd like to write a xhtml (strict) or at least tranistional website with phpwcms.
My problem is, I cannot change (or I don't know where) the DOCTYPE to XHTML.
How can I achieve this?
And does phpwcms write XHTML-code? (i have searched the forum but I still dont know if phpwcms now supports XHTML-code)
Change DOCTYPE (XHTML)
Hello again 
Time to reactivate this thread
My questions:
How much work is it to create an XHTML-valid page with phpwcms. Assumed there are only users who are able to write XHTML-valid code and WYSIWIG is disabled.
So with "valid" I mean a design without those spacer-gifs, too.
And:
is it planned to let phpwcms write clean valid xhtml-code. that would be great.
For me, more important than some nice features like a news script or such.

Time to reactivate this thread

My questions:
How much work is it to create an XHTML-valid page with phpwcms. Assumed there are only users who are able to write XHTML-valid code and WYSIWIG is disabled.
So with "valid" I mean a design without those spacer-gifs, too.
And:
is it planned to let phpwcms write clean valid xhtml-code. that would be great.
For me, more important than some nice features like a news script or such.
xhtml
hi there.
My little observations
Basically you have to prepare a valid template and stick to css.
But... this way it's almost not a cms anymore
.
Kidding.
And it's possible to minimize use of tables.
Currently I am experimenting with Xhtml 1.0 transitional - and I'd say phpwcms 1.2.1 is almost ready for it.
Good thing - phpwcms is almost entirely css driven.
My little observations

A little. You have to hardcode littlebit as there are some places without "/>" or something like that - mainly images.How much work is it to create an XHTML-valid page with phpwcms.
Basically you have to prepare a valid template and stick to css.
I think it's a different story - it depends if you are planning to use "content types" - they're predefined and prepared already - often with "leers" (leer.gif) So you have to be really tough, and instead of using different content types - just code by yourself, and use "plain html" as a content type.So with "valid" I mean a design without those spacer-gifs, too.
But... this way it's almost not a cms anymore

Kidding.
And it's possible to minimize use of tables.
Currently I am experimenting with Xhtml 1.0 transitional - and I'd say phpwcms 1.2.1 is almost ready for it.
Good thing - phpwcms is almost entirely css driven.