Results 1 to 2 of 2

Thread: how to dram line around table??

  1. #1
    Join Date
    Nov 2006
    Posts
    16

    how to dram line around table??

    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??

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    Try
    <div style="border: 3px solid black;">......</div>
    or
    <table style="border: 3px solid black;"><tr><td>.....</td></tr></table>
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •