Home › Forums › Classic DFFS › DFFS Form examples › Reply To: DFFS Form examples
May 29, 2015 at 19:08
#7713
Here is a handy bit of HTML I use in a heading (see attachment) shown or hhidden based on a rule for an important message.
<table bgcolor="#fff9de" cellpadding="3px" width=100% style="border-collapse: collapse;"><tr><td style="border-top: 1px solid #ffdf88; border-bottom: 1px solid #ffdf88; border-left: 1px solid #ffdf88; border-right: 0px solid #ffdf88;"><img src="_layouts/images/warning32by32.gif" /></td><td style="font-size: 12px; border-top: 1px solid #ffdf88; border-bottom: 1px solid #ffdf88; border-left: 0px solid #ffdf88; border-right: 1px solid #ffdf88;"> This is an important message that can be hidden or displayed based on rules for headings.</td></tr></table>
- This reply was modified 9 years, 7 months ago by Rich Rockwell.
- This reply was modified 9 years, 7 months ago by Rich Rockwell.
- This reply was modified 9 years, 7 months ago by Alexander Bautz. Reason: Fixed HTML format on the image tag