This small hint explains how to avoid html tag soup when developing XPages.
If you use a panel or a computed field, Domino generates a DIV or SPAN tag at runtime.
There are 2 steps to avoid this behaviour
- in the Properties view on the Style tab activate "Disable runtime-applied default styles"
- take care that neither a name nor other properties for the browser frontend (like class or style) are set
That's it...