View Full Version : Page Border?


Dwnlddude
07-09-2004, 01:47 AM
how would i make a page border like the one on this page? www.taunting-kiss.tk (http://www.taunting-kiss.tk) ???? :lolol:

kittycat
07-09-2004, 03:26 AM
<style type="text/css">
body { border: 10px solid #FF0000; }
</style>
You can change the width, style and colour to what you want.

aerofine
07-09-2004, 04:26 AM
Cool :)
I know this is very basic, but where can I find the codes for the various colors?
Thanks :cloud:

lefty
07-09-2004, 04:28 AM
http://www.lissaexplains.com/color.shtml ;)

Dwnlddude
07-09-2004, 04:39 AM
thanks :P

Dwnlddude
07-09-2004, 04:48 AM
but but but... how do I do it w/ frames? it will not show up w/ frames... lol

Dwnlddude
07-09-2004, 04:54 AM
but but but... how do I do it w/ frames? it will not show up w/ frames... lol

nevermind :P i got it :P see... no advertising

Thanks :waving:

aerofine
07-09-2004, 05:10 AM
Thanks :waving:

rockmachickenzz
07-09-2004, 03:30 PM
<style type="text/css">
body { border: 10px solid #FF0000; }
</style>
You can change the width, style and colour to what you want.
What are the styles you can use for frames?

kittycat
07-09-2004, 04:31 PM
dotted, dashed, solid, double, groove, ridge, inset, outset
Those are all the different types, they all should work.