Forum Moderators: not2easy
And in my HTML I use this Div to construct a header: <div id="img">
<img src="img/head_girl.jpg" height="74" alt="">
</div>
This places the jpg image on the left hand side(and a background color, via the CSS), but now a client wants a banner positioned in the middle.
Because of the large number of pages, I don't want to change the HTML, but just change the CSS above to cause the image to centre - what is the best way to achieve that please.
Cheers,