how to center a background picture of table ?

A

Ahmed

I make a table with one cell
and i want to but a background picture at the center of the cell
 
M

Mike Mueller

CSS my friend, CSS

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