|
Boxes on Web Pages
Boxes can be achieved
in a variety of ways. Two of these are shown on this page.
(1) Give the underlying
table a border and make it the same colour as the background
to the table.
Overide the colour with a darker one for your cell and this
will give you a box. This doesn't work well with cells that
but up against each other and have different colours!
(2)
Overlay a table onto the base table(don't overlap the sides).
Give this a black border of 1. Insert a cell into the table
and you have a box
(3)
Overlay two tables. Give the first a black background and
no border.
Make the second table in standard view. (make this 100% with
one row and one column, a cell spacing of 1and a black border
of 1. You now have a double border as here.
(4)
Create a cell to hold the box and colour it black (or whatever).
Insert a table into the box with the following characteristics
(100%, 1px spacing and 5px padding) Colour the cell in the
table with an appropriate light colour.
See
examples of this on Boxes Page
|