View Full Version : LJ Override HELP!? :S


unlovable_angel
07-19-2006, 04:18 AM
Okay, so I had this as my override and it was working up until a few months ago. What do I need to do to fix it! Someone please help and I will *Heart* you forever. Thanx-- Kay







GLOBAL_HEAD<=
<style>

<style type="text/css">
<!--
}
table table {
border: 0;
}
table {
width: 42%;
margin-left: 0%;
margin-right: 100%;
}
table table {
width: 100%;
margin:0;
}
table table table {
width: auto;
}
A:link { text-decoration: none; cursor: help; }
A:visited { text-decoration: none; cursor: help; }
A:hover { color:#000000; text-decoration: none; background-color: #395A8F; cursor: help;}
body, td, font, div, p {
font-family: arial; font-size: 11px;
}
body {
margin-top: 268px !important;
background-color: #4791C7 !important;
background-image: url(http://www.spacespider.net/protected/wallpapers/anime-009.jpg) !important;
background-position:top-center;
background-repeat:repeat;
background-attachment:scroll;
}
body {scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-track-color: #4791C7;}
-->
</style>
<=GLOBAL_HEAD

FRIENDS_TALK_LINKS<=
<tr>
<td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
%%readlink%%<a href="%%urlpost%%"><IMG SRC="http://www.originalicons.com/images/icons/Emotions/Sad/1098319954_298058573.gif"> Wink </a>
</td>
</tr>
<=FRIENDS_TALK_LINKS

LASTN_TALK_READLINK=><a href="%%urlread%%"><b>%%messagecount%% Tear%%mc-plural-s%% Hidden </b></a>|

FRIENDS_TALK_READLINK=><a href="%%urlread%%"><b>%%messagecount%% Tear%%mc-plural-s%% Hidden </b></a>|

DAY_TALK_LINKS<=
<tr>
<td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
%%readlink%%<a href="%%urlpost%%"><IMG SRC="http://www.originalicons.com/images/icons/Emotions/Sad/1098319954_298058573.gif"> Wink </a>
</td>
</tr>
<=DAY_TALK_LINKS

DAY_TALK_READLINK=><a href="%%urlread%%"><b>%%messagecount%% Tear%%mc-plural-s%% Hidden</b></a>|

LASTN_TALK_LINKS<=
<tr>
<td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
%%readlink%%<a href="%%urlpost%%"><IMG SRC="http://www.originalicons.com/images/icons/Emotions/Sad/1098319954_298058573.gif"> Wink </a>
</td>
</tr>
<=LASTN_TALK_LINKS

bourdelson
07-19-2006, 02:11 PM
Change it to this:


GLOBAL_HEAD<=
<style type="text/css">
<!--
}
table {
width: 42%;
margin-left: 0%;
margin-right: 100%;
}
table table {
width: 100%;
margin:0;
border: 0;
}
table table table {
width: auto;
}
A:link { text-decoration: none; cursor: help; }
A:visited { text-decoration: none; cursor: help; }
A:hover { color:#000000; text-decoration: none; background-color: #395A8F; cursor: help;}
body, td, font, div, p {
font-family: arial; font-size: 11px;
}
body {
margin-top: 268px;
background-color: #4791C7;
background-image: url(http://www.spacespider.net/protected.../anime-009.jpg);
background-position:top-center;
background-repeat:repeat;
background-attachment:scroll;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-track-color: #4791C7;
}
</style>
<=GLOBAL_HEAD

FRIENDS_TALK_LINKS<=
<tr>
<td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
%%readlink%%<a href="%%urlpost%%"><IMG SRC="http://www.originalicons.com/images/icons/Emotions/Sad/1098319954_298058573.gif"> Wink </a>
</td>
</tr>
<=FRIENDS_TALK_LINKS

LASTN_TALK_READLINK=><a href="%%urlread%%"><b>%%messagecount%% Tear%%mc-plural-s%% Hidden </b></a>|
<=LASTN_TALK_READLINK

FRIENDS_TALK_READLINK=><a href="%%urlread%%"><b>%%messagecount%% Tear%%mc-plural-s%% Hidden </b></a>|
<=FRIENDS_TALK_READLINK

DAY_TALK_LINKS<=
<tr>
<td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
%%readlink%%<a href="%%urlpost%%"><IMG SRC="http://www.originalicons.com/images/icons/Emotions/Sad/1098319954_298058573.gif"> Wink </a>
</td>
</tr>
<=DAY_TALK_LINKS

DAY_TALK_READLINK=><a href="%%urlread%%"><b>%%messagecount%% Tear%%mc-plural-s%% Hidden</b></a>|
<=DAY_TALK_READLINK

LASTN_TALK_LINKS<=
<tr>
<td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
%%readlink%%<a href="%%urlpost%%"><IMG SRC="http://www.originalicons.com/images/icons/Emotions/Sad/1098319954_298058573.gif"> Wink </a>
</td>
</tr>
<=LASTN_TALK_LINKS


And see if that helps any. I went through and made a few changes and added some end tags to your TALK_READLINKs.