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.

How to make numbered rows inside a table BCCode

+2
Sanket
jawa
6 posters

Go down

How to make numbered rows inside a table BCCode Empty How to make numbered rows inside a table BCCode

Post by jawa Sat Dec 05 2009, 20:30

Hi I am interested in posting a table on my forums... it is in BBCode. But I would like to make the rows numbered, so that if i add another row, it will automatically give it the correct number.

ex:
#scorename
1.lablahblah1
2.lablahblah2

^ i put the number in their manually to show what i want.. how can i do this so it automatically numbers my rows?
avatar
jawa
New Member

Posts : 3
Reputation : 0
Language : english

Back to top Go down

How to make numbered rows inside a table BCCode Empty Re: How to make numbered rows inside a table BCCode

Post by Sanket Sat Dec 05 2009, 21:52

I doubt if there is an automatic way of doing it.
Sanket
Sanket
ForumGuru

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

Back to top Go down

How to make numbered rows inside a table BCCode Empty Re: How to make numbered rows inside a table BCCode

Post by Rok Sun Dec 06 2009, 17:10

As Sanket stated above, I don't believe that there is any way to have the numbers appear automatically with each [tr]. The only way is to just add '1.' in each column. Or, maybe the [list=1] would work for that.
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

How to make numbered rows inside a table BCCode Empty Re: How to make numbered rows inside a table BCCode

Post by jawa Sun Dec 06 2009, 20:31

I tried fitting [LIST] in there, but it seems that list wont go through table rows, and if you put it outside the table rows, the list get sposted outside the table itself.... Unless yall know of a way to fit it in there :3 I'm a noob in coding
avatar
jawa
New Member

Posts : 3
Reputation : 0
Language : english

Back to top Go down

How to make numbered rows inside a table BCCode Empty Re: How to make numbered rows inside a table BCCode

Post by Rok Sun Dec 06 2009, 22:14

Well, if the [*] list won't work, then I guess there's no other way but to just list numbers manually.
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

How to make numbered rows inside a table BCCode Empty Re: How to make numbered rows inside a table BCCode

Post by Etana Mon Dec 07 2009, 00:25

Hello,


This works but only on google chrome and safari :

Code:
[list=1][table border=1]
[tr]
[td][*]case[/td][td]case[/td]
[/tr]
[tr]
[td][*]case[/td][td]case[/td]
[/tr]
[tr]
[td][*]case[/td][td]case[/td]
[/tr]
[/table][/list]
Result :

  1. case
  2. case
  3. case
  4. case
  5. case
  6. case

On firefox, opera and internet explorer I don't thinks there is a way.

Cordially.
Etana
Etana
Forumember

Male Posts : 98
Reputation : 0
Language : French - English

http://kiniiri.forumactif.com/

Back to top Go down

How to make numbered rows inside a table BCCode Empty Re: How to make numbered rows inside a table BCCode

Post by jawa Mon Dec 07 2009, 06:01

thank you :O too bad it doesn't work on everything Sad
avatar
jawa
New Member

Posts : 3
Reputation : 0
Language : english

Back to top Go down

How to make numbered rows inside a table BCCode Empty Re: How to make numbered rows inside a table BCCode

Post by CharleX Mon Dec 07 2009, 06:34

Oh man. I know how to do it in HTML, but not in BB code. Hem
CharleX
CharleX
Forumember

Male Posts : 492
Reputation : 0
Language : English and Korean
Location : On The Comp

Back to top Go down

How to make numbered rows inside a table BCCode Empty Re: How to make numbered rows inside a table BCCode

Post by ankillien Mon Dec 07 2009, 11:37

Hello,
You can use the following code for that.
But it won't make table rows that produce number automatically :/

Code:
[list=1]
[*]blah blah blah...list1
[*]blah blah blah...list2
[*]blah blah blah...list3
[/list]

Out put...


  1. blah blah blah...list1
  2. blah blah blah...list2
  3. blah blah blah...list3
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

How to make numbered rows inside a table BCCode Empty Re: How to make numbered rows inside a table BCCode

Post by Etana Mon Dec 07 2009, 16:35

If you add in your CSS style sheet ( AP > Display > Colors > CSS Stylesheet ) :

Code:
table.numbered { counter-reset: line-number; } table.numbered td:first-child:before { content: counter(line-number) "."; counter-increment: line-number; padding-right: 0.3em; }
And then in a post :

Code:
[table class="numbered"]
[tr][td][/td][td]cell 1[/td][td]cell 2[/td][/tr]
[tr][td][/td][td]cell 1[/td][td]cell 2[/td][/tr]
[/table]
That should work with other browser than IE ( because it use CSS2.1 properties that IE doesn't support ).

Cordially.
Etana
Etana
Forumember

Male Posts : 98
Reputation : 0
Language : French - English

http://kiniiri.forumactif.com/

Back to top Go down

Back to top

- Similar topics

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