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:10 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> a:link{line-height: 9pt; font-family: trebuchet ms;font-weight:normal; color:#BD6A72; text-transform:none;font-size:9pt; cursor:crosshair;} a:active{font-family: trebuchet ms; color:#BD6A72; text-transform:none;font-size:9pt; cursor:crosshair;} a:visited{font-family: trebuchet ms; color:#BD6A72; text-transform:none;text-decoration:strikeout;font-size:9pt;cursor: crosshair;} A:hover {font-family:tahoma;color:#ffffff;text-transform: uppercase; cursor: crosshair; font-weight:bold;font-size:8pt}</style> <!-- end code provided by createblog.com --> |
|
|
|
Sep 3 2004, 06:11 PM
Post
#3
|
|
![]() 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.) |
|
|
|
![]() ![]() |