Forum Discussion
AlphaCr8tive
Nov 18, 2021Copper Contributor
Keep getting white space while div is floated.
Hello, Thanks in advance for reviewing my white space problem. I have a relatively simple asp.net site that has floating div's to store the tree view. The problem is the container div for the tre...
dgtvan
Dec 23, 2021Copper Contributor
You have to review the rendered html source code (With Google Chrome browser, press F12, select tab Elements).
1/ Is there anything unintentionally inserted between your two divs?
2/ Review CSS attributes (Padding, Margin). Many elements have a default padding, margin greater than 0.
1/ Is there anything unintentionally inserted between your two divs?
2/ Review CSS attributes (Padding, Margin). Many elements have a default padding, margin greater than 0.