I'm running vb Suite 4.02 PL4.
The system seems having problem with HTML code.
I insert the following code (from Google Map):
and looking at the vBulletin WYSIWYG editor it seems ok. When i look at the web page the map is wrong, and the source code show errors in parameters value.
Example: the parameter msid is
113951659215039346750.0004795b4397d4dd7890e
but looking at the source code of the web page become:
113951659215039346750.0004795b4397d4d d7890e
I can see the same problem on others parameters. It add spaces into parameter values, and obviously make a mess on the map.
May be that it's a problem related to long html strings?
Anyway, vb in this way is unuseful for me. There's a way to fix this?
The system seems having problem with HTML code.
I insert the following code (from Google Map):
Code:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&hl=pt-BR&t=h&msa=0&ll=41.897418,12.483693&spn=0.028115,0.045136&msid=113951659215039346750.0004795b4397d4dd7890e&output=embed"></iframe><br /><small>Visualizar <a href="http://maps.google.com/maps/ms?ie=UTF8&hl=pt-BR&t=h&msa=0&ll=41.897418,12.483693&spn=0.028115,0.045136&msid=113951659215039346750.0004795b4397d4dd7890e&source=embed" style="color:#0000FF;text-align:left">Melhores Lugares Para Se Hospedar em Roma</a> em um mapa maior</small>
Example: the parameter msid is
113951659215039346750.0004795b4397d4dd7890e
but looking at the source code of the web page become:
113951659215039346750.0004795b4397d4d d7890e
I can see the same problem on others parameters. It add spaces into parameter values, and obviously make a mess on the map.
May be that it's a problem related to long html strings?
Anyway, vb in this way is unuseful for me. There's a way to fix this?
Comment