Topic: [SOLVED] Spaces within Caption
Is it possible to include spaces within the Caption
So that I could have :
TITLE DATE MEDIUM
instead of:
TITLEDATEMEDIUM
thanks
You are not logged in. Please login or register.
SimpleViewer Forum → SimpleViewer-Pro v2 → [SOLVED] Spaces within Caption
Is it possible to include spaces within the Caption
So that I could have :
TITLE DATE MEDIUM
instead of:
TITLEDATEMEDIUM
thanks
The Flash Player can handle a caption such as TITLE DATE MEDIUM but the Mobile Player treats all contiguous whitespace as a single space.
The solution for both the FLash Player and the Mobile Player is to use non-breaking spaces ( ) within CDATA tags, for example:
<caption><![CDATA[TITLE DATE MEDIUM]]></caption>
If entering your caption via svBuilder-Pro, you can enter a caption such as TITLE DATE MEDIUM. svBuilder-Pro will automatically include the CDATA tags for you.
Thanks Steven,
I ended entering in the caption field
<pre>Title Date Medium</pre>
this works and the <pre></pre> aren't visible
again thanks
SimpleViewer Forum → SimpleViewer-Pro v2 → [SOLVED] Spaces within Caption
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.