(05-30-2024, 09:55 PM)SMcNeill Wrote: @madscijr -- Can you see the basic syntax via clicking REPLY or QUOTE or such? It's not that hard to sort out.
Code: (Select All)[table=something]
[tr] [/tr] <-- table rows
[th] [/th] <-- table headers (the black colored highlight text rows)
[td] [/td] <-- table divider
[/table] <-- end of table
Yes and thanks.
I'm seeing a "No" after my tables too... weird! If you can find the HTML or whatever template is used to render the table, maybe the "No" is in that?
tables are working |
---|
do I know why it's printing the word 'No'? |
(05-30-2024, 10:02 PM)SMcNeill Wrote: The table= is to set the percentage width of the table. For example, the first is table=70, the second is table=30....Oh cool, that can come in handy. Thanks!