Sitemap | Developers | Print
SyntaxSpecial tags allow you to position user-editable regions anywhere within your page or section templates. Tag parameter names can be upper or lower case, and the parameters may appear in any order within the tag. IDs are case sensitive and may not contain spaces or hyphens. It is not necessary to enclose parameter values in quotes but you may if you wish. Examples: <cms id=edit3 type=text> <cms id="img6" type='imageSource'> <CMS TYPE=IMAGETARGET ID=img_3> <CMS ID='link_3' type="linktarget"> All of the above are acceptable. Every <cms> tag, apart from the navigation and the main user content, must have an ID. If ID's are duplicated within a template then editing one area with this ID will change the content in all areas with the same ID. See scope for more information about where content is stored. |