|
|
|
| |
|
Changing your navigation panel
|
 |
|
From Modules click the Components link and open header.html.
Scroll down until you see the following:
<!--Start of a vertical area down the left of the page designed to contain navigational links-->
Then scroll down a little further until you see this:
<h4 class=navigation_section>Section 1</h4>
<*--LinkManualClass/test1.html!Test Page 1!navigation_item--*>
<br&>
<*--LinkManualClass/test2.html!Test Page 2!navigation_item--*>
<&t;/span>
<p>
<h4 class=navigation_section>Section 2</h4>
<span class=navigation_item>
<*--LinkManualClass/test3.html!Test Page 3!navigation_item--*>
Now carefully change the bits of text which read...
Section 1
Test page 1
Test page 2
Section 2
Test page 3
...to say whatever you want.
In our example, you would change "Test page 1" to "About Us".
That line of code would therefore be changed from...
<*--LinkManualClass/test1.html!Test Page 1!navigation_item--*>
...to...
<*--LinkManualClass/test1.html!About Us!navigation_item--*>
JUST TAKE CARE THAT YOU DO NOT CHANGE ANY OTHER CHARACTERS IN THE PROCESS. It is actaully a good idea before starting this task to copy and paste the text of the component into another document, just in case.
|
|
|
| |
|
|
|
|
|