Overview
  Installation
  Configuration
  Start Page
  Setup Webpages
  Terms & Conditions
  Formatting Pages
  Web Wise Sage

 

Affiliate System Formatting

As you get familiar with Max Affiliates, you may find yourself wanting to change the appearance of the webpages that make up the system.

The Max Affiliates system formatting is controlled by a CSS file. The CSS file is called 'fonts.css'  Being a text file, it can be edited with a text editor.  All the tags are documented in the CSS file. Here is basically what it says within the CSS file:

(Note: the content tag is used to format all articles, when displayed in the Main Articles list at articles.php)

The header tag is used for the main title font on all pages.

The subheader tag is used on a couple of pages as a subheadline.

The error tag is used for displaying system error messages.

The fixed tag is used on forms so that the fields will align properly.

The content tag is the main body text of the system.

The contenthead tag is used in page-inated lists: it is the color of the header row.

The contentbody tag is used in page-inated lists: it is the color of the list rows.

The contentconfig tag is for the background color of the form on the Configure page.

The contentsmall tag is used to display the messages about being careful in deleting.

The helpcontent tag is for the text of help windows.

The helpheader tag is used for titles on the help pages.

(Back to Overview)