Log In · Register

 
 
Closed TopicStart new topic
double border in entries
trizha26
post Aug 26 2005, 06:14 PM
Post #1


Better check yourself ♥
***

Group: Member
Posts: 88
Joined: Jan 2004
Member No: 1,464



What's the code for double borders in entries? My left side module has double borders on it, and i'd like my entries to be the same...what's the code? thanx in advance =]
 
*Shibahime*
post Aug 26 2005, 06:15 PM
Post #2





Guest






Um go here (THE SCRIPTS!) <-- Just around the corner if you look.

http://www.createblog.com/forums/index.php?showtopic=57311

Just change the "solid" to double silver. Hope that helps.
 
trizha26
post Aug 26 2005, 06:26 PM
Post #3


Better check yourself ♥
***

Group: Member
Posts: 88
Joined: Jan 2004
Member No: 1,464



thanks so much but that one didn't work..i tried this code:



and put it in my header, and that's supposed to be the one that gives me the double borders, like in my left module, but for some reason it's not working.
 
lovescream
post Aug 26 2005, 06:30 PM
Post #4


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



Because it's NOT for your left modules.. It says
table.blogbody which means it is for your entries.

.mainleft would be your left modules, i believe, so replace table.blogbody with .mainleft < with the period in the beginning.
 
OhXiet_ItzDonnA
post Aug 26 2005, 06:34 PM
Post #5


I love you more than sex appeal.
*******

Group: Member
Posts: 3,045
Joined: Oct 2004
Member No: 52,932



Can you post your codes up so we can take a look?
 
Kenado
post Aug 26 2005, 06:39 PM
Post #6


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



QUOTE(Spiritedfreak @ Aug 26 2005, 7:30 PM)
Because it's NOT for your left modules.. It says
table.blogbody which means it is for your entries.

.mainleft would be your left modules, i believe, so replace table.blogbody with .mainleft < with the period in the beginning.

*


But that's what I thought she was trying to do put it around her entries. mellow.gif
Well it works fine for me.
http://www.xanga.com/home.aspx?user=Cb_test
But yeah it could be that other codes are effecting it.
 
trizha26
post Aug 26 2005, 06:39 PM
Post #7


Better check yourself ♥
***

Group: Member
Posts: 88
Joined: Jan 2004
Member No: 1,464



the one i have up there is the one i have right now, i have the exact same code for my other xanga

www.xanga.com/soul_decisions89

^and it works fine there, i don't know why it's not working in this xanga, cuz in this xanga, its just a single boring border
 
Kenado
post Aug 26 2005, 06:41 PM
Post #8


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



Uhm yeah like said before other codes could be affecting it so could you paste up any codes that you have in your header/website stats.
 
lovescream
post Aug 26 2005, 06:43 PM
Post #9


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



mellow.gif Oopsie, I misread. :D Sorry.

