The PEAK Developers' Center   HelpOnTables UserPreferences
 
HelpContents Search Diffs Info Edit Subscribe XML Print View
The following 157 words could not be found in the dictionary of 50 words (including 50 LocalSpellingWords) and are highlighted below:
Adjacent   Alignment   Any   Apart   As   Attributes   Between   By   Cell   Colors   Display   E0   Editing   Example   F80   F8080   For   General   Heading   Help   If   In   On   Spanning   Table   The   There   To   add   addition   after   aligned   allowed   also   always   and   angle   any   are   attribute   attributes   background   be   between   bgcolor   blue   bottom   brackets   by   can   cell   cell2   cells   centered   centering   certain   color   colspan   columns   combined   conflicting   containing   create   default   directly   end   especially   explicit   first   following   for   from   full   get   green   has   have   in   indent   information   into   is   it   itself   last   layout   left   level   like   line   lines   long   many   marker   markers   middle   more   name   narrow   no   note   number   of   on   one   only   option   options   or   other   over   placed   possible   prefix   properties   red   repeat   right   row   rowbgcolor   rows   rowspan   same   see   separating   set   several   since   some   spanning   spans   specifying   start   table   tablewidth   than   that   the   them   these   this   those   to   top   traditional   use   using   vertical   very   way   wide   width   winded   wins   with   you   your  

Clear message


1 Table Markup

To create a table, you start and end a line using the table marker "||". Between those start and end markers, you can create any number of cells by separating them with "||". To get a centered cell that spans several columns, you start that cell with more than one cell marker. Adjacent lines of the same indent level containing table markup are combined into one table.

For more information on the possible markup, see HelpOnEditing.

1.1 Table Attributes

Apart from the option to repeat cell markers to get columns spanning several other columns, you can directly set many HTML table attributes. Any attributes have to be placed between angle brackets <...> directly after the cell marker.

The wiki-like markup has the following options:

If you use several conflicting options like <(:)>, the last option wins. There is no explicit option for vertical centering (middle), since that is always the default.

In addition to these, you can add some of the traditional, more long-winded HTML attributes (note that only certain HTML attributes are allowed). By specifying attributes this way, it is also possible to set properties of the table rows and of the table itself, especially you can set the table width using ||<tablewidth="100%">...|| in the very first row of your table, and the color of a full row by ||<rowbgcolor="#FFFFE0">...|| in the first cell of a row. As you can see, you have to prefix the name of the HTML attribute with table or row.

1.2 Example

 General table layout and HTML like options:: 
 ||||||<tablewidth="80%">'''Heading'''|| 
 ||cell 1||cell2||cell 3|| 
 ||<rowspan=2> spanning rows||||<bgcolor='#E0E0FF'> spanning 2 columns|| 
 ||<rowbgcolor="#FFFFE0">cell2||cell 3|| 
 Cell width:: 
 || narrow ||<:99%> wide || 
 Spanning rows and columns:: 
 ||<|2> 2 rows || row 1 || 
 || row 2 || 
 ||<-2> row 3 over 2 columns || 
 Alignment:: 
 ||<(> left ||<^|3> top ||<v|3> bottom || 
 ||<:> centered || 
 ||<)> right || 
 Colors:: 
 ||<#FF8080> red ||<#80FF80> green ||<#8080FF> blue || 

1.3 Display


PythonPowered
EditText of this page (last modified 2002-12-12 16:06:09)
FindPage by browsing, title search , text search or an index
Or try one of these actions: AttachFile, DeletePage, LikePages, LocalSiteMap, SpellCheck