Handy Stuff
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
Home
Beginner's Html
Server Side Includes
Fonts
Tables
Frames Explained
Earn With Your Website
Favicon Icons
Cgi Errors Help
Create DHTML Menu
NEW!!
Install Oracle Repository
Worth a Look
Pammy's Wavs
Webmaster Links
Website Promotion
Url Forwarding
Website Templates
Submit Url
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
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
Web
HTML Basix
Free Websites
Html Tools
Free Clipart
Tell a Friend Scripts
Sponsor Spot
How to: Hair removal
Treating Acne Naturally
Your Ad Here
Code Generators
Popup Window
Link MouseOvers
Image Mouseovers
Drop Down Menu
Coloured Scrollbar
Meta Tag Creator
List Maker
Email Form Creator
Basic Table Maker
Advanced Table Maker
Page Table Maker
Banner Rotator
Mouseover Status Hider
Form Styles
Bookmark Page Code
Set Homepage Code
Javascript Alerts
SSI Tag Maker
Mouse Trails
Frames Maker
Marquee Maker
Font Magic
Link Magic
Applet Generator
Url Forwarding
Stylesheet Creator
i-Frame 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 Rotator
Disable Right Click
Htaccess Generators
Disable Hotlinking
Password Protecting
Custom Error Pages
Block Users From Your Site
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
Next:
Setting your tables out exactly how you want them
Site Stats
Visitors
Pageviews
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
This site is © HTML Basix 2003 - 2006