Question about stat tracker |
Question about stat tracker |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Sep 2005 Member No: 245,258 ![]() |
I have the code for a LJ tracker, and it says to insert the code in all the *_WEBSITE places in the S1 override. Problem is, I don't think that is in my override I'm using and I don't know where to put it. I'm horrible at these overrides, so I can't try and figure it out myself, otherwise I would.
This is the override I'm using. I just added the code to change the comments, little things like that. Any help is appreciated. :D |
|
|
![]() |
*Libertie* |
![]()
Post
#2
|
Guest ![]() |
It says I'm not authorized to view the protected entry.
|
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Sep 2005 Member No: 245,258 ![]() |
Darn. Sorry about that. I would post the override here, but last time I did that in another thread and was told I needed to post long codes in a scroll box thing. Except, I have no clue how to make one of those.
|
|
|
*Azarel* |
![]()
Post
#4
|
Guest ![]() |
Place your coding in between these tags:
CODE [code]override[/code ] Take out the space in the closing bracket; the forum won't let me post the tags correctly. ;) |
|
|
![]()
Post
#5
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Sep 2005 Member No: 245,258 ![]() |
Thank you very much!!
Here it is! CODE GLOBAL_HEAD<=
<style> body, td { font-family: verdana, sans-serif; font-size: 10pt; } tt, pre { font-family: monospace; } a { text-decoration: none; } a:hover { text-decoration: underline; } .shadowed { font-size: 8pt; background: #ffffff; } .meta { font-size: 8pt; } .index { font-size: 8pt; } .caption, .index { color:; } .comments { font-size: 8pt; } </style> <title>SiMMA D0WN NA!</title> <style> <!-- tr.caption{display:none} --> </style> <style> /* suspect CSS: start HTML tag? */</style> <style> <!-- a:link { color: #666666; text-decoration: none;} a:visited { color: #666666; text-decoration: none;} a:active { color: #666666; text-decoration: none;} a:hover { color: #000000; text-decoration: none;} --> </style> <style> <!-- /* displayed title of livejournal */ td.caption { font-size:7pt; font-family: "trebuchet ms", "Arial", "Helvetica", sans-serif; text-transform: lowercase; } /* display of date and time */ p .index { font-size: 7.5pt; font-family: "trebuchet ms", sans-serif; color: #888888; background: url(http://i26.photobucket.com/albums/c108/revolttt/099ad176.gif); text-align: right; } /* subject of journal entries */ p table table td.caption { font-size: 16pt; color: #666666; background: url(http://i26.photobucket.com/albums/c108/revolttt/099ad176.gif); font-family: "needlepoint";<!--small fonts--!> text-transform: lowercase; text-align: left; font-weight: none; } /* displayed text in journal entries and bottom navigation links*/ td { font-family: "trebuchet ms", sans-serif; font-size: 7.5pt; line-height: 7.8pt; background-color: #FFFFFF; color: #000000; text-align: justify; } /* currents (mood, music) */ table table table td.meta { font-size: 7.5pt; font-family: "arial", sans-serif; color: #B37D8B; text-transform: none; } body { margin-top: 20px; text-align: justify; background-color: #000000; background-image: url(http://i26.photobucket.com/albums/c108/revolttt/348c3c74.jpg); background-repeat: repeat; background-attachment: fixed; background-position: top left; } --> <!-- /* change these numbers, must add up to 95% or less*/ table { width: 250px; margin-left: 10%; margin-right: 10%; } /* do NOT change these numbers */ table table { width: 100%; margin:0; } table table table { width: auto; } --> <!-- table { border: 0px solid #EEEEEE; border-bottom: 0pt dashed #888888; border-left: 0pt solid #F4F3ED; } table table { border: 0; } --> </style> <!-- code to replace displayed title in Generator style --> <style> <!-- .shadowed td div { visibility: hidden; position: absolute; top: 1px } --> </style> <!-- start hide the defaults and make new links visible --> <style> <!-- table table table table .meta { visibility: hidden; } table table table table table .meta { visibility: visible; } --> <=GLOBAL_HEAD LASTN_TALK_READLINK=><a href="%%urlread%%">rumors</a> (%%messagecount%%) LASTN_WEBSITE<= <style type="text/css"> <!-- table table table table .meta {visibility:hidden;position:absolute;top:1px} table table table table table .meta {visibility:visible;position:relative;top:1px} --> tr.caption{ display:none } .shadowed td div{ visibility: hidden; position: absolute; top: 1px } </style> <tr><td colspan="5" width="100%"> <table style="float:right" cellspacing="0" border="0" cellpadding="0"> <tr><td class="meta"> <span id="navigation"> ><a href="http://insane4musicals.livejournal.com/profile">this is me</a><br> ><a href="http://insane4musicals.livejournal.com/friends">and this isn't.</a><br> </span> </td></tr></table></td></tr> <=LASTN_WEBSITE LASTN_TALK_LINKS<= <tr> <td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="rumor"> %%readlink%%<a href="%%urlpost%%">spread rumor</a> </td> </tr> <=LASTN_TALK_LINKS |
|
|
![]() ![]() |