Desktop User Guides > Professional > Interview scripting > Writing interview scripts > Page layout facilities > Templates > Displaying response controls side by side with question text > Adding CSS class names to the rendered HTML
 
Adding CSS class names to the rendered HTML
To add CSS class names to the rendered HTML, use an <mrPage> tag with the IncludeCSSNames attribute set to True, as follows:
<mrPage IncludeCSSNames='True'>[Text]</mrPage>
If your template contains other <mrPage> tags, you can place this attribute on any of those tags rather than writing a new tag.
See also
Writing templates