Tables Example

Follow tables with forced line breaks, approximately one line break per each row in your table, to force your text lines following the table to be left aligned. The number of line breaks will vary depending on factors such as how thick the border of the table is.

Entering this table and the text following it:

||align=left border=1 width=25%
||!Table||!Heading||!Example||
||A||B||C||
||A||B||C||
||A||B||C||

This line looks as if it will fall below the table


gives you this result:

TableHeadingExample
ABC
ABC
ABC

This line looks as if it will fall below the table




I don't want it to be where it is now. I want it to be where this text you're currently reading is located. So by doing this:

||align=left border=1 width=25%
||!Table||!Heading||!Example||
||A||B||C||
||A||B||C||
||A||B||C||
\\
\\
\\
\\
\\
\\
This line does fall below the table

it gives you this desired result:

TableHeadingExample
ABC
ABC
ABC







This line does fall below the table