Low Cost Fast Food Franchising Petes company store has all the fun stuff you want! Petes promotions are designed to make your mouth water! Petes offers so many food options, it is dizzying! Petes Kids are Happy Kids! Petes restaurants are located where you want them!  And we are growing! Petes Chicken OFFERs excellent career paths! Petes Franchising Opportunities Mean Success!
Petes Chicken Franchise Opportunities  
     
        Home

        About Pete's

        Employment

        Media

        Contact Us

        Corporate Giving

        Site Map

     Come in for the best chicken in town!

Formatting tables

Optional, the first line of the table markup may contain certain table formatting such as border, width, alignment, bgcolor, cellpadding and cellspacing. Width may be specified in percent or in pixels. Colors may be specified either as named colors or HTML codes. Cellpadding is the space between cell contents and the sides of the cell; cellspacing is the space between cells.

Example 1. Changing border and alignment.

This markup:
    
    || border=10 align=center
    || cell 1 || cell 2 || cell 3 ||
    || cell 1 || cell 2 || cell 3 ||

creates this table:

cell 1 cell 2 cell 3
cell 1 cell 2 cell 3

Example 2. Changing color.

This markup:
    
    || border=1 bgcolor=red align=center
    || cell 1 || cell 2 || cell 3 ||
    || cell 1 || cell 2 || cell 3 ||

creates this table:

cell 1 cell 2 cell 3
cell 1 cell 2 cell 3

Example 3. Changing width with percent.

This markup:
    
    || border=1 width=100% bgcolor=yellow
    || cell 1 || cell 2 || cell 3 ||
    || cell 1 || cell 2 || cell 3 ||

creates this table:

cell 1 cell 2 cell 3
cell 1 cell 2 cell 3

Example 4. Changing width with pixels and color with HTML.

This markup:
    
    || border=1 width=350 bgcolor=#CCCCCC align=center
    || cell 1 || cell 2 || cell 3 ||
    || cell 1 || cell 2 || cell 3 ||

creates this table:

cell 1 cell 2 cell 3
cell 1 cell 2 cell 3

Example 5. Changing cellpadding.

This markup:
    
    || border=1 width=350 cellpadding=10 align=center
    || cell 1 || cell 2 || cell 3 ||
    || cell 1 || cell 2 || cell 3 ||

creates this table:

cell 1 cell 2 cell 3
cell 1 cell 2 cell 3

Example 6. Changing cellspacing.

This markup:
    
    || border=1 width=350 cellspacing=10 align=center
    || cell 1 || cell 2 || cell 3 ||
    || cell 1 || cell 2 || cell 3 ||

creates this table:

cell 1 cell 2 cell 3
cell 1 cell 2 cell 3

<< Simple Tables | PmWiki.Documentation Index | Advanced Tables >>