BSI Logo Affiliate Pages



Affiliate pages help

The Affiliate pages are managed using a small database with two tables: For simple pages, no knowledge of HTML is needed, but it is possible to include HTML tags.

The following instructions can be used to format the pages content. Most instructions do start with a slash (/) on a new line:

Escape codes (at the start of a line)

Instruction: Expanation:
/empty lines xx Ad xx empty lines (to make short pages window longer)
* text To show a text line in a bullet list
/image xx Place image with id xx (record id from objects table
/text
//text
///text
Header 1 text
Header 2 text
Header 3 text
#COLOR text text COLOR, replace COLOR by: red, green, gray, etc. see table
/fX text Paragraph, where X is font size (4-6), include a space
/cX text Center paragraph, where X is font size (4-6) , include a space

To create a table (WIKI TABLE FORMAT),

Example:
Header 1 Header 2 Header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3

How to code it:
Instruction: Expanation:
{| class='lines'
|-
! Header 1
! Header 2
! Header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}
start of table, add class='lines' to get border lines
table row
header table cell is formatted different


second table row
including the space for a normal table cell


third table row



end of table (don not forget!)


If you need more formatting instructions, please let me know what you need.