I've got several pictures that I would like to arrange and then center in the middle section of the Application Layout Control. I've made several attempts but apparently am just too numb to figure it out. Any help would be appreciated.
Asked
Active
Viewed 80 times
2 Answers
0
You need to look into CSS.
For example, you can add a div around your images and then assign a CSS class to this div. Using CSS you can then center and control size etc. for this div according to your preferences.

Per Henrik Lausten
- 21,331
- 3
- 29
- 76
-
I understand that part. I don't understand how to find out what the class names are in the Application Layout Control. Is there a graphic someplace that shows the Application Layout Control with all the classes identified? – Mike Jackson Jul 05 '12 at 16:34
-
Also, I don't think I understand the process of determining the class and overriding the css. A book specific to Xpages and CSS would be an excellent tool for us old lotuscript programmers. – Mike Jackson Jul 05 '12 at 16:36
-
If you use OneUI as part of your theme, the following is useful documentation for OneUI: http://infolib.lotus.com/resources/oneui/2.1/docPublic/components/overview.htm – Per Henrik Lausten Jul 05 '12 at 18:16
-
Also the browser developer tools are very useful tools when working with CSS - for example the Chrome Developer Tools which is part of the Chrome browser. – Per Henrik Lausten Jul 05 '12 at 18:36
-
One of the web developers here showed me how to use Firebug today. I made more progress in 5 minutes than I had in the previous month. Thanks for the tips. – Mike Jackson Jul 10 '12 at 17:55
-
Yes - Firebug, Developer Tools in Chrome, and other similar tools are very useful tools for web developers. – Per Henrik Lausten Jul 10 '12 at 19:10