Well, um, I went to your xanga and looked at your source (I hope you don't mind). I found another code that probably overrided the code you're trying to use.

CODE
.blogbody {
/* This sets your weblog content border color */
border-right: 1px double silver #FFB5C5;
border-bottom: 1px double silver #FFB5C5;
border-left: 1px double silver #FFB5C5;
}


^ Those. You might wanna remove that...
 
*Shibahime*
post Aug 26 2005, 06:44 PM
Post #10





Guest






oh oh oh! you have to change the size! like "4px double silver #000000"
NOT 1px BECAUSE IT WILL LOOK LIKE A SOLID LINE.
and and and.. it's DOUBLE SILVER
 
trizha26
post Aug 26 2005, 06:51 PM
Post #11


Better check yourself ♥
***

Group: Member
Posts: 88
Joined: Jan 2004
Member No: 1,464



here's the codes u wanted:





...i just picked the ones i thought might be a problem, cuz ive got a ton of codes lol


by the way i tried the codes u guys gave me, but it didnt work, so i think some codes are overriding the others ones.........do u want me to post ALL my codes? cuz honestly i have no idea where to start...
 
OhXiet_ItzDonnA
post Aug 26 2005, 07:00 PM
Post #12


I love you more than sex appeal.
*******

Group: Member
Posts: 3,045
Joined: Oct 2004
Member No: 52,932



Yeah, posting all your codes would help. happy.gif
 
*Shibahime*
post Aug 26 2005, 07:03 PM
Post #13





Guest






Um, why is everything to separated? I think you should organize your codes more so that you won't be jumping from one place to another, and it's easier to look at it too. <-- don't know.. if you want to

Anyways.. try this.

Get rid of this:
CODE
<style type="text/css">table.blogbody {
/* this edits the other the place where the  blog is */
width:100%;
}</style>



and replace your code here:-
CODE
<style type="text/css">
table.blogbody {
/* this edits the other the place where the  blog is */
background-color:000000;
family-font: Tahoma;
BORDER: #FF6699 1px double;
width:500px;}
</style>


with this:-
CODE
<style type="text/css">
table.blogbody {
/* this edits the other the place where the  blog is */
background-color:000000;
family-font: Tahoma;
BORDER: 4px double silver #ff6699;
width:500px;}
</style>


Does that help? I think i'm going to have to look over it again to see anything wrong. For the meantime... try that.
 
trizha26
post Aug 26 2005, 07:10 PM
Post #14


Better check yourself ♥
***

Group: Member
Posts: 88
Joined: Jan 2004
Member No: 1,464



lol if u say it helps.... heres all of 'em....

header



stats



there ya go biggrin.gif

Shibahime----i need this code:

Get rid of this:
CODE<style type="text/css">table.blogbody {
/* this edits the other the place where the blog is */
width:100%;
}</style>

cuz if i dont have it, it messes with the width of my date and entry
 
*Shibahime*
post Aug 26 2005, 07:17 PM
Post #15





Guest






Gah. Soooo many codes, almost got my eyes tearing...

Anyways.. after a long search.. try this..

Code #1
CODE
<style type="text/css">

div.blogheader, .caption {
/* edits the dates */
font-family: Tahoma;
text-transform: lowercase;
font-size: 14px;
font-weight: bold;
line-height: 13px;
color: FFB5C5;
letter-spacing: 1px;
background-color: #000000;
text-align: left;
border: 1px solid #FF6699;
border-width: 1px 1px 1px;
}
</style>
goes bye bye

and Code #2
CODE
<style type="text/css">

div.blogheader, .caption {
/* edits the dates */
font-family: Tahoma;
text-transform: lowercase;
font-size: 14px;
font-weight: bold;
line-height: 13px;
color: FFB5C5;
letter-spacing: 1px;
background-color: #000000;
text-align: left;
border: 4px double silver #FF6699;
}
</style>
says hello!

Does that help?
 
trizha26
post Aug 26 2005, 07:23 PM
Post #16


Better check yourself ♥
***

Group: Member
Posts: 88
Joined: Jan 2004
Member No: 1,464



IT WORKS! lol but only on my dates, not on my entries
 
*Shibahime*
post Aug 26 2005, 07:24 PM
Post #17





Guest






QUOTE(soul_decisions89 @ Aug 26 2005, 4:23 PM)
IT WORKS! lol but only on my dates, not on my entries
*


look higher somemore... More like read above.. to look for my entries
 
lovescream
post Aug 26 2005, 07:24 PM
Post #18


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



aiosfjaodgijsg

i just jump in here.. and uh say this.

use this! :D

CODE
<style type="text/css">

div.blogheader, .caption, table.blogbody {
/* edits the dates */
font-family: Tahoma;
text-transform: lowercase;
font-size: 14px;
font-weight: bold;
line-height: 13px;
color: FFB5C5;
letter-spacing: 1px;
background-color: #000000;
text-align: left;
border: 4px double silver #FF6699;
}
</style>


i added the thingy so it works for the bloggy. okay, bye. *sneaks out
 
trizha26
post Aug 26 2005, 07:38 PM
Post #19


Better check yourself ♥
***

Group: Member
Posts: 88
Joined: Jan 2004
Member No: 1,464



WORKS!!!!! Thanks! =]
 
trizha26
post Aug 26 2005, 07:40 PM
Post #20


Better check yourself ♥
***

Group: Member
Posts: 88
Joined: Jan 2004
Member No: 1,464



i didn't mean ta double post...my comp said Internal error, so i redid it, juz wanted to thank you guys....delete this if you want, cuz i don't know how to =]
 
*Shibahime*
post Aug 26 2005, 07:44 PM
Post #21





Guest






ahh.. don't double post! The Mods are going to get angry! anyways.. you're welcome. Glad to help.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: