----- Original Message ----
From: Guillaume Lerouge <guillaume@xwiki.com>
To: XWiki Users <users@xwiki.org>
Sent: Monday, March 10, 2008 4:31:54 PM
Subject: Re: [xwiki-users] hello :D
Hi
1. changing colors of a link...
i have this code:
"{style:type=div|align=left}*{style:type=span|font-size=12px|color=#ffffff|background-color=#DE2626}[Review product feedback to designers>Rev_Desfeed]{style}*{style} "
it worked fine before i made it a link:))) now i have no idea how to control the colors. i saw something on the internet about using css.. i have used css so far but in xwiki i think i don't get it.
You can use CSS. the color attribute targets text color. To change a link color you need to target the <a> element using something like <style> a {color: #000;} </style>
2. i wanna merge 2 cells of a table . do ya have any idea how to do that...
and another thing..is there something like a forum for xwiki, or a website where all the questions have been answered can be found there? so that i won't ask question that were already
asked.:)
Thanks,
Guillaume