Then in your css:
#content {
width:100%;
}
or for more control:
#content {
min-width:500px;
max-width:1000px;
}
In HTML, is there a way to make a webpage expand to the user\'s monitor? Like say I have a 15inch, but someone else has a 24 inch. The webpage would be small on their screen,