I have a page with 4 tabs. It's working. I happen to have a div for each tab. The end of the tab and beginning of the other looks like this:
.....
</div>
</form>
</div>
<div id=tabs-2>
.....
At the end of div before the end of a horizontal line from end to end, and if I put anything after that div and before ending the form, the line splits the controls. I have tried in several ways to remove this line and I could not. What should I do?