I dont know how to work the table? can anybody help?
3 posters
Page 1 of 1
I dont know how to work the table? can anybody help?
Im new to forumotion and i am trying to create a table, it comes up with this [table border="1"][tr][td] Position [/td][td] [/td][td] [/td][td] [/td][td] [/td][td] [/td][td] [/td][/tr][tr][td] [/td][td] [/td][td] [/td][td] [/td][td] [/td][td] [/td][td] [/td][td] [/td][td] [/td][/tr][tr][td] , but say if i want to add something next to the position bit, i do this [tr][td] Position Team [/td][td] but it stays in the same box in the table, im confused with this, can anybody help?
Last edited by markwalker1996 on Fri 24 Feb - 22:10; edited 1 time in total
markwalker1996- New Member
- Posts : 23
Reputation : 1
Language : English
Re: I dont know how to work the table? can anybody help?
Else this won't work as html code.
Will edit my post later with a link to a help guide, plus a working example.
I forgot it's possible with BBcode, zZz.. checking your example. Give me a minute.
- Code:
[table border="1"] ; start the table here
[tr] ; first row start
[td]Position 1[/td] ; first cell
[td]Position 2[/td] ; second cell
[td]Position 3[/td] ; "
[td]Position 4[/td]
[td]Position 5[/td]
[td]Position 6[/td]
[td]Position 7[/td]
[/tr] ; first row end
[tr] ; second row start
[td]This[/td]
[td]seems[/td]
[td]to[/td]
[td]work[/td]
[td]for[/td]
[td]me[/td]
[td]without[/td]
[td]any[/td]
[td] problems[/td]
[/tr] ; second row end
[tr] ; third row start
[td]![/td]
[/tr] ; third row end
[/table] ; close the table here
Position 1 | Position 2 | Position 3 | Position 4 | Position 5 | Position 6 | Position 7 | ||
This | seems | to | work | for | me | without | any | problems |
! |
You can remove the parts starting with ; since they are only comments.
No, this isn't correct.[tr][td] Position Team [/td][td]
You start a new ROW with [tr] and you end it with [/tr].
You start a new CELL with [td] and you end it with [/td].
With what i quoted, you would create a new row and start a new cell, plus you would start a new cell again with ending it & without ending the row.
Did this help? If not, take a look here: http://www.w3schools.com/html/html_tables.asp
aRt)Y- Forumember
- Posts : 97
Reputation : 7
Language : German
Location : Germany
Re: I dont know how to work the table? can anybody help?
Nice to hearmarkwalker1996 wrote:Thankyou, This Helped.
Could you edit your first post in this topic and mark the topic as solved to help the moderators? Thanks!
aRt)Y- Forumember
- Posts : 97
Reputation : 7
Language : German
Location : Germany
Re: I dont know how to work the table? can anybody help?
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» {help} I dont what's name of this
» Facbook connect dont work!!!
» Links dont work for Guests viewing?
» i dont have moderator
» Help me , dont know where to put SCM Music Player
» Facbook connect dont work!!!
» Links dont work for Guests viewing?
» i dont have moderator
» Help me , dont know where to put SCM Music Player
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum