![]() |
|
Menu
Online Stores Search This Site
Custom Search
Miscellaneous |
Path = Home : HTML Design Tips : How To Add Image Backgrounds To Tables |
|||||||||
How To Add Image Backgrounds To Tables
You can add an image background to a table by adding background="image.gif" - where image.gif is the name of the image that you want to use. One background image for all the table<table width="460" border="1" cellpadding="5" cellspacing="0" background="image.gif">
The same image in each column<table width="460" border="1" cellpadding="5" cellspacing="0" background="image.gif">
A different image in each column<table width="460" border="1" cellspacing="0" cellpadding="5">
Different images in each column and row<table width="460" border="1" cellspacing="0" cellpadding="5">
|
||||||||||