Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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?

#79689

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>

;)