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 Link to comment https://forums.phpfreaks.com/topic/71889-help-with-problem/ 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. Link to comment https://forums.phpfreaks.com/topic/71889-help-with-problem/#findComment-362131 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. Link to comment https://forums.phpfreaks.com/topic/71889-help-with-problem/#findComment-362134 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. Link to comment https://forums.phpfreaks.com/topic/71889-help-with-problem/#findComment-362292 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.