September 30th, 2017

The daily chat room.
User avatar
Slaughterhouserock
Administrator
Posts: 2288
Joined: Thu May 18, 2017 3:57 pm
Contact:

Re: September 30th, 2017

Post by Slaughterhouserock »

showa58taro wrote:Good to see. Hopefully the people who want to use it are able to. I would struggle.
Table making simplified:

First add table tags:

Code: Select all

[table][/table]
Next add row tags "tr" in between the table tags:

Code: Select all

[table][tr][/tr][/table]
Then add data tags "td" between the row tags:

Code: Select all

[table][tr][td][/td][/tr][/table]
Add words between the data tags:

Code: Select all

[table][tr][td]This is a fucking table[/td][/tr][/table]
Add more rows and data as needed:

Code: Select all

[table]
[tr][td]This is a fucking table[/td][/tr]
[tr][td]Add more data tags for each row[/td][/tr]
[tr][td]Or not[/td][/tr]
[tr][td]Fuck if I care[/td][/tr]
[/table]
Which makes this:
This is a fucking table
Add more data tags for each row
Or not
Fuck if I care
Add various other color/size/format tags as you see fit. And apparently make it all one line so it won't create a gap.
User avatar
Jason
Administrator
Posts: 22858
Joined: Wed May 17, 2017 7:14 pm

Re: September 30th, 2017

Post by Jason »

Slaughterhouserock wrote:
showa58taro wrote:Good to see. Hopefully the people who want to use it are able to. I would struggle.
Table making simplified:

First add table tags:

Code: Select all

[table][/table]
Next add row tags "tr" in between the table tags:

Code: Select all

[table][tr][/tr][/table]
Then add data tags "td" between the row tags:

Code: Select all

[table][tr][td][/td][/tr][/table]
Add words between the data tags:

Code: Select all

[table][tr][td]This is a fucking table[/td][/tr][/table]
Add more rows and data as needed:

Code: Select all

[table]
[tr][td]This is a fucking table[/td][/tr]
[tr][td]Add more data tags for each row[/td][/tr]
[tr][td]Or not[/td][/tr]
[tr][td]Fuck if I care[/td][/tr]
[/table]
Which makes this:
This is a fucking table
Add more data tags for each row
Or not
Fuck if I care
Add various other color/size/format tags as you see fit. And apparently make it all one line so it won't create a gap.
Image
Image
Image
User avatar
Jason
Administrator
Posts: 22858
Joined: Wed May 17, 2017 7:14 pm

Re: September 30th, 2017

Post by Jason »

There can also be multiple [td]tags within the [tr] tags.
Image
Image
User avatar
Slaughterhouserock
Administrator
Posts: 2288
Joined: Thu May 18, 2017 3:57 pm
Contact:

Re: September 30th, 2017

Post by Slaughterhouserock »

Jason wrote:There can also be multiple [td]tags within the [tr] tags.
Suppose I could've put that in there, but I figured it was implied that each data tag adds a column. Also, adding blank data tags adds space if you think things are too cluttered.
User avatar
zombie
Administrator
Posts: 13314
Joined: Wed May 17, 2017 6:28 pm

Re: September 30th, 2017

Post by zombie »

row tags should be "rt" and data tags should be "dt", for us simpletons. but i'll let it go. :P
User avatar
Jason
Administrator
Posts: 22858
Joined: Wed May 17, 2017 7:14 pm

Re: September 30th, 2017

Post by Jason »

zombie wrote:row tags should be "rt" and data tags should be "dt", for us simpletons. but i'll let it go. :P
"TR" = Table Row
"TD" = Table Data
Image
Image
User avatar
zombie
Administrator
Posts: 13314
Joined: Wed May 17, 2017 6:28 pm

Re: September 30th, 2017

Post by zombie »

ohh okay. that makes it easier to work out.
User avatar
Jigsaw
Charter Member
Posts: 4084
Joined: Wed May 17, 2017 7:21 pm
Location: Columbia City, Indiana
Contact:

Re: September 30th, 2017

Post by Jigsaw »

Yeah, I'm just sticking with my traditional list. If I'm the only one, so be it. :P
For my thoughts on the horror films I've seen, please look here: https://jigsawshorrorcorner.wordpress.com/
User avatar
showa58taro
Administrator
Posts: 8784
Joined: Wed May 17, 2017 6:29 pm
Location: London, England

Re: September 30th, 2017

Post by showa58taro »

I’ll work it out tomorrow.
Image
Post Reply