05-31-2024, 01:07 PM
(05-31-2024, 12:56 PM)Jack Wrote: @SMcNeill
how did you enter that table?
trying to quote your post doesn't work for me, this forum works differently from every other forum that I visit, in those forums when you click on "reply with quote" it opens an edit box with the quoted message, on this forum when I click on quote nothing happens
Code: (Select All)
[table=80]
[tr][th] [style=background: #0000FF; color: #FFFFFF;] Person [/style] [/th][th] [style=background: #0000FF; color: #FFFFFF;] Awesomeness[/style][/th][/tr]
[tr][td] [style=background: Red; color: MidnightBlue; width: 70px;] Steve [/style][/td][td]ULTIMATE!!![/td][/tr]
[tr][td]Everyone Else[/td][td]meh...[/td][/tr]
[/table]
tr <-- this makes a row in the table
td <-- and this is a divider (so it makes columns)
th <-- and this does those headers (which is basically just a column with some highlight and color built in.)
and slash (/) before those code commands is needed to show where each table/column/row/header ends.