CSS Validation

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
squib

CSS Validation

Post 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
cyberman

Re: CSS Validation

Post 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 ...
Squib

Re: CSS Validation

Post 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
cyberman

Re: CSS Validation

Post 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 ...
Locked

Return to “CMSMS Core”