Search…

X3 Photo Gallery Support Forums

Search…
 
eddieschuurman
Topic Author
Posts: 2
Joined: 26 Dec 2007, 10:43

+ symbol

26 Dec 2007, 10:50

Hello,

How can i get the + symbol in the sitemenu by my phone number?
 
User avatar
nz-photo
Experienced
Posts: 248
Joined: 06 Dec 2007, 17:26

26 Dec 2007, 14:10

Hi !!
Did you try the ascii code &#43 with ; at the end for '+' signe ?
I think it should work...

Best wishes for new year eve.
Empty your mind, be formless, be shapeless, like water...
www.nz-photo.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: + symbol

28 Dec 2007, 03:20

eddieschuurman wrote:How can i get the + symbol in the sitemenu by my phone number?
Use "quotes" - For example:
Code
link1rolloverdata = "tlf.: +0123456789"
 
eddieschuurman
Topic Author
Posts: 2
Joined: 26 Dec 2007, 10:43

Re: + symbol

29 Dec 2007, 04:35

mjau-mjau wrote:
eddieschuurman wrote:How can i get the + symbol in the sitemenu by my phone number?
Use "quotes" - For example:
Code
link1rolloverdata = "tlf.: +0123456789"
Example of my html code:
<br>"Tel.: +31 6 11 454 082"<br>

This dot not work by me.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

05 Jan 2008, 00:54

No, you have to add the entire value into your quotes:

"<br>Tel.: +31 6 11 454 082<br>"

If you have further problems, please post a link.