Using HTML at wordpress.com
-
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)
-
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. -
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> -
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> -
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>
-
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> -
- The topic ‘Using HTML at wordpress.com’ is closed to new replies.