Customizing SWAN Push Buttons in HTML Areas
If any custom-defined push buttons in HTML areas appear in the yellow button background, you can change them to look like the SWAN push button style. To customize SWAN push buttons in HTML areas:
-
Open the HTML area that contains the push button you want to modify.
-
Locate the
<input type=button.../>tag. -
Following the
<input type...>tag, insert the following tags:<a class=’PSPUSHBUTTON’><span> ... </span></a>.
Related Topics