Managers can take advantage of the “Bulk Change” feature to change the configuration set on multiple assets at the same time. Detailed instructions are listed on Hannon Hill’s website: http://www.hannonhill.com/new-kb/Bulk-Change/
The Left Column page type includes a column of links on the left side of the page. The links in the column are created dynamically from the indexed folder and page assets that are created within your site. The text for the links in the left navigation column comes from the text you enter into […]
Say you want the following code in the content area of your page: id = 300; echo $app-id; for($i=1; $i<=10; $i++){ echo “$i “; } ?> However, after you submit, the WYSIWYG converts the code to this: <?php echo “this is just a test”; $app->id = 300; echo $app-id; for($i=1; $i<=10; $i++){ echo “$i “; […]
Each asset must be assigned a unique System Name in order to be saved into Cascade. Think of the System Name like you think of the file names when you go to Save (or Save As) a Word document. The System Name is what Cascade displays in the asset tree. It also becomes part of […]
When you create an ordered list on your Web page, the default style is numeric like this: list item 1 list item 2 list item 3 Sometimes however you want your list to be ordered alphabetically instead of numerically. Apply an alpha style to your ordered list like this: < ol style=”list-style: lower-alpha;” > a. list item a […]