Cell Background

C

chip

I'm looking for a little help. Is there a way to add a background image to a
cell so that it appears only once and does not repeat as the cell grow
longer. Any suggestions on a script that will do this would be appreciated.
Thanks
 
M

Murray

Certainly there is. Use CSS to prevent it from tiling -

..special { background-image:url(foo.gif); background-repeat:no-repeat; }

....

<td class="special">no tiling background image here</td>
 
M

MD Websunlimited

Hmm, I have a page that I've tried this on and it does not work and the reason for my question and answer.
 
M

Murray

Look at my code. It's quite simple.

I take it you see the vertical, then center aligned, then horizontal
repeating background?
 
M

MD Websunlimited

I fully understand the code and what it does. What I don't understand is why it does not function locally. I play with it a little
while.
 

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

Top