Creating a Custom Header or Footer
Overview
The portal's header and footer can be edited in the configuration file by placing HTML between the <header> or <footer> tags. Completing the header and footer is optional.
They can be left blank.
Configuring a Custom Header/Footer
- Login to Portal Administration.
- Click Edit in the selected portal's row in the Available Portals table.
- Click Configuration.
- Scroll to the line: <header>
- Make changes to the header/footer as described in the table.
XML Section |
Description |
Example |
<globalSettings> .
|
Specify a text string in this section, that you wish to appear as portal's header.
|
<header><![CDATA[<div class="logoContainer"><imgsrc= "/Content/images/12/2/logo.png" class="logoImage" /> </div> ]]></header> Or <![CDATA[ <div class="header"> </div> ]]> |
<footer></footer>
|
Specify a text string in this section, that you wish to appear as portal's footer. All HTML must be escaped by entering "<![CDATA[" before the HTML and "]]>" after the HTML as in the examples.
|
<footer> Or <![CDATA[ |
IMPORTANT:
While CSS code can be included inline within the Header and Footer HTML, as a best practice Moxie recommends that you place your CSS code in the portal.css file.