Portal Engine
Version 3.x > Portal Engine > How to add xmlns to the <html> tag on a specific page View modes: 
User avatar
Member
Member
bill - 2/23/2009 11:21:27 AM
   
How to add xmlns to the <html> tag on a specific page
Hi,

Were looking at doing some facebook integration, but this requires having an additional xmlns added to the <head> tag
e.g.
<html xmlns:fb="http://www.facebook.com/2008/fbml">

Any suggestions?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 3/5/2009 8:18:45 AM
   
RE:How to add xmlns to the <html> tag on a specific page
Hi,

I assume that you are using Portal engine templates.

In this case you can modify this file to achieve your needs: \CMSPages\PortalTemplate.aspx

I hope it will help.

Best Regards,
Juraj Ondrus

User avatar
Member
Member
bill - 3/5/2009 11:45:09 AM
   
RE:How to add xmlns to the <html> tag on a specific page
Great! Thanks