View Full Version : uh-oh i think i did sumthin wrong!!


xlatinprincess6
07-28-2003, 02:52 PM
hey i used this code : <style type=text/css><!-- body{border-right:#FFFFCC 25px outset;border-left:#FFFFCC 25px outset;border-top:#996633 25px outset;border-bottom:#996633 25px outset} //--></style> and for sum reason the border came out alot more colors! if u wanna see go here: www.xanga.com/sweet_kissez_07!! pleeze help!! =-(

squirrel324
07-28-2003, 07:02 PM
Well you can use this code if your lookin for a border with one solid color. I hope that helps.

<style type="text/css">
body {
border-style: solid;
border-top-width: 30px;
border-bottom-width: 30px;
border-left-width: 30px;
border-right-width: 30px;
border-color: 00FFCC;
</style>

all you have to do is change the values, and the color to get it the way you want

xlatinprincess6
07-29-2003, 01:48 AM
hey thanx alot that helped =-)