xanga border, around the whole page |
xanga border, around the whole page |
Apr 9 2005, 08:28 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 349 Joined: Apr 2005 Member No: 124,513 |
i put diff colors on each side but it comes out as 1 color,I had the border style set as solid with each side at 25 px in size, of course since it wont work i have it as groove now help plz
|
|
|
|
![]() |
Apr 9 2005, 08:30 PM
Post
#2
|
|
|
mmmhm? ![]() ![]() ![]() Group: Member Posts: 59 Joined: Nov 2004 Member No: 64,028 |
did u set it right?
|
|
|
|
Apr 9 2005, 08:37 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Dec 2004 Member No: 74,821 |
mebe its the code...show it pleez
|
|
|
|
Apr 9 2005, 09:02 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 349 Joined: Apr 2005 Member No: 124,513 |
[CODEBOX]
<style type="text/css"> BODY{border-style:Groove; border-top-width: 25px; border-color: #FF409F; border-bottom-width: 25px; border-color: #8000FF; border-left-width: 25px; border-color: #FF409F; border-right-width: 25px; border-color: #8000FF;} </style> It goes in the custom header, it comes in but only one color check out what I mean My Xanga |
|
|
|
Apr 9 2005, 09:24 PM
Post
#5
|
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 |
|
|
|
|
Apr 9 2005, 09:34 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 349 Joined: Apr 2005 Member No: 124,513 |
No I want the full body border
and it comes in but it only shows one color even tho I put in 4 different colors and that is the full code |
|
|
|
Apr 9 2005, 10:24 PM
Post
#7
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Groove isn't a valid CSS property... Is it?
And it just looks like it's dashed to me.... -shrug- Try this maybe? CODE <style>body{border-top:25px Groove #FF409F;border-bottom:25px Groove #8000FF;border-left-width:25px Groove #FF409F;border-right-width:25px Groove #8000FF;}</style> Err.... Yeah. You have to tell which part gets which color... |
|
|
|
Apr 10 2005, 01:10 AM
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 349 Joined: Apr 2005 Member No: 124,513 |
well it now shows 2 colors
groove is valid any of the borders act valid for me |
|
|
|
Apr 10 2005, 01:16 AM
Post
#9
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
It only shows two colors because I edited your code and it only had two colors. Pft, change the hex codes.
|
|
|
|
Apr 10 2005, 03:22 AM
Post
#10
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 349 Joined: Apr 2005 Member No: 124,513 |
I wanted the colors to alternate
ex: top = red right = blue bottom = red left = blue or so I have could have dif colors on all 4 sides Sorry to bother you people so much with this, I'm just dedicated to making my xanga perfect for me, I really appreciate all the help so far. |
|
|
|
| *mona lisa* |
Apr 10 2005, 12:06 PM
Post
#11
|
|
Guest |
CODE <style type="text/css"> BODY{ border-style: SOLID; border-top: 25px #COLOR1; border-bottom: 25px #COLOR2; border-left: 25px #COLOR3; border-right: 25px ##COLOR4; } </style> Customize it and put it into your html header. Your code was a little messed up. |
|
|
|
Apr 10 2005, 04:13 PM
Post
#12
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 349 Joined: Apr 2005 Member No: 124,513 |
OK I got it
*kills topic* for future refernce for anyone that has the same prob the one that worked for me is [<style>body{border-top:25px Groove #8000FF;border-bottom:25px Groove #8000FF;border-left:25px Groove #FF409F;border-right:25px Groove #FF409F;}</style>] Thanks to Nyah-neko for providing the working code and thx everyone for all your help, appreciate it yeah I messed up the first time I used the code. I'm slow |
|
|
|
| *mona lisa* |
Apr 10 2005, 05:44 PM
Post
#13
|
|
Guest |
topic closed
|
|
|
|
![]() ![]() |