Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Vincent Massol
Hi,

On Jan 6, 2010, at 4:58 PM, J. Allen Q. Santos wrote:

 Are there any ways to color/highlight text other than using HTML/CSS?
 
 HTML/CSS:
 {{html}}font style=BACKGROUND-COLOR:yellowhello/font{{/html}}

Yes, see the syntax guide:
http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax

Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Guillaume Lerouge
Hi,

Yes, in XWiki 2.0 syntax you can do:

(% style=font-size: 2em; %)hello

Guillaume

On Wed, Jan 6, 2010 at 4:58 PM, J. Allen Q. Santos jqsan...@msn.com wrote:

 Are there any ways to color/highlight text other than using HTML/CSS?

 HTML/CSS:
 {{html}}font style=BACKGROUND-COLOR:yellowhello/font{{/html}}

 Others:
 ??
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Guillaume Lerouge
Product Manager - XWiki SAS
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Marius Dumitru Florea
J. Allen Q. Santos wrote:
 Are there any ways to color/highlight text other than using HTML/CSS?
 
 HTML/CSS:
 {{html}}font style=BACKGROUND-COLOR:yellowhello/font{{/html}}

See http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HParameters

Precisely:

(% style=color:red %)
Paragraph in red with (% style=background-color:yellow %)highlighted 
text(%%) inside.

Hope this helps,
Marius

 
 Others:
 ??
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Milind Kamble
The XWikiSyntax page documents the xwiki markup available to change text style:
(% style=text-align:center;color:blue %)   -- for syntax 2.0

I don't know how to change style for a substring in a line . For example how to 
color this string red and continue normally? I guess that would be a span 
element.

Milind



- Original Message 
 From: J. Allen Q. Santos jqsan...@msn.com
 To: XWiki Users users@xwiki.org
 Sent: Wed, January 6, 2010 9:58:47 AM
 Subject: [xwiki-users] Highlight/Color Text
 
 Are there any ways to color/highlight text other than using HTML/CSS?
 
 HTML/CSS:
 {{html}}hello{{/html}}
 
 Others:
 ??
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



  
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread J. Allen Q. Santos
Thank you for your prompt response.

-Allen

--
From: Marius Dumitru Florea mariusdumitru.flo...@xwiki.com
Sent: Thursday, January 07, 2010 12:05 AM
To: XWiki Users users@xwiki.org
Subject: Re: [xwiki-users] Highlight/Color Text

 J. Allen Q. Santos wrote:
 Are there any ways to color/highlight text other than using HTML/CSS?
 
 HTML/CSS:
 {{html}}font style=BACKGROUND-COLOR:yellowhello/font{{/html}}
 
 See http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HParameters
 
 Precisely:
 
 (% style=color:red %)
 Paragraph in red with (% style=background-color:yellow %)highlighted 
 text(%%) inside.
 
 Hope this helps,
 Marius
 
 
 Others:
 ??
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread J. Allen Q. Santos
Thank you for your prompt response.

-Allen

--
From: Milind Kamble mbk...@yahoo.com
Sent: Thursday, January 07, 2010 12:07 AM
To: XWiki Users users@xwiki.org
Subject: Re: [xwiki-users] Highlight/Color Text

 The XWikiSyntax page documents the xwiki markup available to change text 
 style:
 (% style=text-align:center;color:blue %)   -- for syntax 2.0

 I don't know how to change style for a substring in a line . For example 
 how to color this string red and continue normally? I guess that would be 
 a span element.

 Milind



 - Original Message 
 From: J. Allen Q. Santos jqsan...@msn.com
 To: XWiki Users users@xwiki.org
 Sent: Wed, January 6, 2010 9:58:47 AM
 Subject: [xwiki-users] Highlight/Color Text

 Are there any ways to color/highlight text other than using HTML/CSS?

 HTML/CSS:
 {{html}}hello{{/html}}

 Others:
 ??
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread J. Allen Q. Santos
Thank you for your prompt response.

-Allen

--
From: Vincent Massol vinc...@massol.net
Sent: Thursday, January 07, 2010 12:02 AM
To: XWiki Users users@xwiki.org
Subject: Re: [xwiki-users] Highlight/Color Text

 Hi,
 
 On Jan 6, 2010, at 4:58 PM, J. Allen Q. Santos wrote:
 
 Are there any ways to color/highlight text other than using HTML/CSS?
 
 HTML/CSS:
 {{html}}font style=BACKGROUND-COLOR:yellowhello/font{{/html}}
 
 Yes, see the syntax guide:
 http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax
 
 Thanks
 -Vincent
 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread J. Allen Q. Santos
Thank you for your prompt response.

-Allen

--
From: Guillaume Lerouge guilla...@xwiki.com
Sent: Thursday, January 07, 2010 12:04 AM
To: XWiki Users users@xwiki.org
Subject: Re: [xwiki-users] Highlight/Color Text

 Hi,

 Yes, in XWiki 2.0 syntax you can do:

 (% style=font-size: 2em; %)hello

 Guillaume

 On Wed, Jan 6, 2010 at 4:58 PM, J. Allen Q. Santos jqsan...@msn.com 
 wrote:

 Are there any ways to color/highlight text other than using HTML/CSS?

 HTML/CSS:
 {{html}}font style=BACKGROUND-COLOR:yellowhello/font{{/html}}

 Others:
 ??
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




 -- 
 Guillaume Lerouge
 Product Manager - XWiki SAS
 Skype: wikibc
 Twitter: glerouge
 http://guillaumelerouge.com/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Milind Kamble
