Cookie Policy: This web site uses cookies. By using this site you agree to our cookie policy.
Disclaimer: By posting on this web site it is accepted that you have agreed to the T&C. This is an information forum, and it is just that information, all views are of the individual poster and not that of the site owner. Please DO NOT publish copyrighted material without the owners permission. If you copy news or articles include a link back to the original site. Threads/Posts may be deleted on request. No other links without permission.
BEFORE POSTING A QUESTION: Your question has probably been asked before, so please use the
SEARCH FUNCTION, as we grow tired of answering the same question again and again.


Results 1 to 15 of 15
  1. #1

    Join Date
    Sep 2004
    Location
    Cork, Ireland
    Age
    59
    Posts
    799
    Rep Power
    19

    Formatting In Forum Postings

    Hi,
    Does anybody know if there is a way to publish tabular or column data when posting to the forum without it coming out all jumbled. Like if you type a table list and then when you post to a thread the data comes out all disorganised and unreadable if you know what I mean.

    Thanks in advance for any advice you can offer in this matter.



  2. #2

    Join Date
    Jun 2003
    Location
    London
    Age
    36
    Posts
    26,503
    Rep Power
    165
    You can do it with html tags in most, if not all forum areas



  3. #3

    Join Date
    Sep 2004
    Location
    Cork, Ireland
    Age
    59
    Posts
    799
    Rep Power
    19
    I'm sorry Mat, I honestly don't understand. What are these tags I should use?



  4. #4

    Join Date
    May 2003
    Location
    Londinium
    Age
    32
    Posts
    24,799
    Rep Power
    146
    <table border=1><td>HTML TAGS</td><td> :D </td></table>

    The Vegster!



  5. #5

    Join Date
    Feb 2002
    Location
    N Wales
    Age
    47
    Posts
    49,053
    Rep Power
    250
    Vegy in a box, nice idea :)



  6. #6

    Join Date
    Sep 2004
    Location
    Cork, Ireland
    Age
    59
    Posts
    799
    Rep Power
    19
    Yes, I know HTML means Hypertextmarkuplanguage but that is all I know. Please, what are the HTML tags I should use?



  7. #7

    Join Date
    May 2003
    Location
    Londinium
    Age
    32
    Posts
    24,799
    Rep Power
    146
    League 2 Table May 6th 2006

    <table border=1 bordercolor=magenta><td><b>Team</b></td><td><b>Place</b></td><td><b>Played</b></td><td><b>Points</b><b></td><tr><td>Leyton Orient</td><td>1st</td><td align=right>46</td><td align=right>108</td><tr><td>Mansfield</td><td>23rd</td><td align=right>46</td><td align=right>10</td><tr><td>Grimsby</td><td>24th</td><td align=right>46</td><td align=right>4</td><tr></table>



    [EDIT - Almost forgot the Stags :D]

    And Keith... make sure you know what you are doing before trying to edit my table again!

    The Vegster!



  8. #8

    Join Date
    May 2003
    Location
    Londinium
    Age
    32
    Posts
    24,799
    Rep Power
    146
    Far too complicated for me to explain Ice...

    Mat might be better at it, he uses them a lot! :D

    The Vegster!



  9. #9

    Join Date
    May 2003
    Location
    Up the creek
    Age
    38
    Posts
    7,897
    Rep Power
    58
    An easier way is to copy it into Notepad, then copy and paste from Notepad to the forum. Won't be as flash but will be readable.

    "Be Right and Sit Tight" - Jesse Livermore, trading legend...


  10. #10

    Join Date
    Sep 2004
    Location
    Cork, Ireland
    Age
    59
    Posts
    799
    Rep Power
    19
    Okay vegy, thank you anyway.

    The L.O./Grimsby example you gave is impressive.



  11. #11

    Join Date
    May 2003
    Location
    Up the creek
    Age
    38
    Posts
    7,897
    Rep Power
    58
    HTML Code:
    Vegy
    HTML Code:
    is
    HTML Code:
    a
    HTML Code:
    :icon_tong
    Whaaaaaaaaaaaaaaaattttt?

    "Be Right and Sit Tight" - Jesse Livermore, trading legend...


  12. #12

    Join Date
    May 2003
    Location
    Londinium
    Age
    32
    Posts
    24,799
    Rep Power
    146
    Quote Originally Posted by Onlyforfun
    HTML Code:
    :icon_tong
    Eh You feeling okay OFF

    The Vegster!



  13. #13

    Join Date
    Sep 2004
    Location
    Cork, Ireland
    Age
    59
    Posts
    799
    Rep Power
    19
    Quote Originally Posted by Onlyforfun
    An easier way is to copy it into Notepad, then copy and paste from Notepad to the forum. Won't be as flash but will be readable.
    Thank you also, OFF. I've typed it in Notepad and I'll post it this minute to the SYSTEMS HELP AND INFO forum. Fingers crossed ......... will you have a look at it and see how it turns out, maybe?



  14. #14

    Join Date
    Jun 2003
    Location
    London
    Age
    36
    Posts
    26,503
    Rep Power
    165
    HTML tags. I will use round brackets here but they will need to be angled brackets when you enter them in your code Ice. If I used angled brackets here now the forum would render them as HTML so you wouldn't see them.

    (table) - start a table
    (tr) - start a row in a table
    (td width="120") - start entering table data ie create a cell in a table 120 pixels wide. Play around with this width till it looks right for the data you have in the cell
    (/td) - end of cell data
    (/tr) - end of table row
    (/table) - end of table

    Example:
    (table)(tr)(td width="45")(/td)(td width="120")(b)Home(/b)(/td)(td width="45")(/td)(td width="120")(b)Away(/b)(/td)(td width="45")(/td)(/tr)(tr)(td)1/1(/td)(td)Arsenal(/td)(td)14/5(/td)(td)Middlesbrough(/td)(td)23/10(/td)(/tr)(/table)

    will display (with the brackets changed to angled brackets) as:
    <table><tr><td width="45"></td><td width="120"><b>Home</b></td><td width="45"></td><td width="120"><b>Away</b></td><td width="45"></td></tr><tr><td>1/1</td><td>Arsenal</td><td>14/5</td><td>Middlesbrough</td><td>23/10</td></tr></table>



  15. #15

    Join Date
    Sep 2004
    Location
    Cork, Ireland
    Age
    59
    Posts
    799
    Rep Power
    19
    Mat, I want to sincerely thank you for all that trouble you've gone to. I honestly mean that. But, if it is as difficult as this, then I'll just do plain text typing. Future posts will remain a tabular-free zone!


    Quote Originally Posted by icebreaker
    Thank you also, OFF. I've typed it in Notepad and I'll post it this minute to the SYSTEMS HELP AND INFO forum.
    Grrr ..... well, that turned out to be a disaster. . I'll have to pull it down.



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!
SEO Blog

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •