|
Post by Wormopolis on Sept 20, 2010 11:59:53 GMT -8
recopy
|
|
|
Post by tunescool on Sept 20, 2010 12:11:48 GMT -8
that brought topics and posts back
|
|
|
Post by Wormopolis on Sept 20, 2010 15:22:58 GMT -8
alright... lets do this another way then...
extract1=tds[n].parentNode.nextSibling.firstChild.nextSibling.getElementsByTagName('td')[0].innerHTML; tmp=extract1.split(/<br>/i); tmp[2]=""; tmp.splice(0,1); extract1=tmp.join('<br>');
|
|
|
Post by tunescool on Sept 20, 2010 15:56:57 GMT -8
the space is gone but i didnt want it bold. i wanted the events bold, and i figured that out myself
|
|
|
Post by Wormopolis on Sept 20, 2010 16:57:32 GMT -8
its bold because the BOX1div is inside a bold tag.. which in turn is inside a font size=2 tag.
|
|
|
Post by tunescool on Sept 20, 2010 17:27:27 GMT -8
alrite its bold which i still want it, but i what i meant was i didnt want it size 2
|
|
|
Post by Wormopolis on Sept 20, 2010 22:38:22 GMT -8
you saw the part about the bold tag being inside a font tag right? change it to be size=1 instead.
|
|
|
Post by tunescool on Sept 21, 2010 1:19:01 GMT -8
i changed a 2, and recent posts came back, no i dont see anything that says size 2 that you just added
|
|
|
Post by Wormopolis on Sept 21, 2010 8:58:53 GMT -8
I didnt add anything. it was already in your headers. you had HTML in there with <font size=2>
|
|
|
Post by tunescool on Sept 21, 2010 9:56:27 GMT -8
well that was always there, i dont remember it ever being there and last updated topic was always size 1. well any thanks wormerdude
|
|
|
Post by Wormopolis on Sept 21, 2010 11:30:44 GMT -8
the text was smaller before because the stuff that was moved had a font tag inside it. when you asked to have the first and last parts of what was moved taken out, the font tags went with it. the remaining text was subject to the font tag it was inside. THAT font tag has a size=2 on it.
|
|
|
Post by tunescool on Sept 22, 2010 1:42:04 GMT -8
ive been trying to valign(middle, center) the cells in the info center that the text is more towards the top. im not sure if middle or center are valid functions, but ive tried everything. in the td and in the div, i may have some screwed up tags ive been trying to clean them up
|
|
|
Post by Wormopolis on Sept 23, 2010 16:25:26 GMT -8
when dealing with vertical its "middle". Thereis a rule somewhere about how different vAligns work next to each other but I can find it. I struggle with getting that to work myself sometimes. sometimes the CSS vertical-align works.
|
|