Handy Stuff
New!! PHP Contact form generator
10,000 quality fonts
Movies for your Blackberry
Download 10GB website content
SSI Tag Maker
Font Magic
Link Magic
Code Generators
Home
Offline code generator
Visual Basic teacher resources
HTML Generators.com
See who's online
Eazy HTML
Image Reducer
Click here for image optimisation
Tutorials
Install Oracle Repository
Beginners Html Tutorial
Server Side Includes
Fonts
Tables
Frames Explained
Earn With Your Website
Favicon Icons
Cgi Errors Help
Create DHTML Menu
Worth a Look
Webmaster Links
Website Templates
Other Stuff
Users Online Script
Privacy policy
Link to HTML Basix
Webmaster Tools
Popup Colour Picker
Colour Chart
Websafe Colour Chart
Search Engine Submit
CodePunk's CSS Tutorial
Htaccess code generators
Code generators
Tutorials
Choose a generator
Block users from your site
Custom error pages
Disable hotlinking
Password protect pages
Password protect files
Choose a generator
------------
General Html
------------
Applet code generator
Drop down menu
Email form creator
Frames code maker
I-frame generator
List maker
Marquee code maker
Scrollbar in table
Sound on your webpage
Text 2 HTML
------------
Mouseovers
------------
Link mouseovers
Image mouseovers
------------
Tables
------------
Basic table maker
Advanced table maker
Page table maker
------------
CSS
------------
Coloured scrollbar
Glow/shadow text
Form styles
Stylesheet creator
------------
Javascript
------------
Banner rotator
Bookmark page code
Disable right mouse click
Javascript alerts
Javascript text/url rotator
Mouse trails
Mouseover status hider
Popup rotator
Popup window
Set homepage code
Status bar messages
Title bar messages
------------
Other
------------
Meta tag creator
Url forwarding
Page transitions
Cursor images
Set up a crontab
Choose a tutorial
Beginners html
DHTMLMenu tutorial
Earn with your website
Favicon icons
Fonts
Frames explained
Server side includes
Tables
Cgi errors
Search
Subscribe to the HTML Basix RSS feed.
Sponsor Spot
Code Generators
Popup Window
Link MouseOvers
Image Mouseovers
Drop Down Menu
Coloured Scrollbar
Meta Tag Generator
List Generator
Email Form Generator
Basic Table Generator
Advanced Table Generator
Page Table Generator
Banner Rotator
Mouseover Status Hider
Form Styles
Bookmark Page Code
Set Homepage Code
Javascript Alerts
SSI Tag Generator
Mouse Trails
Frames Generator
Marquee Generator
Font Magic
Link Magic
Applet Generator
Url Forwarding
Stylesheet Generator
iFrame Generator
Scrollbar in Table
Status Bar Messages
Javascript text/url Rotator
Page Transitions
Image Cursor Generator
Sound Code Generator
Crontab Code Generator
Font Filters
Title Bar Messages
Popup Window Rotator
Disable Right Click
PHP Contact Form Generator
Htaccess Generators
Disable Hotlinking
Password Protecting
Password Protect files
Custom Error Pages
Block Users From Your Site
HTMLBasix fully recommends
Hostmonster
as your host of choice.
Masses of space, transfer, 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
Next:
Setting your tables out exactly how you want them
Site Stats
Visitors
Pageviews
Total:
7,529,210
Total:
19,936,382
Today:
833
Today:
1,925
Yesterday:
1,445
Yesterday:
3,304
Past Month:
44,795
Past Month:
102,424
1,469 visitors in the last 24 hours
This page has been visited 2 times
There are currently 14 visitors online
click to see where
most people online at once:
120
visitors on
12/06/2010
This site is © HTML Basix 2003 - 2009