The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Tables

2 posters

Go down

Solved Tables

Post by Mr.moo cow June 24th 2010, 8:13 pm

What should i use if i want to make a table for the list of banned members in my forum so it wouod be Name|reason|date banned with a line break between names
Mr.moo cow
Mr.moo cow
Forumember

Male Posts : 142
Reputation : 0
Language : English

http://gamersparty.freegametalk.com

Back to top Go down

Solved Re: Tables

Post by Mr.moo cow June 25th 2010, 6:04 pm

Its been about 24 hours so BUMP!!!!
Mr.moo cow
Mr.moo cow
Forumember

Male Posts : 142
Reputation : 0
Language : English

http://gamersparty.freegametalk.com

Back to top Go down

Solved Re: Tables

Post by Sanket June 25th 2010, 6:16 pm

You need the html code?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Tables

Post by Mr.moo cow June 25th 2010, 6:44 pm

Yes please
Mr.moo cow
Mr.moo cow
Forumember

Male Posts : 142
Reputation : 0
Language : English

http://gamersparty.freegametalk.com

Back to top Go down

Solved Re: Tables

Post by Sanket June 25th 2010, 6:50 pm

Code:
<table border="1"  width="100%">
  <tr><!-- Row 1 -->
    <td><div align="center">Name</div></td><!-- Col 1 -->
    <td><div align="center">Reason</div></td><!-- Col 2 -->
    <td><div align="center">Date Banned</div></td><!-- Col 3 -->
  </tr>
  <tr><!-- Row 2 -->
    <td>1</td><!-- Col 1 -->
    <td>2</td><!-- Col 2 -->
    <td>3</td><!-- Col 3 -->
  </tr>
  <tr><!-- Row 3 -->
    <td>1</td><!-- Col 1 -->
    <td>2</td><!-- Col 2 -->
    <td>3</td><!-- Col 3 -->
  </tr>
  <tr><!-- Row 4 -->
    <td>1</td><!-- Col 1 -->
    <td>2</td><!-- Col 2 -->
    <td>3</td><!-- Col 3 -->
  </tr>
  <tr><!-- Row 5 -->
    <td>1</td><!-- Col 1 -->
    <td>2</td><!-- Col 2 -->
    <td>3</td><!-- Col 3 -->
  </tr>
  <tr><!-- Row 6 -->
    <td>1</td><!-- Col 1 -->
    <td>2</td><!-- Col 2 -->
    <td>3</td><!-- Col 3 -->
  </tr>
  <tr><!-- Row 7 -->
    <td>1</td><!-- Col 1 -->
    <td>2</td><!-- Col 2 -->
    <td>3</td><!-- Col 3 -->
  </tr>
  <tr><!-- Row 8 -->
    <td>1</td><!-- Col 1 -->
    <td>2</td><!-- Col 2 -->
    <td>3</td><!-- Col 3 -->
  </tr>
  <tr><!-- Row 9 -->
    <td>1</td><!-- Col 1 -->
    <td>2</td><!-- Col 2 -->
    <td>3</td><!-- Col 3 -->
  </tr>
  <tr><!-- Row 10 -->
    <td>1</td><!-- Col 1 -->
    <td>2</td><!-- Col 2 -->
    <td>3</td><!-- Col 3 -->
  </tr>
  <tr><!-- Row 11 -->
    <td>1</td><!-- Col 1 -->
    <td>2</td><!-- Col 2 -->
    <td>3</td><!-- Col 3 -->
  </tr>
  <tr><!-- Row 12 -->
    <td>1</td><!-- Col 1 -->
    <td>2</td><!-- Col 2 -->
    <td>3</td><!-- Col 3 -->
  </tr>
</table>
You can use such a code & edit accordingly.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Tables

Post by Mr.moo cow June 25th 2010, 6:54 pm

ok thanks just needed a refresher Very Happy
Mr.moo cow
Mr.moo cow
Forumember

Male Posts : 142
Reputation : 0
Language : English

http://gamersparty.freegametalk.com

Back to top Go down

Solved Re: Tables

Post by Sanket June 25th 2010, 6:56 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Tables 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum