View Full Version : Can somebodie help me, i want a border for mie Entry


Sacasat
01-15-2005, 12:32 PM
I need help.... Ive been reading many fds' xanga to find the script to make a border for mie xanga ENTRIES... Just for the entry, and the others E.g. Profile..Etc. I dont need... PLease, can someone make a border for ALL* of mie ENTRIES that includes: a pink border and a half transperant of white* background for me? If not, : a pink border and a white background* Please...
I will love you if you help me...
Btw I have another question... still... But, i think i shall write it tomorrow... Cause... i arnt sure about this. I dont know will anyone give me a hand on replying... THanksss... If you read this all anywae... Love yah

vanillacokemeeh
01-15-2005, 07:16 PM
can you learn to spell? I can't read even read your post, because the spelling and your grammar/mechanics are dynamically incorrect.

tokyo bleu
01-15-2005, 08:08 PM
So do you want just bordered entries or bordered entries AND bordered entry dates as well?

In any case...

Code w/Bordered Date:
<style type="text/css">
/* Bordered Weblogs - xanga.com/add_ons */

.blogheader {
/* This sets your date's border color */
border: 1px SOLID #ff77aa;}

.blogbody {
/* This sets your weblog content border color */
border-right: 1px SOLID #ff77aa;
border-bottom: 1px SOLID #ff77aa;
border-left: 1px SOLID #ff77aa;}
</style>

Code w/out Bordered Date:
<style type="text/css">
/* Bordered Weblogs - xanga.com/add_ons */

.blogbody {
/* Sets your weblog content border color */
border: 1px SOLID #ff77aa;}
</style>

Sacasat
01-16-2005, 04:27 AM
Justone more help, since your so good and nice..
How to make the inner background white of the Entries...
Cause i will change the font colour there...
If you also know how to make it half transparent white* that will be just....SOO good.

tokyo bleu
01-16-2005, 04:44 AM
Just add this part to .blogbody:

filter: alpha(style=0,opacity=60);

Sacasat
01-16-2005, 04:56 AM
okay, i just want a background for my Entries, a white background.. Thank you

tokyo bleu
01-16-2005, 06:10 AM
Then you would add to .blogbody:

background-color: #FFFFFF;

By the way, you should remove the link to your Xanga in your signature.

Sacasat
01-16-2005, 06:24 AM
Just a 10 seconds ago...I did this:
background color=#FFFFFF;}
and it WORKED..
now..the next thing is.. i want a half transparent white...
hehehe.e..
can u pleasehelp me?

tokyo bleu
01-16-2005, 07:17 AM
Well, your code combined with give off a white transparency.

<style type="text/css">
/* Bordered Weblogs - xanga.com/add_ons */

.blogbody {
/* Sets your weblog content border color */
border: 1px SOLID #ff77aa;
background-color: #FFFFFF;
filter: alpha(style=0,opacity=60);}
</style>