how to center a background picture of table ?

  • Thread starter Thread starter Ahmed
  • Start date Start date
A

Ahmed

I make a table with one cell
and i want to but a background picture at the center of the cell
 
CSS my friend, CSS

<table style="background: url('imagename.png') no-repeat fixed center">
 
Back
Top