Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Website Creation, Design & Maintenance > Website Design > HTML

HTML Discuss about HTML designing problems here or help others with their HTML designing issues.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-12-2009, 10:27 AM
realistic realistic is offline
Senior Member
 
Join Date: Oct 2008
Location: London
Posts: 254
realistic is on a distinguished road
Arrow Image Background for html tables

Html tables can contain image background, colored background and borders of different size. This is the example:

<TABLE BORDER="0" CELLPADDING="4" ALIGN="Center" WIDTH="50%">
<TR>
<TD BACKGROUND="bg.gif" WIDTH="10%"></TD>
<TD BGCOLOR="#EAE8E8"></TD>
</TR>
</TABLE>
__________________
Innotek 4100| Executive Coaching
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 03-22-2010, 08:19 AM
kris kris is offline
Senior Member
 
Join Date: Dec 2009
Posts: 108
kris is on a distinguished road
Thank you for sharing about your code.it's help me a lot.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 06-05-2010, 06:50 AM
lukepedru lukepedru is offline
Junior Member
 
Join Date: Apr 2010
Posts: 22
lukepedru is on a distinguished road
HTML tables are displayed within a web page to neatly align content. They can contain image backgrounds, colored backgrounds, borders of different sizes, and an unlimited number of rows and columns.
Example Code:
<table border=1 bgcolor=green>
<tr>
<td>
This is a row a column
</td>
<td>
This is a row b column
</td>
</tr>
<tr>
<td>
This is b row a column
</td>
<td background="……..jpg">
<br><br> Nice background
</td>
</tr>
</table>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 06-25-2010, 12:35 AM
riaviente riaviente is offline
Member
 
Join Date: Jun 2010
Posts: 41
riaviente is on a distinguished road
Send a message via Yahoo to riaviente
Default Thank you

Quote:
Originally Posted by realistic View Post
Html tables can contain image background, colored background and borders of different size. This is the example:

<TABLE BORDER="0" CELLPADDING="4" ALIGN="Center" WIDTH="50%">
<TR>
<TD BACKGROUND="bg.gif" WIDTH="10%"></TD>
<TD BGCOLOR="#EAE8E8"></TD>
</TR>
</TABLE>
Thank you for sharing, realistic. This post is really helpful. I am starting to love this site.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 06-28-2010, 05:37 PM
malkyb malkyb is offline
Member
 
Join Date: Jun 2010
Posts: 29
malkyb is on a distinguished road
Some of the more advanced CMS systems allow you to set a background straight from the editor. The newer versions of DNN allow this, set individual borders / shading & all sorts!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 11-11-2010, 07:32 PM
craig.johnson84 craig.johnson84 is offline
Junior Member
 
Join Date: Nov 2010
Posts: 15
craig.johnson84 is on a distinguished road
You can use CSS to do this but you have to be very careful when using it. When using CSS, it is easier to make changes on your site.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 11-12-2010, 11:47 AM
Pandadan Pandadan is offline
Member
 
Join Date: Nov 2010
Posts: 49
Pandadan is on a distinguished road
can you share the sites with implement of this method?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 02-27-2011, 06:29 PM
ross88online ross88online is offline
Member
 
Join Date: Feb 2011
Posts: 31
ross88online is on a distinguished road
I have tried it when I was learning.But today I learnt it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 05-21-2012, 06:55 AM
mtrick mtrick is offline
Junior Member
 
Join Date: Apr 2012
Posts: 22
mtrick is on a distinguished road
you can use this

<table style="background:url('path); border 2px #000000 solid"><tr><td></td></tr></table>
__________________
Sports supplements |Saronic Islands
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 05-21-2012, 08:28 AM
dagnyjbarber dagnyjbarber is offline
Senior Member
 
Join Date: Feb 2012
Location: USA
Posts: 285
dagnyjbarber is on a distinguished road
different options are there. you can use anyone. depend on the requirement.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 06-07-2012, 10:27 AM
brianwilson085 brianwilson085 is offline
Member
 
Join Date: Jun 2012
Posts: 30
brianwilson085 is on a distinguished road
<table style="background-color:lightblue;">
<tr style="background-color:blue;color:white;">
<th>Table header</th><th>Table header</th>
</tr>
<tr>
<td width="20%">Table cell 1</td><td style="background-color:lightgreen;">Table cell 2</td>
</tr>
</table>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 11:05 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.