Create tables with colors, without spaces or
lines between them.
This
is another simple trick that will create tables with vivid colors but
without any lines or spaces between them.
It will give you something like this:
|
THIS TABLE IS OUR
TITLE AREA
|
In this example, the black region above is one table, and this table
contains this text. By setting CELLPADDING, BORDER, and CELLSPACING all
to 0 (ZERO), I can get a clean result!
|
Here is the source code to create
this effect. Just change the table size,colors and text to fit your
page. Don't change the cellspacing,cellpadding or border or it will
change the effect.
|