ayok Posted April 9, 2012 Share Posted April 9, 2012 Hi, Now I'm working with Joomla! site with virtuemart shop engine, and my problem is I sometimes find an annoying whitespaces. These whitespaces create an empty space that destruct the layout. I've manage to remove it with jquery trim. However, it must also be done with PHP because the script seems to consider this as not empty, so the modules, which suppose to be hidden if it's empty, is just displaying empty space. I've tried trim, but it's not working.. it's still showing empty string. Like the image bellow if I open the browser console (circled): If i copy the whitespace from the console and paste it to notepad, it shows me empty space and some question marks (?). Is there any advice how to get rid of this annoying problem? Thanks, ayok Quote Link to comment https://forums.phpfreaks.com/topic/260604-whitespaces-problem/ Share on other sites More sharing options...
TimeBomb Posted April 9, 2012 Share Posted April 9, 2012 Oh my... abnormal whitespace. I despise it. There are a lot of characters that it could be. The trim function does not remove everything. The comments in the trim PHP manual entry do have lots of different options as to removing annoying whitespace. I do suggest that you read them carefully and try some of the suggestions. Quote Link to comment https://forums.phpfreaks.com/topic/260604-whitespaces-problem/#findComment-1335610 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.