What is the syntax to change color of a substring in a line?

Milind





From: Milind Kamble mbk...@yahoo.com
To: XWiki Users users@xwiki.org
Sent: Wed, January 6, 2010 10:07:24 AM
Subject: Re: [xwiki-users] Highlight/Color Text

The XWikiSyntax page documents the xwiki markup available to change text style:
(% style=text-align:center;color:blue %)   -- for syntax 2.0

I don't know how to change style for a substring in a line . For example how to 
color this string red and continue normally? I guess that would be a span 
element.

Milind



- Original Message 
 From: J. Allen Q. Santos jqsan...@msn.com
 To: XWiki Users users@xwiki.org
 Sent: Wed, January 6, 2010 9:58:47 AM
 Subject: [xwiki-users] Highlight/Color Text
 
 Are there any ways to color/highlight text other than using HTML/CSS?
 
 HTML/CSS:
 {{html}}hello{{/html}}
 
 Others:
 ??
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



  
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users



  
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Guillaume Lerouge
Have you tried

Some text (% style=color: red; %)subtring of text(%%) Some other text

Guillaume

On Wed, Jan 6, 2010 at 6:16 PM, Milind Kamble mbk...@yahoo.com wrote:

 What is the syntax to change color of a substring in a line?

 Milind




 
 From: Milind Kamble mbk...@yahoo.com
 To: XWiki Users users@xwiki.org
 Sent: Wed, January 6, 2010 10:07:24 AM
 Subject: Re: [xwiki-users] Highlight/Color Text

 The XWikiSyntax page documents the xwiki markup available to change text
 style:
 (% style=text-align:center;color:blue %)   -- for syntax 2.0

 I don't know how to change style for a substring in a line . For example
 how to color this string red and continue normally? I guess that would be a
 span element.

 Milind



 - Original Message 
  From: J. Allen Q. Santos jqsan...@msn.com
  To: XWiki Users users@xwiki.org
  Sent: Wed, January 6, 2010 9:58:47 AM
  Subject: [xwiki-users] Highlight/Color Text
 
  Are there any ways to color/highlight text other than using HTML/CSS?
 
  HTML/CSS:
  {{html}}hello{{/html}}
 
  Others:
  ??
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users




 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Guillaume Lerouge
Product Manager - XWiki SAS
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread J. Allen Q. Santos
What I know is by using HTML/CSS.

{{html}}font color=blueHELLO/font{{/html}} WORLD!

 outputs HELLO WORLD! where HELLO is blue

Allen
--
From: Milind Kamble mbk...@yahoo.com
Sent: Thursday, January 07, 2010 1:16 AM
To: XWiki Users users@xwiki.org
Subject: Re: [xwiki-users] Highlight/Color Text

 What is the syntax to change color of a substring in a line?

 Milind




 
 From: Milind Kamble mbk...@yahoo.com
 To: XWiki Users users@xwiki.org
 Sent: Wed, January 6, 2010 10:07:24 AM
 Subject: Re: [xwiki-users] Highlight/Color Text

 The XWikiSyntax page documents the xwiki markup available to change text 
 style:
 (% style=text-align:center;color:blue %)   -- for syntax 2.0

 I don't know how to change style for a substring in a line . For example 
 how to color this string red and continue normally? I guess that would be 
 a span element.

 Milind



 - Original Message 
 From: J. Allen Q. Santos jqsan...@msn.com
 To: XWiki Users users@xwiki.org
 Sent: Wed, January 6, 2010 9:58:47 AM
 Subject: [xwiki-users] Highlight/Color Text

 Are there any ways to color/highlight text other than using HTML/CSS?

 HTML/CSS:
 {{html}}hello{{/html}}

 Others:
 ??
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Highlight/Color Text

2010-01-06 Thread Milind Kamble
Yup. That works. Thanks for the information. Now, this information would be 
worthwhile to add in the XWikiSyntax page :).

Milind





From: Guillaume Lerouge guilla...@xwiki.com
To: XWiki Users users@xwiki.org
Sent: Wed, January 6, 2010 11:20:55 AM
Subject: Re: [xwiki-users] Highlight/Color Text

Have you tried

Some text (% style=color: red; %)subtring of text(%%) Some other text

Guillaume

On Wed, Jan 6, 2010 at 6:16 PM, Milind Kamble mbk...@yahoo.com wrote:

 What is the syntax to change color of a substring in a line?

 Milind




 
 From: Milind Kamble mbk...@yahoo.com
 To: XWiki Users users@xwiki.org
 Sent: Wed, January 6, 2010 10:07:24 AM
 Subject: Re: [xwiki-users] Highlight/Color Text

 The XWikiSyntax page documents the xwiki markup available to change text
 style:
 (% style=text-align:center;color:blue %)   -- for syntax 2.0

 I don't know how to change style for a substring in a line . For example
 how to color this string red and continue normally? I guess that would be a
 span element.

 Milind



 - Original Message 
  From: J. Allen Q. Santos jqsan...@msn.com
  To: XWiki Users users@xwiki.org
  Sent: Wed, January 6, 2010 9:58:47 AM
  Subject: [xwiki-users] Highlight/Color Text
 
  Are there any ways to color/highlight text other than using HTML/CSS?
 
  HTML/CSS:
  {{html}}hello{{/html}}
 
  Others:
  ??
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users




 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Guillaume Lerouge
Product Manager - XWiki SAS
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users



  
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users