Add a Colorful Border to Profile

This code allows you to add a border to profile. Cage the whole page under a colored border, you can also change the style of border, thickness of border, etc.
border-style value could be: dotted, dashed, solid, double, groove, ridge, inset, outset
Change thickness of each side’s border by changing ‘10′ to other value.
Change the border color by change f0618c to other code. You can get color code by using this Color Code Picker

Screenshots:

  • before:  
    thum11.gif
  • after:  
    thum12.gif

Instructions:

  1. Copy and paste the code into the end of ‘ About Me’
  2. <style>

    body{

    border-style:solid;

    border-top-width:10px;

    border-bottom-width:10px;

    border-left-width:10px;

    border-right-width:10px;

    border-color: f0618c;}

    </style>

  3. Save your editing and preview. Done. =)

Share/Save/Bookmark

Post a Comment or Leave a Trackback
seperator

5 Comments

  1. September 5, 2007 at 1:32 pm | Permalink

    wats up people!

  2. September 15, 2007 at 9:38 am | Permalink

    thanks was hahaha,
    rofl;]
    was needed for my file

  3. October 29, 2007 at 1:15 am | Permalink

    Hello, very nice site, keep up good job!
    Admin good, very good.

  4. November 4, 2007 at 6:05 am | Permalink

    Hello, very nice site, keep up good job!
    Admin good, very good.

  5. February 3, 2008 at 7:41 am | Permalink

    Wowss this code haas well spiced my profile up ;).
    Thanks.
    x

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*