The div container doesn't hold the width of inner elements.
When I use a <div> element to create a wrap for my website in Visual Studio 2012, the table, or other elements such as other <div> or <p> tags, etc. within it are always extending beyound the width of the wrap <div> element. Why is that? I thought the elements containd within a <div> tag should be held to the rules applied to the main <div> tag. Can anyone help me out?
|