env3rt Posted October 5, 2007 Share Posted October 5, 2007 Not sure if you could do with html, but whatever Problem: Whenever I insert something into my html file (using php) instead of going to the next line when it needs to, it makes a bottom scroller. Question: How could I make it so instead of making a bottom scroller it skips automatically to the next line (I dont want to use br because it would be too complicated I just want it to be automatic). Please help Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted October 5, 2007 Share Posted October 5, 2007 huh? Your grammar is extremely faulty, and I won't even mention that you didnt show any code. Quote Link to comment Share on other sites More sharing options...
env3rt Posted October 5, 2007 Author Share Posted October 5, 2007 Oh, I'm sorry, is this a grammar forum? Why would you need any code I just need to know how to disable the bottom scroller of a site, so instead of all the text going on and on to the side forever, it will skip lines automatically. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted October 5, 2007 Share Posted October 5, 2007 well browsers only add the left-right scroller when an element in the page demands it. Look at your source code and see if this added text is full of no-break spaces - if so you will need to revisit your php and make sure it doesn't add them. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.