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 ![]() |
Gah. Soooo many codes, almost got my eyes tearing...
Anyways.. after a long search.. try this.. Code #1 CODE <style type="text/css"> goes bye byediv.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> and Code #2 CODE <style type="text/css"> says hello!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> Does that help? |
|
|
![]() ![]() |