I wrote my layout using <div> but then in my main body <div> I inserted a table to organize my items in it. However, now the table is pushing everything to the left by 5px or so.

Without the table it moves back correctly, but I need the organization.

another issue I have is that I have <div id="body">, which is the center white part where all my text and stuff goes (red at the moment, as seen in the pics so I can see it), and then inside tag that I put <div id="main-bodycol">
however my container doesn't stretch all the way to the bottom encompassing everything as I need it to to create a white background

Without the table it moves back correctly, but I need the organization.

another issue I have is that I have <div id="body">, which is the center white part where all my text and stuff goes (red at the moment, as seen in the pics so I can see it), and then inside tag that I put <div id="main-bodycol">
however my container doesn't stretch all the way to the bottom encompassing everything as I need it to to create a white background
Comment