Dates for xanga posts...., how do i change the font/font color? |
![]() ![]() |
Dates for xanga posts...., how do i change the font/font color? |
Aug 10 2004, 01:47 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 61 Joined: Jul 2004 Member No: 33,661 |
I have the script that lets you change the dates but i don't know how to change the font and the font color. help?
|
|
|
|
Aug 10 2004, 01:50 PM
Post
#2
|
|
![]() i LUST you. <3 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 709 Joined: Jun 2004 Member No: 22,299 |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:lowercase; font-size:12px; line-height:9px; font-weight:bold; color:#000000; letter-spacing:2px; background-color: #ffffff; text-align: right; padding-right:3px; padding-bottom: 3px; border: 1px solid #000000; } </style> <!-- end code provided by createblog.com --> Change the variables. |
|
|
|
Aug 10 2004, 01:54 PM
Post
#3
|
|
![]() I'm just a little bit crazy... ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,119 Joined: Jun 2004 Member No: 19,760 |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> div.blogheader, .caption { /* dates */ font-size: SIZE; color: HEX OR COLOR; } </style> <!-- end code provided by createblog.com --> Pretty much self-explanatory, eh? You could add some more stuff to it if you wanted to, but this is what you wanted? |
|
|
|
![]() ![]() |