Page 1 of 1

+ symbol

Posted: 26 Dec 2007, 10:50
by eddieschuurman
Hello,

How can i get the + symbol in the sitemenu by my phone number?

Posted: 26 Dec 2007, 14:10
by nz-photo
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.

Re: + symbol

Posted: 28 Dec 2007, 03:20
by mjau-mjau
eddieschuurman wrote:How can i get the + symbol in the sitemenu by my phone number?
Use "quotes" - For example:
Code
link1rolloverdata = "tlf.: +0123456789"

Re: + symbol

Posted: 29 Dec 2007, 04:35
by eddieschuurman
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.

Posted: 05 Jan 2008, 00:54
by mjau-mjau
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.