I have included a link to a screenshot of my output in a browser:
http://i34.photobucket.com/albums/d129/konvict215/helpme.gif
Why is it that the element will not stretch totally “100%” across the screen? How do I get it where there is no space on the left or right side of the element?
Here is the CSS for the element:
#flashsection{
width: 100%;
background: #fff;
}
Here is the HTML for the element
<div id="flashsection"> I cannot get this element to stretch across the entire window....<br>I cannot get this element to stretch across the entire window....<br>I cannot get this element to stretch across the entire window....<br>I cannot get this element to stretch across the entire window....<br>I cannot get this element to stretch across the entire window....<br>I cannot get this element to stretch across the entire window....<br>I cannot get this element to stretch across the entire window....<br> </div>
Please help me out…