View Single Post
  #2 (permalink)  
Old 10-29-2005, 06:11 PM
ADAM Web Design's Avatar
ADAM Web Design ADAM Web Design is offline
WebProWorld 1,000+ Club
 
Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,181
ADAM Web Design RepRank 1
Default

Could you define what you mean by "shared" borders? Do you mean a border between two table cells or two rows or two divs on a page? Do you mean a border around cells/divs/etc?

if so, the border itself should make no difference whatsoever. It's just a decoration.

If you need to use borders, use the CSS properties for borders and put them into a .css file. That way, the pages themselves will have no border code and you'll have your layout clearly defined.
Reply With Quote