b:skin and b:template-skin Tags - Blogger Tags References
The dress-up tags , <b:skin> and <b:template-skin> are tags or elements inserted in the header of the Blogger theme XML file, the content of which is composed of a series of variable declarations and CSS interacting with the theme creation tool. <b:skin> and <b:template-skin> are two different tags in same category, dress-up. Use of <b:skin>: The <b:skin> tag contains the CSS style code that is for blogger template. <b:skin> Syntax: <b:skin> <![CDATA[ ]]> </b:skin> Use of <b:template-skin>: The <b:template-skin> tag also contains CSS code but this CSS code will not be applied to the theme. It will be applied to the layout section of your theme in layout editor of blogger dashboard. <template-skin> Syntax: <b:template-skin> <![CDATA[ ]]> </b:template-skin> Key Points of Dress-up Tags: The markers CDATA is nested in the tags. This indicates that the content will not be analyzed...
Comments
Post a Comment