|
Post by tunescool on Aug 17, 2010 22:49:54 GMT -8
its not showing up in the posting page, the drop down
|
|
|
Post by Wormopolis on Aug 18, 2010 0:28:27 GMT -8
You want it italic in the drop down?
|
|
|
Post by tunescool on Aug 18, 2010 1:09:53 GMT -8
the code isnt showing up in the posting page
|
|
|
Post by Wormopolis on Aug 18, 2010 2:02:58 GMT -8
If you meant on this site, I had another code that was cloning a variable name.[wayd:3:going to work-_-_- ]
|
|
|
Post by tunescool on Aug 18, 2010 2:08:08 GMT -8
its not on mine, i must have screwed something up
yea i pasted onto the wrong part it works fine. can i just put a number in if i wanted to make it bigger?
|
|
|
Post by Wormopolis on Aug 20, 2010 8:23:14 GMT -8
str+="<i>"+st[0]+"</i>";
that is HTML in between the quotes, so you can use something like <font size=3>
|
|
|
Post by tunescool on Feb 24, 2011 8:21:16 GMT -8
i cant figure out how i could change these font sizes or put them in italics. you helped before but it only does the first input, everything after that is the way was before the By, From, the On one from Watching and every input
|
|
|
Post by Wormopolis on Feb 25, 2011 8:40:13 GMT -8
blah[wayd:2:testing-_-_-testing-_-_- ]
|
|
|
Post by Wormopolis on Feb 25, 2011 8:42:25 GMT -8
while(st[n]){ if(st[n] != " "){ if(!st[n+1] && st[n].match(/http:/)){ str2 = "<img align='absmiddle' src='"+st[n]+"' height='50' width='50' /> "; } else { str += opts[id][n+1]+" <i>"+st[n]+"</i> "; } } n++; }
add in the red
|
|
|
Post by tunescool on Feb 25, 2011 9:20:46 GMT -8
that did the input fields but not the by and from
|
|
|
Post by Wormopolis on Feb 25, 2011 11:05:22 GMT -8
so you want EVERYTHING italic?
str += "<i>"+opts[id][n+1]+" "+st[n]+"</i> ";
|
|
|
Post by tunescool on Feb 25, 2011 12:08:41 GMT -8
thanks wormer
|
|
|
Post by tunescool on Oct 23, 2011 8:02:35 GMT -8
|
|
|
Post by Wormopolis on Oct 23, 2011 9:46:19 GMT -8
like he said.. it wont be backwards compatible. if you store the data in a particular order, then change the code to look for a different order, things WILL get messed up.
|
|
|
Post by tunescool on Oct 23, 2011 11:24:34 GMT -8
he did say he could get it to work and he could everything workng again
|
|