Bitcoin Forum

Other => Meta => Topic started by: Sweeet on November 15, 2016, 01:29:13 PM



Title: Help Using Tables
Post by: Sweeet on November 15, 2016, 01:29:13 PM
I tried for a while to make a table on my post although it was very hard to understand so I just gave up and decided to make what i needed in paint: Paint (https://bitcointalk.org/index.php?topic=1671184.msg16780453#msg16780453). It would be nice if someone here could help me use the table so I could put one in my post. thanks.


Title: Re: Help Using Tables
Post by: shorena on November 15, 2016, 01:41:22 PM
Code:
[table]
[tr]
[td] [b]Borrower[/b] [/td][td]|[/td]
[td] [b]Payment/Repayment in[/b] [btc][/td][td]|[/td]
[td] [b]Repayment Date[/b] (DD/MM/YYYY) [/td][td]|[/td]
[td] [b]Repayment Address[/b] [/td][td]|[/td]
[td] [b]Status[/b] [/td]
[/tr]
[tr]
[td] DyaTrev [/td][td]|[/td]
[td] .0175/0.25 [btc][/td][td]|[/td]
[td] 11/11/2016 [/td][td]|[/td]
[td] 12b7... [/td][td]|[/td]
[td] [color=green]Repaid early[/color][/td]
[/tr]
[tr]
[td] Teddybu [/td][td]|[/td]
[td] .02/0.025 [btc][/td][td]|[/td]
[td] 12/11/2016 [/td][td]|[/td]
[td] 12b7... [/td][td]|[/td]
[td] [color=green]Repaid[/color][/td]
[/tr]
[tr]
[td] DyaTrev [/td][td]|[/td]
[td] .0175/0.25 [btc][/td][td]|[/td]
[td] 17/11/2016 [/td][td]|[/td]
[td] 12b7... [/td][td]|[/td]
[td] [color=green]Repaid early[/color][/td]
[/tr]
[/table]

Borrower | Payment/Repayment in BTC| Repayment Date (DD/MM/YYYY) | Repayment Address | Status
DyaTrev | .0175/0.25 BTC| 11/11/2016 | 12b7... | Repaid early
Teddybu | .02/0.025 BTC| 12/11/2016 | 12b7... | Repaid
DyaTrev | .0175/0.25 BTC| 17/11/2016 | 12b7... | Repaid early

Copy all from
Code:
[tr]
to
Code:
[/tr]
to create a new row and modify the content as needed. You can add horizontal lines with
Code:
[hr]
between the rows, but that will mess up the alignment.


Title: Re: Help Using Tables
Post by: Sweeet on November 15, 2016, 02:02:34 PM
Code:
[table]
[tr]
[td] [b]Borrower[/b] [/td][td]|[/td]
[td] [b]Payment/Repayment in[/b] [btc][/td][td]|[/td]
[td] [b]Repayment Date[/b] (DD/MM/YYYY) [/td][td]|[/td]
[td] [b]Repayment Address[/b] [/td][td]|[/td]
[td] [b]Status[/b] [/td]
[/tr]
[tr]
[td] DyaTrev [/td][td]|[/td]
[td] .0175/0.25 [btc][/td][td]|[/td]
[td] 11/11/2016 [/td][td]|[/td]
[td] 12b7... [/td][td]|[/td]
[td] [color=green]Repaid early[/color][/td]
[/tr]
[tr]
[td] Teddybu [/td][td]|[/td]
[td] .02/0.025 [btc][/td][td]|[/td]
[td] 12/11/2016 [/td][td]|[/td]
[td] 12b7... [/td][td]|[/td]
[td] [color=green]Repaid[/color][/td]
[/tr]
[tr]
[td] DyaTrev [/td][td]|[/td]
[td] .0175/0.25 [btc][/td][td]|[/td]
[td] 17/11/2016 [/td][td]|[/td]
[td] 12b7... [/td][td]|[/td]
[td] [color=green]Repaid early[/color][/td]
[/tr]
[/table]

Borrower | Payment/Repayment in BTC| Repayment Date (DD/MM/YYYY) | Repayment Address | Status
DyaTrev | .0175/0.25 BTC| 11/11/2016 | 12b7... | Repaid early
Teddybu | .02/0.025 BTC| 12/11/2016 | 12b7... | Repaid
DyaTrev | .0175/0.25 BTC| 17/11/2016 | 12b7... | Repaid early

Copy all from
Code:
[tr]
to
Code:
[/tr]
to create a new row and modify the content as needed. You can add horizontal lines with
Code:
[hr]
between the rows, but that will mess up the alignment.
Thanks a lot, this is super complicated but based off what you sent me I could just copy and paste that and learn off of whats already there, this is super useful. Thanks again for putting all that work into making that for me. I will lock this thread now.