frold wrote:as I remember phpwcms generate w3c compliant content in the frontend....
dont you think it is your template taht isn´t compliant?
Sorry, but I think you didn't undertand me.
I didn't installed phpwcms yet. I just want to know if I'll get a tableless layout and w3c compliant site with this software BEFORE start to work. I don't want to waste my time.
The site that didn't validate with w3c is the whole phpwcms site. Check yourself inserting http://www.phpwcms.de/index.php in http://validator.w3.org/. If you do it you will find a lot of bad used tags (and a older style table layout)...
And your site http://www.studmed.dk/ is not w3c compliant too. If it was generated with phpwcms, should I think that the this feature is a lie ?
- Frontend content should renders now 100% W3C valid code. All non valid
things like height attribute for table cells are replaced by the style
attribute height.
- Frontend content should renders now 100% W3C valid code. All non valid
things like height attribute for table cells are replaced by the style
attribute height.
Ok.
I've installed the soft and I'm making my first site and have the first question:
I've selected <div> layout. How should it be positioned ?
Usually, when somebody did a <div> layout use a layout as container to others. Then, for example, if you want a centered layout of 700px width you could set a margin-left: auto; margin-right:auto; width: 700px; on the container...and the work with the internall <div>.
As far as I see in css that layout is not in css, how should I do what I want in phpwcms.
Also, could somebody give an example of templates use ?
Thanks for your recommendation, but no, I don't want to use tables for layout. This is bad practice and in every html design forum I go I read articles related to avoid the use of tables in that way..
Evidently, design code is not really separated from php code... I'll try to make a trick to solve the problem, but is a sad new for me...
Thanks for your recommendation, but no, I don't want to use tables for layout. This is bad practice and in every html design forum I go I read articles related to avoid the use of tables in that way..
Evidently, design code is not really separated from php code... I'll try to make a trick to solve the problem, but is a sad new for me...
- Create new layout and leave empty all fields but select this "rendering: custom (from template main block)"
- create new template, select a custom css file and use custom tableless html code in main area, eg.:
Paal wrote:
- Create new layout and leave empty all fields but select this "rendering: custom (from template main block)"
- create new template, select a custom css file and use custom tableless html code in main area, eg.: