Non-Repeating Table Background?

They have: 81 posts

Joined: Feb 2000

Stefen,

You can do this using CSS. I've seen two different approaches work, on two different pages.

The first simply created a generic class statement (applied to a <td> ):
.bkgd {background:url(somepic.jpg) #ffffff left top no-repeat;} .

The second required that the background image be placed inside a <div> within the cell, defined thusly:
div.background {background: url(somepic.gif) #ffffff center top no-repeat;} .

You can change the left to center or right, the top to middle or bottom to postion the image in the cell.

hth

Bimjo

Bimjo
Just my opinion, worth $0.00001 anywhere on earth.
======================
Bimjo's Corner

He has: 150 posts

Joined: Apr 1999

How do I make a background image in a table cell non-repeating?

Thanks

------------------

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.