|
Post by Wormopolis on May 16, 2011 3:00:51 GMT -8
guess you will find out:
find this line
theStuff+="<tr><td><a class='TL_threadEntry' href='"+linktemp+"'>"+ TL_title_array[tl] +"</a></td><td class='TL_timeEntry'>" + TL_date_array[tl] +"</td></tr>";
replace with
theStuff+="<tr><td><a class='TL_threadEntry' href='"+linktemp+"'>"+ TL_title_array[tl] +"</a> | " + TL_date_array[tl] +"</td></tr>";
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on May 16, 2011 3:10:13 GMT -8
Is there anyway to change the line color since i have a black background not sure if that worked cos i cant see the line
|
|
|
Post by Wormopolis on May 16, 2011 3:27:56 GMT -8
there were 2 lines to change.. sorry about that. find the other about 10 lines above the one you replaced
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on May 16, 2011 3:35:54 GMT -8
Yes that worked
|
|
|
Post by Wormopolis on May 16, 2011 3:38:43 GMT -8
looking at source its still there. its about 10 lines above the line you changed before. starts with theStuff+=
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on May 16, 2011 3:39:41 GMT -8
Sorry yeah found it that works
|
|
|
Post by Wormopolis on May 16, 2011 3:50:21 GMT -8
ok to get your horizontal line those 2 lines need to change again...
theStuff+="<tr><td class='TL_threadEntry'><a href='"+linktemp+"'>"+ TL_title_array[tl] +"</a> | " + TL_date_array[tl] +"</td></tr>";
then in the CSS change the TL_threadEntry to this:
.TL_threadEntry {border-top: #ffffff 1px solid;}
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on May 16, 2011 13:36:26 GMT -8
Thats perfect Where can i adjust the width of the box again
|
|
|
Post by Wormopolis on May 16, 2011 19:35:18 GMT -8
<table cellspacing="1" cellpadding="0" border="0" align="left" valign="top" width="200" bgcolor="000000" class="navboxborder">
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on May 17, 2011 0:45:24 GMT -8
Thats perfect Thanks mate
|
|
|
Post by Wormopolis on May 17, 2011 0:58:04 GMT -8
excellent.
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on May 17, 2011 1:01:05 GMT -8
Not sure if you can see it or not but it looks quite good and ive made it 250px I cant see it needing to be made any bigger but the current initial thread titles all fit perfectly
|
|
|
Post by Wormopolis on May 17, 2011 1:13:32 GMT -8
did you want the line above the time too?
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on May 17, 2011 1:59:10 GMT -8
did you want the line above the time too? Yeah if we could make the lines the whole width of the box that be perfect
|
|
|
Post by Wormopolis on May 17, 2011 2:02:29 GMT -8
look at that edit where I moved the classname. you currently have it on the link itself.. move it to the cell instead
|
|