PHP Classes

Space

Recommend this page to a friend!

      VS PHP Word HTML  >  All threads  >  Space  >  (Un) Subscribe thread alerts  
Subject:Space
Summary:I can't use space between words of different style
Messages:6
Author:Vladislav
Date:2016-08-09 13:54:54
 

  1. Space   Reply   Report abuse  
Picture of Vladislav Vladislav - 2016-08-09 13:54:54
How can I add space between word of diggerent style? (for example, one word is bold, another is simple).

Regards,
Vladislav

  2. Re: Space   Reply   Report abuse  
Picture of Raskin Veniamin Raskin Veniamin - 2016-08-09 14:19:55 - In reply to message 1 from Vladislav

  3. Re: Space   Reply   Report abuse  
Picture of Vladislav Vladislav - 2016-08-09 14:47:05 - In reply to message 2 from Raskin Veniamin
I need something like this:

<b style = "font-size: 11px;">Fruit:</b><span style = "font-size: 11px;"> Orange</span> (space before Orange)

First example doesn't do it.

  4. Re: Space   Reply   Report abuse  
Picture of Raskin Veniamin Raskin Veniamin - 2016-08-10 05:08:10 - In reply to message 3 from Vladislav
I think, helpful this example

github.com/vench/vsword/blob/master ...

  5. Re: Space   Reply   Report abuse  
Picture of Vladislav Vladislav - 2016-08-10 11:24:38 - In reply to message 4 from Raskin Veniamin
Yes, that script helped me. Thank you.

  6. Re: Space   Reply   Report abuse  
Picture of Adrián SB Adrián SB - 2017-02-17 11:16:07 - In reply to message 5 from Vladislav
Hi,

Very useful class, thanks a lot for the great work!

I still can't get the space issue to work after seeing the example. Would you please describe a little bit more in detail how you solved the issue of placing a space between a bold and a normal word?

Thanks,
Adrián