NeerPatel
NeerPatel

Reputation: 863

HTML/CSS Background of table question

I've got a table#Content which has a background that extends beyond it's horizontal bounds. I've sliced up the the backgrounds and made a table#Main, with td#Left, td#Content (which contains table#Content), and td#Right. I've set the backgrounds into the td#Left and td#Right, positioned correctly.

[update] I'm open to directions towards a div solution.

[update2] I'm going to rephrase the question. How do I make 3 columns fill the screen, with 2 outer columns be auto/% and have the middle one be 912px.

Upvotes: 0

Views: 91

Answers (1)

Shane
Shane

Reputation: 1603

For the table and margin: 0 auto; to center it if that doesn't work put a surrounding div with that style in it along with a width....

The table background just add background:url(...) center center ;

I'd give you an example but I'm on my phone

Upvotes: 1

Related Questions