Test Page 2

Revision as of 06:15, 11 December 2006 (edit)
Admin (Talk | contribs)

← Previous diff
Current revision (09:04, 12 December 2006) (edit)
Admin (Talk | contribs)

 
Line 4: Line 4:
[[Test Page#Level_3_Header|Whatever]] [[Test Page#Level_3_Header|Whatever]]
 +
 +; Not exactly a hanging indent ... : but you can have a single line before the colon, followed by a paragraph that gets indented.
 +
 +Here's a table created in a spread sheet, exported to HTML, and the code then cut and pasted in. I don't know if Excel does a HTML export, but OpenOffice does, and it'll read in Excel files. If its a large table, you could get it in that way rather than typing the HTML table code from scratch.
 +
 +<TABLE FRAME=VOID CELLSPACING=0 COLS=4 RULES=GROUPS BORDER=1>
 + <TR>
 + <TD WIDTH=86 HEIGHT=16 ALIGN=RIGHT SDNUM="1033;0;@"><BR></TD>
 + <TD WIDTH=86 ALIGN=RIGHT SDNUM="1033;0;@">Column 1</TD>
 + <TD WIDTH=86 ALIGN=RIGHT SDNUM="1033;0;@">Column 2</TD>
 + <TD WIDTH=86 ALIGN=RIGHT SDNUM="1033;0;@">Column 3</TD>
 + </TR>
 + <TR>
 + <TD HEIGHT=16 ALIGN=RIGHT>Row 1</TD>
 + <TD ALIGN=RIGHT SDVAL="1212" SDNUM="1033;">1212</TD>
 + <TD ALIGN=RIGHT SDVAL="33332" SDNUM="1033;">33332</TD>
 + <TD ALIGN=RIGHT SDVAL="64564" SDNUM="1033;">64564</TD>
 + </TR>
 + <TR>
 + <TD HEIGHT=16 ALIGN=RIGHT>Row 2</TD>
 + <TD ALIGN=RIGHT SDVAL="2346" SDNUM="1033;">2346</TD>
 + <TD ALIGN=RIGHT SDVAL="4455" SDNUM="1033;">4455</TD>
 + <TD ALIGN=RIGHT SDVAL="8877" SDNUM="1033;">8877</TD>
 + </TR>
 + <TR>
 + <TD HEIGHT=16 ALIGN=RIGHT>Row 3</TD>
 + <TD ALIGN=RIGHT SDVAL="87686" SDNUM="1033;">87686</TD>
 + <TD ALIGN=RIGHT SDVAL="234" SDNUM="1033;">234</TD>
 + <TD ALIGN=RIGHT SDVAL="867856" SDNUM="1033;">867856</TD>
 + </TR>
 +</TABLE>
 +
 +As far as tabs go, I think if you need to line various things up vertically, tables are the way to go.

Current revision

Level 1 Header

Level 2 Header

Whatever

Not exactly a hanging indent ... 
but you can have a single line before the colon, followed by a paragraph that gets indented.

Here's a table created in a spread sheet, exported to HTML, and the code then cut and pasted in. I don't know if Excel does a HTML export, but OpenOffice does, and it'll read in Excel files. If its a large table, you could get it in that way rather than typing the HTML table code from scratch.


Column 1 Column 2 Column 3
Row 1 1212 33332 64564
Row 2 2346 4455 8877
Row 3 87686 234 867856

As far as tabs go, I think if you need to line various things up vertically, tables are the way to go.

Personal tools