html basix - html tutorial for the beginner. Html code generators including colored scrollbar, colored link mouseover, meta tag generator, list generator,forms generator, email form generator, popup window generator, tables generator, javascript banner rotator generator, link status hider, form styles generator, bookmark page generator, set homepage code generator, javascript alert generator, htaccess images generator, frames generator and mouse trails generator.




Htaccess code generators Code generators Tutorials
Google
Web
HTML Basix


Free Websites
Html Tools
Free Clipart
Tell a Friend Scripts

Online and offline code generators



HTMLBasix fully recommends Hostmonster as your host of choice.
Masses of space, transfer (yes, that's 15 TB!!!), great uptime. All for a VERY affordable price!
Borders  width  cellpadding  background images  rowspan 
alignment  height  cellspacing  background colour  colspan 


Table Attributes


continued...

Background Images

You can set your whole table to have a background image, or just the individual data cell. If you put the background image in the data cell, then you could set each cell to have a different image.


using table background images

<table width="200" height="200" background="clover.gif">
<tr>
<td>
first cell
</td>
<td>
second cell
</td>
</tr>
</table>
putting the background in the entire table if you have multiple cells, the background still covers them all.




using td background images

<table width="200" height="200">
<tr>
<td background="clover.gif">
first cell
</td>
<td>
second cell
</td>
</tr>
</table>
putting the background into a data cell if you have multiple cells, the rest aren't affected by the background



using multiple td background images

<table width="200" height="200">
<tr>
<td background="clover.gif">
first cell
</td>
<td background="stained_glass_spirals.jpg">
second cell
</td>
</tr>
</table>
putting the background into a data cell you can set different backgrounds in each data cell



mixing table and td background images

<table width="200" height="200" background="engravedflowers.gif">
<tr>
<td>
first cell
</td>
<td background="stained_glass_spirals.jpg">
second cell
</td>
<td>
third cell
</td>
</tr>
</table>
this data cell has no background set so it has the table background showing through this data cell has a background specified this data cell has no background set so it has the table background showing through


Background Colour

using table background colours

<table width="200" height="200" bgcolor="#ff0000">
<tr>
<td>
first cell
</td>
<td>
second cell
</td>
</tr>
</table>
setting the background colour in the entire table if you have multiple cells, the background colour still covers them all.



using td background colours

<table width="200" height="200">
<tr>
<td bgcolor="#ff0000">
first cell
</td>
<td>
second cell
</td>
</tr>
</table>
putting the background colour into a data cell if you have multiple cells, the rest aren't affected by the background colour of another cell



using multiple td background colours

<table width="200" height="200">
<tr>
<td bgcolor="#ff0000">
first cell
</td>
<td bgcolor="#c0c0c0">
second cell
</td>
</tr>
</table>
putting the background colour into a data cell you can set different background colours in each data cell



mixing table background colours and td background colours

<table width="200" height="200" bgcolor="#ff0000">
<tr>
<td>
first cell
</td>
<td bgcolor="#c0c0c0">
second cell
</td>
<td>
third cell
</td>
</tr>
</table>
this data cell has no background colour set so it has the table background colour showing through this data cell has a background colour specified this data cell has no background colour set so it has the table background colour showing through



mixing background colours and background images

<table width="200" height="200" bgcolor="#ff0000">
<tr>
<td>
first cell
</td>
<td background="clover.gif">
second cell
</td>
<td bgcolor="#c0c0c0">
third cell
</td>
</tr>
</table>
this data cell has no background colour set so it has the table background colour showing through this data cell has a background specified this data cell has a background colour set




Site Stats     
VisitorsPageviews
Total: 4,090,988 Total: 12,128,065
Today: 1,738 Today: 4,606
Yesterday: 2,890 Yesterday: 7,726
Past Month: 89,590 Past Month: 239,506

2,900 visitors in the last 24 hours
This page has been visited 9,932 times
There are currently 17 visitors online
click to see where
most people online at once:
77 visitors on 04/05/2007
   You beaut











This site is © HTML Basix 2003 - 2006