Jump to content

Whitespaces problem


ayok

Recommended Posts

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):

virtuemartproblem.jpg

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

Link to comment
https://forums.phpfreaks.com/topic/260604-whitespaces-problem/
Share on other sites

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.

Link to comment
https://forums.phpfreaks.com/topic/260604-whitespaces-problem/#findComment-1335610
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.