hello regarding the css use for links .. "<th>{style:type=div|align=left}*{style:type=span|font-size=12px|color=#ffffff|background-color=#FF3333}<style> a {color:#FFCCDF;}[Review product feedback to designers>Rev_Desfeed]</style>{style}*{style} </th>" it does not work..it just shows me the css code...but the colors are the same(default) that is why i said last time that i don't think i get the use of css in xwiki. can u help me with it, pls? thanks Take care , Gabriela Radu :) www.gabrielaradu.com ----- Original Message ---- From: Guillaume Lerouge <[email protected]> To: XWiki Users <[email protected]> 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.:) AFAIK XWiki doesn't support cell merging as of now. However you can combine the table macro with html to create merged cells, as in http://www.xwiki.com/xwiki/bin/view/Solutions/Subscription?viewer=code -> look at how the table is written. You'll find a lot of info here : http://www.xwiki.org/xwiki/bin/view/FAQ/ . Please take the time to add new entries there once you find answers to your questions. Thanks, Guillaume -----Inline Attachment Follows----- _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
Hi Grabriela, Gabriela Radu wrote:
hello regarding the css use for links .. "<th>{style:type=div|align=left}*{style:type=span|font-size=12px|color=#ffffff|background-color=#FF3333}<style> a {color:#FFCCDF;}[Review product feedback to designers>Rev_Desfeed]</style>{style}*{style} </th>" it does not work..it just shows me the css code...but the colors are the same(default) that is why i said last time that i don't think i get the use of css in xwiki. can u help me with it, pls? thanks
I am trying to understand what you are trying to do... Are you including this code in a XWiki page? XWiki look and feel is completely controlled by CSS, JS and Velocity macros. Each time is easier to modify some characteristics of the layout although it is by no means easy to understand/control the whole thing! If you want to use CSS to control the appearance of your contents or the layout of your wiki, these could be good starting points... http://platform.xwiki.org/xwiki/bin/view/AdminGuide/CSS+files http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins#HCreatingawholenew... Just my two cents, Ricardo -- Ricardo Rodríguez Your EPEC Network ICT Team
participants (2)
-
[Ricardo Rodriguez] Your EPEC Network ICT Team -
Gabriela Radu