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