Home › Forums › CSS › How to allow a div with a bg-image to go negative left? › Re: How to allow a div with a bg-image to go negative left?
July 13, 2010 at 12:26 am
#79689
Member
Hello,
If you are not aware of <div> tag means, Please use table format for better solutions.
For the table please assign "align:center" for the attributes. So that the table will align center of the wrapper and you can use the div tag inside the
Code:
<table align="center"><tr><td align:center><div>some content here</div></td></tr></table>