do you know how to solve the gap between two tables. Following is the solution i described here. Actually i have collected this information from different sources and explained it in a very simple manner.
Problem Occurrence:
1.when you try to arrange images side by side in table class
2.when you try to post two table side by side or one upon another
3.when you try to arrange data or images or embed mp3,videos in table cells.
ex:-

Solution:-

<style type="text/css">.nobrtable br { display: none }</style>
your data here

Step2:-paste the following code before your table code starts.
<div class="nobrtable">
your table code

Step3:-paste the code below your table code ends.
</div>


Tags:
0 comments:
Post a Comment