Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Need to customize header section of Page
neeraj_kumar
Hi,
I have a requirement to customize header content of page.
Does anybody have idea how can I make changes in header section content?
Thanks,
Find more posts tagged with
Comments
Bowker
There are a couple of different ways to accomplish this. If you can leave the "Content-Type" meta tag then you can add an external (probably a site pre-controller will do it too)
It won't be the first item in the head section.
You want something like this:
text = "<META http-equiv='X-UA-Compatible' content='text/html; charset=UTF-8'>";
context.getPageScopeData().put(RuntimePage.PAGESCOPE_HEAD_INJECTION,text);
If that doesn't work for you, you will need to try something else, including changing the XSL used to build the page.