Bitcoin Forum
May 13, 2024, 11:23:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help Using Tables  (Read 416 times)
Sweeet (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 501

Real Eyes, Realize, Real Lies.


View Profile WWW
November 15, 2016, 01:29:13 PM
 #1

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. It would be nice if someone here could help me use the table so I could put one in my post. thanks.
1715599415
Hero Member
*
Offline Offline

Posts: 1715599415

View Profile Personal Message (Offline)

Ignore
1715599415
Reply with quote  #2

1715599415
Report to moderator
1715599415
Hero Member
*
Offline Offline

Posts: 1715599415

View Profile Personal Message (Offline)

Ignore
1715599415
Reply with quote  #2

1715599415
Report to moderator
1715599415
Hero Member
*
Offline Offline

Posts: 1715599415

View Profile Personal Message (Offline)

Ignore
1715599415
Reply with quote  #2

1715599415
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715599415
Hero Member
*
Offline Offline

Posts: 1715599415

View Profile Personal Message (Offline)

Ignore
1715599415
Reply with quote  #2

1715599415
Report to moderator
1715599415
Hero Member
*
Offline Offline

Posts: 1715599415

View Profile Personal Message (Offline)

Ignore
1715599415
Reply with quote  #2

1715599415
Report to moderator
1715599415
Hero Member
*
Offline Offline

Posts: 1715599415

View Profile Personal Message (Offline)

Ignore
1715599415
Reply with quote  #2

1715599415
Report to moderator
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
November 15, 2016, 01:41:22 PM
 #2

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.

Im not really here, its just your imagination.
Sweeet (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 501

Real Eyes, Realize, Real Lies.


View Profile WWW
November 15, 2016, 02:02:34 PM
 #3

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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!