Forum Moderators: open
Problem is if the text is over a certain length the table the text is in expands to make the text fit. Is there a way to stop this from happening? CSS would be preferable as it means I can lose the table completly.
Any help appreciated...
What I was wanting really was something that would dump the remainder of the string onto the next line by splitting it. Perhaps it can be done with Javascript but I have no idea...
Thanks for the input, any other ideas appreciated...
pre { white-space: pre-wrap; }
.com?a=longword1&b=longword2&c=longword3&d=longword4&e=longword5
There is no whitespace there so it wont work. The only option I can really see is to not use a <pre> tag but that sort of defeats the purpose of the script as it collapses the output into 1 long string of data.
Oh well the scrollbars idea will have to suffice for now but if anyone knows something I dont please tell me :)
Thanks for the help so far...