lurch99
Posts: 47
|
| Posted: 12/24/2010, 2:52 PM |
|
Hi Folks,
Just curious about the best method for adding a menu at top of page using an included header.
It looks like CCS adds quite a bit of unnecessary code into the header page, as well as drop items that should be within <head></head> tags beneath the <head> tags. This means my pages do not validate, though they do work.... 
I figure you power users probably have a preferred method for this.
Lastly, is it not recommended to add links to my CSS stylesheet and Javascript functions into the header?
Thanks in advance for your suggestions.
Lurch
|
 |
 |
datadoit
|
| Posted: 12/26/2010, 8:21 AM |
|
Lurch, you've found the weakest feature of CCS - in it's current state
of release it is incapable of generating proper, validatable HTML. I
can only recommend that as you find examples that can be easily
recreated, then open a support ticket and let them know about it.
You can manually shuffle your HTML code around to validate properly.
Just beware that CCS will regenerate your code later when you least
expect it. My advice: Make plenty of backups (ideally use CVS/SVN),
and get your project to a point where you no longer work in Design Mode,
but exclusively in HTML and Code Modes.
|
|
|
 |
|