Forum Moderators: open
I make a good looking background (I edit a picture) with place for my text. I put my background in a table 750x500 and I align the text for it.
Now my problem is it takes +- 5 seconds to load that image.. meanwhile my screen is black (black background black text)
SO i want to slice my image. I know how to slice but how can I have multiple parts as a background...
I'm thinking about putting pieces in the td tag but td background = not valide html....
How would you solve this problem?
<td style="background-image:url([path to image]);">[cell content]</td>
Place the path to your image inside the parens, without any quotes surrounding it.