PDA

View Full Version : how to dram line around table??



yunakokimama
21 Nov 2006, 12:32 PM
There is line around table or Div.
You can see the line around table in this web. How can I show line?
I setup CSS in dreamweaver 8, ( BORDER Pixel 3, solid), but it doesn't show any line. WHY??

Wickham
21 Nov 2006, 01:05 PM
Try
<div style="border: 3px solid black;">......</div>
or
<table style="border: 3px solid black;"><tr><td>.....</td></tr></table>