I dont know how to work the table? can anybody help? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    I dont know how to work the table? can anybody help?

    avatar
    markwalker1996
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved I dont know how to work the table? can anybody help?

    Post by markwalker1996 February 24th 2012, 4:55 pm

    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 February 24th 2012, 11:10 pm; edited 1 time in total
    avatar
    markwalker1996
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved ??

    Post by markwalker1996 February 24th 2012, 10:31 pm

    Anybody?
    aRt)Y
    aRt)Y
    Forumember


    Male Posts : 97
    Reputation : 7
    Language : German
    Location : Germany

    Solved Re: I dont know how to work the table? can anybody help?

    Post by aRt)Y February 24th 2012, 10:32 pm

    You actually wanted to post this with <> for html, didnt you?
    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 4Position 5Position 6Position 7
    Thisseemstoworkformewithoutany problems
    !

    You can remove the parts starting with ; since they are only comments.

    [tr][td] Position Team [/td][td]
    No, this isn't correct.
    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
    avatar
    markwalker1996
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Thankyou

    Post by markwalker1996 February 24th 2012, 10:54 pm

    Thankyou, This Helped. Smile
    aRt)Y
    aRt)Y
    Forumember


    Male Posts : 97
    Reputation : 7
    Language : German
    Location : Germany

    Solved Re: I dont know how to work the table? can anybody help?

    Post by aRt)Y February 24th 2012, 11:09 pm

    markwalker1996 wrote:Thankyou, This Helped. Smile
    Nice to hear Smile
    Could you edit your first post in this topic and mark the topic as solved to help the moderators? Thanks! Wink
    avatar
    markwalker1996
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Done :)

    Post by markwalker1996 February 24th 2012, 11:10 pm

    Done Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51541
    Reputation : 3519
    Language : English
    Location : United States

    Solved Re: I dont know how to work the table? can anybody help?

    Post by SLGray February 25th 2012, 1:58 am

    Topic Solved & Locked





    I dont know how to work the table? can anybody help? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.