View Single Post
Old 11-27-2006, 06:18 PM   #2 (permalink)
chicgeek
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 18,316
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
They didn't use borders there; they utilize cellspacing on a white background.
Code:
<table border="0" cellpadding="2" cellspacing="1">
In dreamweaver, you can utilize that in the code view, or by using the CSS properties on the right.
If you wish to have a coloured border that is separate from your background colour, then consider:
Code:
<table cellpadding="2" cellspacing="0" style="border: solid 1px #000000;">
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
Always assume the presence of a belly button!
chicgeek is online now   Reply With Quote