editing footers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have selected a theme and want to add changes (style) to a link in the
footer which was generated by the Corprate Wizard. Where can I find the file
on my pc, so I can manually make changes to it.
 
if it uses shared borders it would be in the _borders folder (normally a
'hidden' folder).
 
If I recall the Corporate Wizard correctly, the links in the footer
are from a link bar, which means that every link in that link bar will
have to be modified, you cannot style just one of the links (unless it
is one you put in yourself. If it's your own link, then open any
page, right click the link and choose style from the hyperlink
properties. Otherwise the bottom border file is located in
_borders/bottom.htm. To see the _borders folder, use Tools->Site
Settings - Advanced tag, and tick "Show hidden files and folders"

The easiest way to style a text nav.bar is to wrap it in a div and
apply CSS styles to the div.
<div class="bottomnav"><!--navigation bar --></div> and define the
styles in a style sheet.
 
Back
Top