Results 1 to 8 of 8

Thread: html will not work once posted

  1. #1
    Join Date
    Jun 2007
    Posts
    5

    Default html will not work once posted

    I am building a table in a post and when I click "PREVIEW" everything looks good. Once I "SUBMIT" it all you see is the html text. I'm a free user, is that why? I'm pretty sure I've turned on all configuration settings for HTML, the "DISABLE HTML THIS POST" box is not checked, I am confused.

    Why does it show my table when i "PREVIEW" my post but not once I "SUBMIT" it.

  2. #2
    Join Date
    Sep 2006
    Location
    Kerala, India
    Posts
    17,476

    Default html in post

    Check the 'Disable HTML in this post' box and click on Submit button. Click on the 'view' link to view the table code designed by you.

    Example :-

    <HTML>
    <HEAD>
    <TITLE> Table </TITLE>
    </HEAD>
    <BODY>

    <TABLE>
    <TR BGCOLOR="#FFCC66">
    <TD>Edwin</TD>
    <TD>Tom</TD>
    <TD>Richard</TD>
    </TR>

    <TR BGCOLOR="#99CCCC">
    <TD>Lara</TD>
    <TD>Daisy</TD>
    <TD>Moly</TD>
    </TR>
    </TABLE>

    </BODY>
    </HTML>

  3. #3
    Join Date
    Sep 2006
    Location
    Kerala, India
    Posts
    17,476

    Default html code will display

    The html code will display a table as
    <TABLE><TR BGCOLOR="#FFCC66"><TD>Edwin</TD><TD>Tom</TD>
    <TD>Richard</TD></TR><TR BGCOLOR="#99CCCC"><TD>Lara</TD>
    <TD>Daisy</TD><TD>Moly</TD></TR></TABLE>

  4. #4
    Join Date
    Jun 2007
    Posts
    5

    Default

    I have the "DISABLE HTML IN THIS POST" box checked, I click submit, then I click view, and it is still just the HTML text.

  5. #5
    Join Date
    Jun 2007
    Posts
    5

    Default test

    ok, i figured out what I was doing wrong. But now, why is there so much space at the top of the posts when you make a table? Is there a command to move it to the top again?

  6. #6
    Join Date
    Jun 2007
    Posts
    5

    Default ok, heres my problem now.

    What's with all this space at the top?

    <TABLE border="5" cellpadding="2">
    <TR>
    <TD><U>PERSON 1</U>
    PLAYER1
    PLAYER2
    PLAYER3
    PLAYER4
    PLAYER5
    PLAYER6
    PLAYER7
    PLAYER8
    </TD>

    <TD><U>PERSON 2</U>
    PLAYER1
    PLAYER2
    PLAYER3
    PLAYER4
    PLAYER5
    PLAYER6
    PLAYER7
    PLAYER8
    </TD>

    <TD><U>PERSON 3</U>
    PLAYER1
    PLAYER2
    PLAYER3
    PLAYER4
    PLAYER5
    PLAYER6
    PLAYER7
    PLAYER8
    </TD>

    <TD><U>PERSON 4</U>
    PLAYER1
    PLAYER2
    PLAYER3
    PLAYER4
    PLAYER5
    PLAYER6
    PLAYER7
    PLAYER8
    </TD>

    <TD><U>PERSON 5</U>
    PLAYER1
    PLAYER2
    PLAYER3
    PLAYER4
    PLAYER5
    PLAYER6
    PLAYER7
    PLAYER8
    </TD>

    <TD><U>PERSON 6</U>
    PLAYER1
    PLAYER2
    PLAYER3
    PLAYER4
    PLAYER5
    PLAYER6
    PLAYER7
    PLAYER8
    </TD>
    </TR>

    <TR>
    <TD><U>PERSON 7</U>
    PLAYER1
    PLAYER2
    PLAYER3
    PLAYER4
    PLAYER5
    PLAYER6
    PLAYER7
    PLAYER8
    </TD>

    <TD><U>PERSON 8</U>
    PLAYER1
    PLAYER2
    PLAYER3
    PLAYER4
    PLAYER5
    PLAYER6
    PLAYER7
    PLAYER8
    </TD>

    <TD><U>PERSON 9</U>
    PLAYER1
    PLAYER2
    PLAYER3
    PLAYER4
    PLAYER5
    PLAYER6
    PLAYER7
    PLAYER8
    </TD>

    <TD><U>PERSON 10</U>
    PLAYER1
    PLAYER2
    PLAYER3
    PLAYER4
    PLAYER5
    PLAYER6
    PLAYER7
    PLAYER8
    </TD>

    <TD><U>PERSON 11</U>
    PLAYER1
    PLAYER2
    PLAYER3
    PLAYER4
    PLAYER5
    PLAYER6
    PLAYER7
    PLAYER8
    </TD>

    <TD><U>PERSON 12</U>
    PLAYER1
    PLAYER2
    PLAYER3
    PLAYER4
    PLAYER5
    PLAYER6
    PLAYER7
    PLAYER8
    </TD>
    </TABLE>

  7. #7
    Join Date
    Jul 2007
    Posts
    21

    Default

    to remove the space at the top , edit the table and remove the break returns at the end os the line.

    This makes reading the code not overly friendly but is the cause of the spacing.

    Hope that helps

  8. #8
    Join Date
    Sep 2006
    Location
    Kerala, India
    Posts
    17,476

    Default Thanks for the tip

    Hi fizen, Thanks for the tip.

    @snay - I have edited my earlier post.

Bookmarks

Posting Permissions

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