Table with Background

B

Brett Baisley

Is it possible to have a table in HTML with a background image centered in
the table both vertically and horizontally?

This is what I have so far. It shows up fine and there is a pic in the
background, but it is tiled to fit the table. I want just the one image
centered if possible.

Thanks

<table id="Main" style="BORDER-COLLAPSE: collapse" bordercolor="#111111"
cellpadding="2" width="750" border="0" background="car.jpg" height="481">
 
B

brucie

Is it possible to have a table in HTML with a background image centered in
the table both vertically and horizontally?

yes but you shouldn't be using tables for layout

table{background:#FFF url(the-image.png) no-repeat center;}
 
B

Brett Baisley

What should I be using then?


brucie said:
yes but you shouldn't be using tables for layout

table{background:#FFF url(the-image.png) no-repeat center;}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top