I previously created bills in Word using text boxes for positioning.
I now want to make the bills as web pages but I am having a slight difficulty lining up different regions.
The spaces between the div regions is not even.
Printable View
I previously created bills in Word using text boxes for positioning.
I now want to make the bills as web pages but I am having a slight difficulty lining up different regions.
The spaces between the div regions is not even.
This page has the answers!
http://www.quirksmode.org/css/clearing.html
Code:div.container {
border: 1px solid #000000;
overflow: hidden;
width: 100%;
}
FYI, If you are taking advice from Quirksmode.org you must either be using a dodgy browser or your HTML markup is bad ;)