I received a CSS from the designer. He is using ids for the layout.
Unfortunately xPages render ids to unpredictable results:
→ becomes
What can I do? Do I really have to change all ids in the Stylesheet to the one Domino creates?
I received a CSS from the designer. He is using ids for the layout.
Unfortunately xPages render ids to unpredictable results:
→ becomes
What can I do? Do I really have to change all ids in the Stylesheet to the one Domino creates?
Subject: Have a look in the Discussion template…
…to see how styles are handled there. I don’t think you’ll be able to use id for styling in a XPages App. It’s handled differently and the ID that you see rendered can change as the app changes so applying styles based on the ID may not be the right way to do things.
Have a look in the discussion template and this will show you how it’s done.