Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links


TD background image

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 18-11-2009
Member
 
Join Date: Apr 2009
Posts: 79
TD background image

Sponsored Links
I have created a web page using html language and i have inserted two table with red color as background. Now i am looking for code in html which allow me to put image in table. Any command like td background image which insert image in to table data.

Reply With Quote
  #2  
Old 18-11-2009
Zecho's Avatar
Member
 
Join Date: May 2008
Posts: 2,278
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>
Reply With Quote
  #3  
Old 18-11-2009
Member
 
Join Date: Jan 2009
Posts: 199
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>
Reply With Quote
  #4  
Old 18-11-2009
Member
 
Join Date: Dec 2008
Posts: 177
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">
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


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


All times are GMT +5.5. The time now is 01:28 AM.