|
Posted by Mark Parnell on 07/03/06 01:49
Deciding to do something for the good of humanity, rigby4
<rigby4@sbcglobal.net> declared in alt.html:
> I'm trying to change the background of a table. Do I HAVE to link to a
> website, or can I just plug in a .jpg file? If I can just add the .jpg file,
> do I put it into the same field?
Sorry, your question doesn't make sense. I don't know what you mean
about putting it "into the same field", or what a link has to do with
it.
However, you can certainly use an image as the background for the table
(which *is* only being used for tabular data, isn't it?). Just add the
following to your CSS:
table { background-image: url('path/to/my/image.jpeg');
> Almost anyone knows more about this than I do
http://htmldog.com is a good tutorial site.
--
Mark Parnell
My Usenet is improved; yours could be too:
http://blinkynet.net/comp/uip5.html
[Back to original message]
|