Tables

Made for the general public, but made by Dretta on 11/17/08


Tables are one of the easiest forms of code to master; there are only a couple labels you need to remember in order to organize your content. The most basic form of a table is:

You won't be able to see anything but the text within the tags, though. What you'll need to add now, is are table rows (TR's). Your code should look something like this:

This will look like...
||Text Will Be Here||

If you'd like to change the color and style of the border, you'd need to upgrade your coding to something along the lines of...

The coding above will provide you with a table like so:
||Text Will Be Here||

One column normlly doesn't do alot for you in the organization department. Let's add another column.

Now our table looks like this:
||Text Will Be Here|| ||Text Will Be Here||


You weren't looking for columns? Sheesh! Ok then, let's work with rows.

Now we have your rows.
||Text Will Be Here|| ||Text Will Be Here||
||Text Will Be Here|| ||Text Will Be Here||


all content (c) Alexandra E.U. [2008-2010] unless otherwise stated