|
| ||||||||||
| Tags: html language, image, table data, td background image, web page |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| TD background image
|
|
#2
| ||||
| ||||
| Re: TD background image Code: <STYLE TYPE="text/css">
<!--
.deepsea, .deepsea TD, .deepsea TH
{
background-image: url('table.gif');
background-color:blue;
color:white;
font-family: Ariel;
font-weight:700;
}
-->
</STYLE> |
|
#3
| |||
| |||
| Re: TD background image
Try this code for td background image : Code: <table> <tr> <td background="tableimage.gif"> Left-Side Column </td> <td> Right-Side Column </td> </tr> </table> |
|
#4
| |||
| |||
| Re: TD background image
You can create attractive table using background images. Table background colors are your most reliable option like image. Code: <TABLE BORDER="3" CELLSPACING="0" WIDTH="80%"
STYLE="background-image:
url('table.gif'); border:
2 ridge #800000"> |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "TD background image" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to set different background image for HTC Incredible S | Purujeet | Portable Devices | 6 | 29-11-2011 09:54 PM |
| Background image for xdm | Maya Angelou | Windows Software | 4 | 22-04-2010 10:04 AM |
| Centering Background Image In Css | beelow | Software Development | 3 | 07-08-2009 01:19 PM |
| Background image on a site | Conner | Software Development | 4 | 27-02-2009 10:33 AM |
| Background image is repeated | Jkbaseball | Customize Desktop | 8 | 22-10-2008 02:25 PM |