Fix Large White-Space Post Table [Simple Trick blogger]

By Dmoon on 03:41

Write In Categories: , ,

White space will appear when you creat table on your post, more rows more larges white space,

how this could happens and
how to avoid large white space when you post table on blogger,

Pliss Continiue read this Post.


How this could happens

Large white space come apears on your post when your creat table[s] 'coz& blogger auto generated tag </ br> before Your Table as hidden tag, how much tag </ br> will generated before your table is calculated by rows of your table

How to avoid large white space when you post table

Deafault table code 

<table>
<tr>
<td>EX. Your Content1</td>
<td>EX. Your Content2</td>
</tr>
<tr>
<td>EX. Your Content3</td>
<td>EX. Your Content4</td>
</tr>
</table>


To avoid Large white space you must change 2 part

open tag

<table>

be like this

<style type="text/css">.nobrtable br { display: none}</style>
<div class="nobrtable">

<table>
<tbody>


close tag

</table>

be like this


</tbody>
</table>
</div>


So your Codes be like this


<style type="text/css">.nobrtable br { display: none }</style>
<div class="nobrtable">
<table>
<tbody>

<tr>
<td>EX. Your Content1</td>
<td>EX. Your Content2</td>
</tr>
<tr>
<td>EX. Your Content3</td>
<td>EX. Your Content4</td>
</tr>
</tbody>
</table>
</div>


This Trik 100% Working See This Live PreView KLIk Me

4 comments for this post

bener banget hehehe.....berkunjung lagi yaa..

Posted on 19 March 2009 at 09:49  

berkunjung sore teman...

Posted on 20 March 2009 at 02:42  

halo bro.. nice tips..

Posted on 21 March 2009 at 11:49  

wow wow

Posted on 3 April 2009 at 10:44  

Post a Comment

This Article Is usefull ?
Please Tell Us Via This Comment Form
YOUR COMMENT I FOLLOW
Comment Post Enable For Anyone Without Verification Codes :)