How would he use it on a XPage?

Slobo is working on a new XPages application. He has a requirement to use a Stylesheet (CSS).

How would he use it on a XPage?
A . Add the Style Sheet to the NS
B . In the XPage, insert at the top of the XPage<scriptBlock><LINK href="special.css" rel="stylesheet" type="text/css"></scriptBlock>
C . Add the Style Sheet to the NS
D . In the XPage, insert at the top of the XPage:<HEAD><LINK href="special.css" rel="stylesheet" type="text/css"></HEAD>
E . Add the CSS stylesheet in the Resources/Style Sheets section. Using the Resources tab in the Properties view of the XPage that needs to usethe CSS classes, use the Add Resource button and choose Style Sheet from the drop-down menu of choices.
F . Add the CSS stylesheet in the Shared Elements/Style Sheets section. Using the Resources tab in the Properties view of the XPage that needsto use the CSS classes, use the Add Resource button and choose Style Sheet from the drop-down menu of choices.

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments