Quote:
Originally Posted by Floob
Can you expand on that - how/where do you change the width of the spoiler info?
|
there's a part where the guy put <div width="100%" >
and it doesn't work well. instead, you should use <div style="width:100%;">.
he used the second method on the second div, but the first method on the other div. and that's why i was having trouble setting my own sizes to it. after i realized this, i changed the "incorrect" one and it works.