Results 1 to 10 of 10
  1. #1
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default What's the css for this?

    Well I was on a site and saw they had a funky border on all there tables/divs and I was just wondering what's the code for it? (they aren't images)


    (the blue line)

  2. #2
    Join Date
    Apr 2006
    Location
    UK
    Posts
    4,830
    Tokens
    0

    Latest Awards:

    Default

    You can get it on an addon for dreamwever.

    Need a domain but dont have paypal... not to worry. You can purchase a domain via text or home phone at XeoDomains.mobi.

    (X Moderator)
    AKA Cheekykarl

  3. #3
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Quote Originally Posted by Cheekykarl View Post
    You can get it on an addon for dreamwever.
    Yes but I don't have dreamwever nor any other program.

  4. #4
    Join Date
    Apr 2006
    Location
    UK
    Posts
    4,830
    Tokens
    0

    Latest Awards:

    Default

    What colour do you want and il download the addon and get the CSS for you.

    Need a domain but dont have paypal... not to worry. You can purchase a domain via text or home phone at XeoDomains.mobi.

    (X Moderator)
    AKA Cheekykarl

  5. #5
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Quote Originally Posted by Cheekykarl View Post
    What colour do you want and il download the addon and get the CSS for you.
    Blue please

  6. #6
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    border: 1px dotted #0066CC;

  7. #7
    Join Date
    Jul 2007
    Location
    Swindon
    Posts
    990
    Tokens
    125

    Default

    tomm beat me ;o

    <style type="text/css">
    <!--
    .border {
    border-style:dotted;
    border-collapse:collapse;
    border-color:#00CCFF;
    border:1px;
    }
    -->
    </style>

  8. #8
    Join Date
    Apr 2006
    Location
    UK
    Posts
    4,830
    Tokens
    0

    Latest Awards:

    Default

    Yes its,

    border-style:dotted;
    border-collapse:collapse;
    border-color:#00CCFF;
    border:1px;

    Use Eccentric's.

    Need a domain but dont have paypal... not to worry. You can purchase a domain via text or home phone at XeoDomains.mobi.

    (X Moderator)
    AKA Cheekykarl

  9. #9
    Join Date
    Jul 2007
    Location
    Swindon
    Posts
    990
    Tokens
    125

    Default

    happy to help

  10. #10
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Ty all , +rep to all

Posting Permissions

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