EDIT: Never mind I solved it by using adding a div in the css with "overflow: auto" Hy. For a few days I try to do that and I didn't get a result. So.. I have some text in a mysql table and I try to post it in a page in a text area. I get a plugin "Simple Select All Textbox" and mange to insert text area in post. I make the php script that retrieve the text from the mysq, insert that script in the text area but instead of putting each line of text on each row like this: text_line_1 text_line_2 text_line_3 .... text_line_6 I get it like this "text_line_1 text_line_2 text_line_3 text_line_4.... text_line_6" This is normal since in the text area the html code is not recognize I could post the text directly in the text area the only problem is that I'm talking about 3000 lines and the post area freez when I try to copy paste the entire text. I want to use a text area/ text box because that have a scroll down bar and I do not want the text to expand the page size. Any idea how to do that? Thank you
No comments:
Post a Comment