|
Post by Wormopolis on Sept 7, 2009 6:01:34 GMT -8
I dont think that was something from this code...
if you create another sticky thread and delete it, does it happen again?
|
|
|
Post by tunescool on Sept 7, 2009 6:06:09 GMT -8
no it didnt, it did it twice beore
where would i put the bold in here holdstuff+="<a href='"+ fjumpList[j+1].value +"'><font color='116600' style='font-size:10'>"+ fjumpList[j+1].innerHTML.replace('--- ','') +"</font></a>, ";
|
|
|
Post by Wormopolis on Sept 7, 2009 6:36:54 GMT -8
I would add it to the font style. add
weight: bold;
before the font-size: 10
|
|
|
Post by tunescool on Sept 7, 2009 7:09:23 GMT -8
i tried <font color='116600' weight: bold; style='font-size:10'> and <font color='116600' font weight: bold; style='font-size:10'> and it didnt work
so announcement, announcement lock, sticky, sticky lock, lock, and bookmarks all work now. tried them all. Thank You!!!
|
|
|
Post by Wormopolis on Sept 7, 2009 7:19:39 GMT -8
the "weight: bold" has to go INSIDE the style declaration
|
|
|
Post by tunescool on Sept 7, 2009 7:32:25 GMT -8
i dont get it
|
|
|
Post by Wormopolis on Sept 7, 2009 16:28:14 GMT -8
holdstuff+="<a href='"+ fjumpList[j+1].value +"'><font color='116600' style='weight: bold; font-size:10'>"+ fjumpList[j+1].innerHTML.replace('--- ','') +"</font></a>, ";
|
|
|
Post by tunescool on Sept 7, 2009 16:36:47 GMT -8
didnt work
|
|
|
Post by Wormopolis on Sept 7, 2009 17:57:38 GMT -8
editing went weird in your source. it should look like:
holdstuff+="<a href='"+ fjumpList[j+1].value +"'><font color='116600' style='weight: bold; font-size:10'>"+ fjumpList[j+1].innerHTML.replace('--- ','') +"</font></a>, ";
|
|
|
Post by tunescool on Sept 7, 2009 18:21:27 GMT -8
after the other one you gave me i moved some 's around and kept them in there and the mka forum wrapped with someone in it because the font was bigger and i didnt realize it. i was freaking out and changing forum widths. i changed the last post cell to 25% and its fine with someone in it, it is the longest forum name, but im not sure about 10 viewing and i did have a 100 in a forum today. ive been thinking of changing the forum name font smaller like slighty insanes, i just havent seen how to yet or inquired but i think im gonna have to anyway because usernames are gonna get longer and not fit in the last cell.
and the last bold thing you gave me didnt work
|
|
|
Post by Wormopolis on Sept 7, 2009 18:40:55 GMT -8
woops. use font-weight not weight. I forgot the css still needs "font" in there.
|
|
|
Post by tunescool on Sept 7, 2009 19:03:47 GMT -8
that worked but new threads gonna have to be bold now
|
|
|
Post by tunescool on Sept 7, 2009 19:10:28 GMT -8
i did it myself, thanks
|
|
|
Post by Wormopolis on Sept 7, 2009 19:13:57 GMT -8
I had 150 guests on the forum the other day.. I think google was showing me some love.
|
|
|
Post by tunescool on Sept 7, 2009 19:20:22 GMT -8
if a word is said so many times in a thread it shows up, you probably know that tho i cant change the size tho linkstuff="<font style='font-weight: bold; 'font-size:6'>New Thread</font>";
|
|