HTML in forums

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manguish
    Senior Member
    • Jan 2004
    • 361

    HTML in forums

    My situation :

    I want a forum where mods and admins can post html.

    This is to allow tables of results to be posted.

    This is no problem, as i know my way round vb.

    HOWEVER :

    My simple table of results consists of :

    PHP Code:
    <table align="center" cellpadding="0" cellspacing="0">
                <
    tr bgcolor="#9C0000">
                  <
    td width="26"></td>
                  <
    td width="156"></td>
                  <
    td width="28"></td>
                  <
    td width="30"></td>
                  <
    td width="37"></td>
                  <
    td width="13"></td>
                 <
    td width="37"><strong>Race </strong></td>
                 <
    td width="44"><strong>Meet </strong></td>
                </
    tr>
                <
    tr bgcolor="#9C0000">
                  <
    td><strong>Pos </strong></td>
                 <
    td><strong>Name </strong></td>
                  <
    td><strong>Rd1 </strong></td>
                  <
    td><strong>Rd2 </strong></td>
                 <
    td><strong>Total </strong></td>
                  <
    td ></td>
                 <
    td><strong>Wins </strong></td>
                 <
    td><strong>Wins </strong></td>
                </
    tr>
                <
    tr>
                  <
    td><strong></strong></td>
                 <
    td><strong>Korie McGreevy </strong></td>
                  <
    td>25 </td>
                  <
    td>25 </td>
                  <
    td><strong>50 </strong></td>
                  <
    td></td>
                  <
    td></td>
                  <
    td></td>
                </
    tr>
                <
    tr>
                  <
    td><strong></strong></td>
                 <
    td><strong>Luke Johnston </strong></td>
                  <
    td>25 </td>
                  <
    td>20 </td>
                  <
    td><strong>45 </strong></td>
                  <
    td></td>
                  <
    td></td>
                  <
    td></td>
                </
    tr>
                <
    tr>
                  <
    td><strong></strong></td>
                 <
    td><strong>Josh Cunningham </strong></td>
                  <
    td>20 </td>
                  <
    td>16 </td>
                  <
    td><strong>36 </strong></td>
                  <
    td></td>
                  <
    td></td>
                  <
    td></td>
                </
    tr>
                <
    tr>
                  <
    td><strong></strong></td>
                 <
    td><strong>Michael Haddock </strong></td>
                  <
    td>20 </td>
                  <
    td>14 </td>
                  <
    td><strong>34 </strong></td>
                  <
    td></td>
                  <
    td></td>
                  <
    td></td>
                </
    tr>
                <
    tr>
                  <
    td><strong></strong></td>
                 <
    td><strong>Jason Lynn </strong></td>
                  <
    td>16 </td>
                  <
    td>16 </td>
                  <
    td><strong>32 </strong></td>
                  <
    td></td>
                  <
    td></td>
                  <
    td></td>
                </
    tr>
                <
    tr>
                  <
    td><strong></strong></td>
                 <
    td><strong>Joshua Rowen </strong></td>
                  <
    td>14 </td>
                  <
    td>10 </td>
                  <
    td><strong>24 </strong></td>
                  <
    td></td>
                  <
    td></td>
                  <
    td></td>
                </
    tr>
                <
    tr>
                  <
    td><strong></strong></td>
                 <
    td><strong>Conor Parkhill </strong></td>
                  <
    td>12 </td>
                  <
    td>12 </td>
                  <
    td><strong>24 </strong></td>
                  <
    td></td>
                  <
    td></td>
                  <
    td></td>
                </
    tr>
              </
    table
    Which works fine apart from one thing.

    The post in which it is looks as follows :



    Why does it put the table right at the bottom of the post?

    How can i bring it to the top?

    Cheers for any help
    For all your minimoto needs : www.minimotoclub.com
  • jamesyfx
    Senior Member
    • Feb 2005
    • 679
    • 3.6.x

    #2
    I think it adds <br /> tags when you hit enter.

    Try to keep it all together.? *shrug*

    Comment

    • makaiguy
      Senior Member
      • May 2004
      • 125
      • 3.8.x

      #3
      Originally posted by jamesyfx
      I think it adds <br /> tags when you hit enter.

      Try to keep it all together.? *shrug*
      I had the same problem with an old UBB board. Each carriage return when entering the table html resulted in an extra blank line above the table display.
      Doug Wilson
      Administrator, Timeshare Users Group bbs

      Comment

      • manguish
        Senior Member
        • Jan 2004
        • 361

        #4
        Yup - thats the problem.

        One line it is for now.

        Not very good mind :/

        Cheers guys
        For all your minimoto needs : www.minimotoclub.com

        Comment

        Related Topics

        Collapse

        Working...