When I put Div tags into my site they always align with the browser.
The usual attributes I attach are (absolute, width 100%, etc). Would having the width at 100% account for this error? It makes sence because 100% being the browser width, and as you shrink the browser window (resize it) the div tag will align with the browser.
Is there a way I can align the div tag with a container div tag? Or is there another way to fix the div tag's content?
Thank you.