date thingie |
date thingie |
Jun 10 2005, 12:03 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 445 Joined: Mar 2005 Member No: 111,988 |
what is the script for the date thing above an entry. like on my xanga (ling in signiture). se how its like blue around it and it fades out thats what i need the script 4. sry its kinda hard to explain. thnx
|
|
|
|
![]() |
Jun 10 2005, 12:24 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 155 Joined: Jun 2004 Member No: 19,824 |
div.blogheader, .caption {
/* edit the dates */ font-family: times new roman, arial black, arial; text-transform:lowercase; font-size:20px; color:#FBAF5D; background-color:white; text-align:left; font-weight:bold; } just change the style to fit your layout and that should do it |
|
|
|
Jun 10 2005, 12:44 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 445 Joined: Mar 2005 Member No: 111,988 |
that didnt work, i tried it in the header and website stats. im just tryin to add it to my site as a script im not tryn to make a layout.
|
|
|
|
Jun 10 2005, 04:14 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 155 Joined: Jun 2004 Member No: 19,824 |
ooh sorry about that i assumed you knew to put it inside a <style> tag...
should look like this: <style type="text/css"> div.blogheader, .caption { /* edit the dates */ font-family: times new roman, arial black, arial; text-transform:lowercase; font-size:20px; color:#FBAF5D; background-color:white; text-align:left; font-weight:bold; } </style> |
|
|
|
![]() ![]() |