Hey I have the following code:
I want the DIV to be centered, as its only 578px wide, how can i do so whilst keeping the content text left, everything i try centers everything...
Please Help...
Make Sense? I hope so (-:
Code:
<div id="content">
<img src="/images/main05/head1.jpg" alt="" height="60" width="578" /><br />
<img src="/images/main05/head2.jpg" alt="" height="60" width="578" /><br />
<img src="/images/main05/head3.jpg" alt="" height="60" width="578" /><br />
<img src="/images/main05/head4.jpg" alt="" height="60" width="578" /><br />
<p>Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field.</p>
<p><a href="#">Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field, Left-Field.</a></p>
<p></p>
</div>
Please Help...
Make Sense? I hope so (-: