Saturday, June 14, 2008

Extra lines in table

Have you ever tried using table in your blog?
Did you get any problem? Some extra lines gets inserted before table in you blog.
When you create a table, you most likely create some code a bit like this:

When you create a table, you most likely create some code a bit like this:


<table>
<tr>
<td>foo</td>
<td>bar</td>
</tr>
</table>


Then Blogger automatically turns all those extra line breaks into
tags.

If you enter the table code on one line, like below
<table><tr><td>foo</td><td>bar</td></tr></table>

Extra lines gets removed from your post.

Reference
Remove extra lines

Online Tool to Remove extra lines

No comments:

Post a Comment