genoa minichat plugin
| jesus | 
					 | 
			
|---|---|
| 
					 Hi guys 
 any idea where the wrapping is set in this plugin? I can't find anything that relates to url wrapping and if you post a longer url in the chat box it just goes out of frame and covers the news post on gameportal(base) skin. 
 thanks 
  | 
			
| tensh | 
					 | 
			
|---|---|
| 
					 You might try to implement url shortener, or experiment with CSS - horizontal scrolling of a div container in which the message is displayed.  | 
			
| Twiebie | 
					 | 
			
|---|---|
| 
					 Try this on the container: word-wrap: break-word; 
  | 
			
| jesus | 
					 | 
			
|---|---|
| 
					 thanks, doesn't seem to work tho. 
 could you confirm what you mean by container? I've tried the obvious places but still can't get it to break the word.. 
 any other ideas?  | 
			
| elfrenazo | 
					 | 
			
|---|---|
| 
					 Idea 1 (adapter) < textarea id="minichat" rows="19" cols="95" readonly >< /textarea > 
 Idea 2 (adapter) < input id="minichat" type="text" size="40" maxlength="80" onkeyup="keyup(event.keyCode);" style="width: 331px" >  |