Page 1 of 1

CSS Validation

Posted: Tue Mar 28, 2006 11:25 am
by squib
I found CMS Made Simple last week and I am very impressed with what I have seen so far. I spent all weekend looking through the Forums and experimenting locally. It is now time to install a copy on a remote server and start using CMS and rebuild an existing site.

I have may questions but there are two in particular.

1. After the initial install everything is OK, sample pages etc. I  visited http://jigsaw.w3.org/css-validator/  and http://validator.w3.org/ to check the base install before I start to customise. XHTML passed as expected. CSS did not see the following message:

Errors
URI : http://balfre.com/grb/stylesheet.php?templateid=4
· Line: 22 Context : * html > body .clearfix
Invalid number : display inline-block is not a display value : inline-block

Did I miss something in the forum??

2. I have many dynamic pages on the old site. One page provides many views of information held in text files and/or a database. The pages are customised by an additional parameter in the url or by form input. Again did I miss something in the Forum or do I just extract the info from $_POST and $_GET at a page level and then create User Defined Tags to handle the dynamic bits.

Best regards and keep up the excellent work.

Squib

Re: CSS Validation

Posted: Tue Mar 28, 2006 11:31 am
by cyberman
squib wrote: Errors
URI : http://balfre.com/grb/stylesheet.php?templateid=4
· Line: 22 Context : * html > body .clearfix
Invalid number : display inline-block is not a display value : inline-block
Please look here ...

Re: CSS Validation

Posted: Tue Mar 28, 2006 6:02 pm
by Squib
Thanks Cyberman I knew there must be something in the Forum I just did'y find it. Di you have any suggestion on my second point.

best regards Squib

Re: CSS Validation

Posted: Wed Mar 29, 2006 7:31 am
by cyberman
Squib wrote: Di you have any suggestion on my second point.
Sorry, I'm not a coder for real but
squib wrote: do I just extract the info from $_POST and $_GET at a page level and then create User Defined Tags to handle the dynamic bits.
I think this should work ...