Skip to Content
Menu
This question has been flagged
4 Replies
24526 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
4
Nov 24
5238
1
Mar 24
398
3
Sep 23
22660
0
Feb 24
1718
1
Oct 22
2791