Seems as if someone posts
BBCode and it is long.. then the width of the forum grows to the size of the code...
Can you help me fix this ?
Seems as if someone posts
BBCode and it is long.. then the width of the forum grows to the size of the code...
Can you help me fix this ?
Testing
Test
http://sullslonglinktest.com/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
we'll see if this works
There we go. If the code is long then it will happen. View this on your iDevice!
+ the code it happened to was not that long... That was just a test!
Here is an example of another post by yourself http://www.aqua-soft.org/forum/topic/53825-opera-mini-for-iphone-and-ipod-touch/
I'll get a fix tonight
Thanks I really appreciate that.
Under ipb_styles.css
Find
.box pre
Replace with
pre {
white-space: normal;
word-break: break-all;
}