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.

Inserting a table

3 posters

Go down

Solved Inserting a table

Post by Dezza March 1st 2009, 4:03 pm

Sorry for asking this question again but my 1st question was can you add a spread sheet from exel and my answer was no but you can add a table.
When i go into the table it asks how many rows and colums i put 9 down and 13 across when i send it then go back into it all i get is
[table border="1"]
Now how do i put in my names going down and my weeks going across.
Please help as i need to upload some football tables to my site.

Regards ; Dez.
Dezza
Dezza
Forumember

Male Posts : 136
Reputation : 0
Language : English
Location : Derbyshire

http://sportdale.com

Back to top Go down

Solved Re: Inserting a table

Post by Caihlem March 1st 2009, 4:37 pm

Hi,

Tables need a little bit of getting used to in BBC Tags

The full code is:
Code:
[table border="1"]
[tr][td][/td] [td][/td][/tr]
[/table]

The [table] indicates a table, and the border="1" means you'll have a border of 1 px
[tr][/tr] defines a row, so you'll have as many of those as you have rows
[td][/td] defines a cell, for example in the the code given above you have 2 cells in 1 row. You need to put the content of the cell in between these tags. Columns are defined by the number of cells in the row, for instance 2 columns in the code given.
I hope I've explained this in a clear way
Caihlem
Caihlem
Energetic

Male Posts : 8969
Reputation : 342
Language : English, French & Female
Location : You can't fly like the phenix

Back to top Go down

Solved Re: Inserting a table

Post by Dezza March 1st 2009, 4:58 pm

no mate its beyond me i cant work it out.

Is it possible in any way to save this exel sheet in some way and upload it like a photo.
Dezza
Dezza
Forumember

Male Posts : 136
Reputation : 0
Language : English
Location : Derbyshire

http://sportdale.com

Back to top Go down

Solved Re: Inserting a table

Post by Caihlem March 1st 2009, 6:13 pm

Give me what it should look like and I'll pass you the code Wink
Caihlem
Caihlem
Energetic

Male Posts : 8969
Reputation : 342
Language : English, French & Female
Location : You can't fly like the phenix

Back to top Go down

Solved Re: Inserting a table

Post by Dezza March 1st 2009, 6:29 pm

Ok this is a quiz im running every week im on week 4 at the moment theres nine names going down and 10 weeks going across weel 1 week 2 week 3 and so on. with a speed answer bonus question and a total so 13 going across in total. Then i put the scores in each week

If you could help me that would be great thanks for your time Very Happy
Dezza
Dezza
Forumember

Male Posts : 136
Reputation : 0
Language : English
Location : Derbyshire

http://sportdale.com

Back to top Go down

Solved Re: Inserting a table

Post by Caihlem March 1st 2009, 7:00 pm

Code:
[table border="1"]
[tr][td][b]Names[/b][/td][td][b]Week 1[/b][/td][td][b]Week 2[/b][/td][td][b]Week 3[/b][/td][td][b]Week 4[/b][/td][td][b]Week 5[/b][/td][td][b]Week 6[/b][/td][td][b]Week 7[/b][/td][td][b]Week 8[/b][/td][td][b]Week 9[/b][/td][td][b]Week 10[/b][/td][td][b]Bonus[/b][/td][td][b]Total[/b][/td][/tr]
[tr][td]Name 1[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]Total[/td][/tr]
[tr][td]Name 2[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]Total[/td][/tr]
[tr][td]Name 3[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]Total[/td][/tr]
[tr][td]Name 4[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]Total[/td][/tr]
[tr][td]Name 5[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]Total[/td][/tr]
[tr][td]Name 6[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]Total[/td][/tr]
[tr][td]Name 7[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]Total[/td][/tr]
[tr][td]Name 8[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]Total[/td][/tr]
[tr][td]Name 9[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]score[/td][td]Total[/td][/tr]
[/table]

Which gives;
NamesWeek 1Week 2Week 3Week 4Week 5Week 6Week 7Week 8Week 9Week 10BonusTotal
Name 1scorescorescorescorescorescorescorescorescorescorescoreTotal
Name 2scorescorescorescorescorescorescorescorescorescorescoreTotal
Name 3scorescorescorescorescorescorescorescorescorescorescoreTotal
Name 4scorescorescorescorescorescorescorescorescorescorescoreTotal
Name 5scorescorescorescorescorescorescorescorescorescorescoreTotal
Name 6scorescorescorescorescorescorescorescorescorescorescoreTotal
Name 7scorescorescorescorescorescorescorescorescorescorescoreTotal
Name 8scorescorescorescorescorescorescorescorescorescorescoreTotal
Name 9scorescorescorescorescorescorescorescorescorescorescoreTotal

You'll just need to fill in the details after Wink
If this really looks too daunting, then you can always just take a screenshot of your excel spreadsheet Wink
Caihlem
Caihlem
Energetic

Male Posts : 8969
Reputation : 342
Language : English, French & Female
Location : You can't fly like the phenix

Back to top Go down

Solved Re: Inserting a table

Post by Dezza March 2nd 2009, 1:12 am

Hey Caihlem your a true star mate thank you for all your help :wouhou:
Dezza
Dezza
Forumember

Male Posts : 136
Reputation : 0
Language : English
Location : Derbyshire

http://sportdale.com

Back to top Go down

Solved Re: Inserting a table

Post by Sanket March 2nd 2009, 6:59 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
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