double border in entries |
double border in entries |
![]()
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
#2
|
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. |
|
|
![]() ![]() |