Using HTML at wordpress.com

  • Unknown's avatar

    Is there any limit in using HTML at wordpress.com? Because I’m trying to use something like bordercolor, background…for table but it doesn’t work…

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Here is the support article about the code we can, and can not, use on wp.com:
    http://en.support.wordpress.com/code/

    I use colored borders and backgrounds all the time. Paste your code between backticks so we can take a look at it.
    Backtick is on the same key as tilde ~ next to the 1 /! key.

  • Unknown's avatar

    I tried to use this code:

    <body>
    <tr>
    <td>text text text text text text text text text text text text text text text text text text</td>
    </tr>
    </body>
    </table>

  • Unknown's avatar

    Sorry, I made mistake, this’s the code I was trying to use:

    <body>
    <tr>
    <td>text text text text text text text text text text text text text text text text text text</td>
    </tr>
    </body>
    </table>

  • Unknown's avatar

    First, I’m really sorry, I don’t want to spam or something, but I don’t know why it keeps missing the “t” at “</tbody>

  • Unknown's avatar

    Don’t know. Maybe it is because you are not pasting the code between backticks.
    Anyway, you need to use styles for background. And bg is deprecated. I added some padding around the text, but you can take it out if you don’t like it.

    <table style="background-color:white;background-image:url('http://i302.photobucket.com/albums/nn115/yeu_tinh_bong_toi/EnglishRose.jpg');border:2px solid #40bea2;padding-left:6px;padding-right:6px;">
    <tr>
      <td>text text text text text text text text text text text text text text text text text text</td>
    </tr>
    </table>
  • Unknown's avatar
  • The topic ‘Using HTML at wordpress.com’ is closed to new replies.