Here is the CSS I am currently using...
<style type="text/css">
.widediv{width:1366px;margin-left:auto;margin-right:auto}
</style>
This CSS code helps me create my webpage :
<body><div class="widedivv">
<!-- Content goes here -->
<div style="background-color:#609ED2"> <!-- More content --> </div>
</div></body>
However, with a screen size of 1600*900px, I think there might be a better way to achieve what I want :
Is there a way to extend the color of the div all the way to the left edge of the screen/page?
Currently, there remains a white margin on the side, which has a width of:
(ScreenWidth-1366)/2