Help:Demo Page for new editors: Difference between revisions

From Ameliapedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
'''Horizontal line'''
'''Horizontal line'''
----
----
== Tables ==
=== Table produced by the edit button ===


{|class=wikitable border=1 cellpadding=5 style="float: none;"
{|class=wikitable border=1 cellpadding=5 style="float: none;"
Line 32: Line 29:
|-|}
|-|}


 
In the source code, this line is between the two tables.
 
 
 
 
 
 
 
 
 
 
 
=== Centered table ===


{|class=wikitable border=1 cellpadding=5 style="margin: 1em auto 1em auto;"
{|class=wikitable border=1 cellpadding=5 style="margin: 1em auto 1em auto;"
Line 62: Line 47:
|-|}
|-|}


Hmmmmmmmmmmmmm.
Hmmmmmmmmmmmmm. This text is written AFTER the table code, but appears above it.
 
How do you get text UNDER the table?

Revision as of 01:42, 31 January 2009

Effects of Edit Buttons

--Moleski 01:17, 31 January 2009 (UTC)

Horizontal line


In the source code, this line is between the two tables.
table name
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
Hmmmmmmmmmmmmm. This text is written AFTER the table code, but appears above it. How do you get text UNDER the table?
table name
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