Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Accessibility Question: WCAG 2.0 View modes: 
User avatar
Member
Member
vcarter - 1/6/2014 3:43:44 PM
   
Accessibility Question: WCAG 2.0
We are checking our sites for accessibility compliance and the main issue seems to be the lack of a language specification in the HTML tag. Is there a way to set this in kentico, or does the actual PortalTemplate page need to be modified?

Thanks

User avatar
Member
Member
Jerreck - 1/6/2014 4:47:06 PM
   
RE:Accessibility Question: WCAG 2.0
If you're wanting to add the <meta charset=""> tag, you can do that by going to Site Manager > Development > Page Templates > Your Master Page Template > Header.

The header tab is where you would include content that would go in the <head> element of the page.

However, if you're wanting to change the HTML doctype of your site, I believe you have to go to CMS Desk, click the root (very top) document in the content tree, then tab over to the Master page tab. You should see the textbox that will allow you to edit the doctype.

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 1/6/2014 7:23:26 PM
   
RE:Accessibility Question: WCAG 2.0
In addition to the above mentioned items, if you need to add or modify the < html > tag, you can use the HTML Tag webpart. This allows you to edit the language and other things in the html tag. Here is some discussion I had earlier on setting a class for IE.

Good luck
Brenden

User avatar
Member
Member
vcarter - 1/7/2014 8:47:31 AM
   
RE:Accessibility Question: WCAG 2.0
Thank you. Much appreciated.