Hi Account,
FTR I thought I had already opened a jira issue about this but since I couldn't find
it I've added a new one:
Hi,
thanks a lot for your answer, but where do i have to put this code so that it affects all
my wiki pages? Is there a central style sheet for all pages? I'm sorry, but i'm
new to the xwiki system and not that familiar with programming.
zae.
>> "Moritz Hesse (EA GmbH)"
11.05.12 11.36 Uhr >>>
This is not XWiki specific, but a CSS feature. In
your stated example, the
CSS code is:
.wikiexternallink {
background: url("[...]/externallinkicon.gif") no-repeat scroll right
center transparent;
padding-right: 12px;
}
C.f.
http://en.wikipedia.org/wiki/Cascading_Style_Sheets for more
information about CSS.
i want to mark external links in my wiki like
it's done here:
http://www.xwiki.org/xwiki/bin/view/Main/ExternalLinks with a symbol after
the
link.
> How can i do that?