the eprops and comments, i don't wanna know how to rename them -- |
the eprops and comments, i don't wanna know how to rename them -- |
Sep 3 2004, 05:59 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 27 Joined: Aug 2004 Member No: 43,892 |
which code is it that changes their font ??
|
|
|
|
![]() |
Sep 3 2004, 06:11 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
CODE <!-- begin code provided by createblog.com --> a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#B991C9; font:normal 11px arial;line-height:10px; text-decoration: none; } //blogring.document.write a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#B991C9; font:normal 11px arial; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#9D91C9; font:normal 11px arial; line-height:10px; cursor: crosshair; text-decoration: none; } <!-- end code provided by createblog.com --> ^ Stick that in your stylesheet. (If you have no idea what I'm talking about, add '<style type="text/css">' to the top, and '</style>' to the bottom.) |
|
|
|
inevitableblisz the eprops and comments Sep 3 2004, 05:59 PM
Sherry_Vu CODE<!-- begin code provided by createblog... Sep 3 2004, 06:10 PM![]() ![]() |