Skip to Content
Menu
This question has been flagged
4 Replies
25719 Views

how to make blank space in qweb report between two words?



Avatar
Discard
Best Answer

Hi Happy,

You should be able to use spaces between words. If it doesn't work you can use CDATA to convert spaces though. Use the following code:

<![CDATA[&nbsp;]]>

This will convert the usual &nbsp; to a space which is preserved by XML.

Yenthe

Avatar
Discard
Best Answer

Hi Happy,

The space between words works well, if you have statement with more than one word.

For additional blank space before or after your statement or word you can use.


<![CDATA[&nbsp;]]>

Rgds,

Anil.

Avatar
Discard
Best Answer

Dear Happy, 

You can use below code for blank sapce in qweb.

&#160;

Thanks & Regards

Ankit H Gandhi.

Avatar
Discard
Best Answer

Works better if you put them inside a div:

Avatar
Discard
Related Posts Replies Views Activity
1
Apr 25
616
2
Mar 25
740
4
Nov 24
6407
1
Mar 24
1394
3
Sep 23
24049