CSS Borders

Pretty much the easiest!

img {
border: 1px #ffffff solid;
}

You can use:

img {
border: 1px #ffffff * ;

*=
Solid
Dashed
Dotted

}

You can also use these, but i prefer doing them all at once.

img {
border-width: 1px;
border-style: Solid;
border-color: #ffffff;
}

Set the position of the border!

img {
border-bottom: 1px #ffffff solid;
border-top: 1px #ffffff solid;
border-left: 5px #000000 solid;
border-right: 5px #000000 solid;
}

Outcome


Solid - solid border
Dashed - dashed border
Dotted - dotted border

1px - weight
This can be changed to your liking.

#ffffff - color
Can be changed..

Exit

View More

Validations and PR

Page Strength SEO Tool - SEOmoz.org

Valid CSS!

AddThis Social Bookmark Button

Copyrights

I have been working on a 1680x1050 resolution. I appologize if there is any size issues that you may have.

You should also use Firefox on this as it keeps the sharpness of the text, && more efficent of use. Download Firefox?

All images have copyrights and so does this website.
You have no permission to copy, edit and redistribute my work as your own.

07/2008 © FkpExceeder.com [Interface by Ange]