Fix table space in blogspot

Solution 1

Put this in the html code before create your table,


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


and put this at the end of the table,


</div>


Source: www.bloggertipsandtricks.com



Solution 2

Steps.
1. Just go ahead and create your table in your blogspot. let them create the <br/>
2. once you publish the blog, open in a new window
3. go to that window and View source. copy the HTML content of the table into a text pad or notepad.
4. on the menu of notepad select Replace
5. in Find what type "<br/>" as how they are in the table
6. in Replace with just add a space bar
7. then replace all.
8. Go to Edit Post of your blog and copy this table HTML and replace it with your actual Table HTML of your blogspot.

0 comments:

Post a Comment