Click here to get back home

How do you make a table background cover whole table

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
How do you make a table background cover whole table Danny 08-03-2004
Posted by Danny on August 3, 2004, 9:49 pm
Please log in for more thread options
I have a 90 by 40 graphic. I would like to make this a background in my
table so this nice backround will cover the whole table like painting it
etc. no matter how big or small I make it. Right now, it is showng just
the image.

How do I do this?





Posted by Kris on August 4, 2004, 12:05 am
Please log in for more thread options

> I have a 90 by 40 graphic. I would like to make this a background in my
> table so this nice backround will cover the whole table like painting it
> etc. no matter how big or small I make it. Right now, it is showng just
> the image.

In your <head></head> section, add some CSS (Cascading Style Sheets,
powerful stuff):

<style type="text/css">

table {
color: #000;
background: #fff url(pathtoimage.jpg);
}

</style>

Alternatively, you can put these style rules into a separate file and
refer to that file from your HTML document. You can refer to the same
document from all of your HTML files, essentially dictating the looks on
your entire site by only adding to one file. But that goes a bit beyond
the basics I showed above. Let us know if you are interested and the
good folks here will help you on your way with links to good CSS
tutorials.

--
Kris


Similar ThreadsPosted
Cannot print table background color May 30, 2005, 4:27 am
Setting an image as background to a table cell. September 27, 2005, 5:54 pm
Printing table cell background colors? June 10, 2005, 4:24 pm
how make this table looks in IE like FF? September 6, 2005, 12:26 am
make style on grids of table January 26, 2005, 5:32 pm
make a table a link without javascript? August 8, 2006, 10:38 am
HT make table data cells equal in width? May 9, 2007, 9:00 pm
[newbie] client side jscript for a table inside a table March 24, 2005, 8:01 am
How to eliminate space between table border and table contents? December 6, 2005, 1:22 am
How to make background img fit June 28, 2006, 10:01 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap