Results 1 to 2 of 2

Thread: HTML newbie - needs help please!

  1. #1
    Join Date
    Oct 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HTML newbie - needs help please!

    Can anyone help please. I need a html code for a ridge style border. I found one on dynamicdrive.com about 2 years ago, but can't seem to find a section anywhere now featuring borders. You could choose the colour and the border width, (pixels), as well as the border style. Can anyone let me know where I can find this section, or help me with the html code? Thanks in advance.

    Regards
    Tony Brown

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Use css:

    Code:
    <div style="border:2px ridge black;">
    Whatever
    </div>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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