<body>
<div style="position :absolute; left:0px; top:0px; width:780px;
height:42px; ">
<img src="images/CW---Webpage_01.png" width=780 height=42>
</div>
<div style="position :absolute; left:0px; top:42px; width:52px;
height:488px; ">
<img src="images/CW---Webpage_02.png" width=52 height=488>
</div>
</body>
How do I make this appear in the center of the page so it will work on
different screen widths. I know you can do it with tables, but I'd
like to use CSS.
Thanks
<div style="position :absolute; left:0px; top:0px; width:780px;
height:42px; ">
<img src="images/CW---Webpage_01.png" width=780 height=42>
</div>
<div style="position :absolute; left:0px; top:42px; width:52px;
height:488px; ">
<img src="images/CW---Webpage_02.png" width=52 height=488>
</div>
</body>
How do I make this appear in the center of the page so it will work on
different screen widths. I know you can do it with tables, but I'd
like to use CSS.
Thanks
Comment