Contents
 Welcome
 Getting Started
    How to Order
    How to Get Support
    Online Information
    What is a Static Help System?
    What is a Dynamic Help System?
    What is a PDF Manual?
    End-User License Agreement
 Installation
    System Requirements
    Installing IIS
    Installing the Software
    Entering Your Activation Key
    How to run the software
    URL Parameters
    Service Pack History
 Basic Functions
    Projects
       Creating a New Project
       Editing a Project
       Deleting a Project
       Copying a Project
       Backing up Your Project
       Uploading a Project
       Setting Project Properties
    Context-sensitive Help
       Windows Applications
          Windows Application Help Button
          Windows Form Help Button
          Windows Field Help Button
          Windows F1 Application Help
          Windows F1 Form Help
          Windows F1 Field Help
       Web Applications
          Web Application Help Button
          Web Form Help Button
          Web Field Help Button
          Web F1 Application Help
          Web F1 Form Help
          Web F1 Field Help
          Popups
          Callouts
    Skins
       Applying Skins
       Customizing an Existing Skin
       Creating a New Skin
    Table of Contents
       Adding a Page
       Adding an External Page
       Adding an Embedded Project
       Renaming a Page
       Deleting a Page
       Page Properties
       Page Styles
       Treeview Styles
       Dragging & Dropping Pages
    Working with Tables
       Adding a Table
       Table Properties
       Cell Properties
    Working with Images
       Adding an Image
       Uploading an Image
       Image Properties
       Adding Hotspots to an Image
    Keywords and Index
       Display Keywords in Edit Mode
       Display Index in Live Mode
    Links
       Adding Page Links
       Adding Internet Links
       Adding Email Links
       Adding Document Links
       Removing a Link
    Publishing
       Publishing a Static Help System
       Static Help System Options
       Uploading to your Website
       Legacy Help System
       Publishing a Dynamic Help System
       Publishing a PDF Manual
 Advanced Functions
    Movies & Animations
       Adding a Flash Animation
       Adding a Media Animation
    Variables
       User Defined Variables
       HTML Snippets
       System Variables
    Conditional Content
       Conditional Pages
       Conditional Text
    Templates
       Customizing a Page Template
       Creating a Page Template
       Customizing the PDF Template
       Creating a Project Template
       Editing a Project Template
       Deleting a Project Template
    Security
       Project Login
       Application Login
       Adding a Project Username
       Editing a Project Username
       Deleting a Project Username
       Adding an Application Username
       Editing an Application Username
       Deleting an Application Username
       Page Security
 Toolbar Reference
    System Toolbar
    Contents Toolbar
    Editor Toolbar
    Function Toolbar
    Skin Editor Toolbar
    Snippet Editor Toolbar
 FAQ
    General Questions
    Installation Questions
  
Index
Home > Basic Functions > Table of Contents > Page Styles

Page Styles

The look and feel of your help pages can be customized by editing the page style sheet. You can customize any of the following:

  • Page Margins
  • Background color
  • Background image
  • Default Font (size, color, type)
  • Etc.

To edit the page style sheet, open the file "pagestyles.css" which is located in the project folder. This can be opened with a stylesheet editor or a text editor such as Windows Notepad.


For example, to change the default page font and background color, change the following:

BODY {
 FONT-SIZE: 8pt; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; background-color:transparent;
}

Change to
BODY {
 FONT-SIZE: 20pt; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; background-color:yellow;
}

Reload your help system project. The background of every page will be yellow and the font will be much larger.


See also

Adding a Page
Adding an External Page
Adding an Embedded Project
Renaming a Page
Deleting a Page
Page Properties
Treeview Styles
Dragging & Dropping Pages

  
HelpConsole 2007 - Professional

Copyright © 2004 - 2007 Extreme Ease Software Inc. All Rights Reserved.