SDmesaweb Posted July 21, 2016 Report Share Posted July 21, 2016 I have the following html for my display message. It renders perfectly in the editor but on the page the last section is cut off. I have attached an image. <div id="section-to-print"> <h1 id="noDisplay">Event Request</h1> <strong><span style="font-size:18px;">Thank you!</span></strong><br /> Your event submission was successful. You will be notified via email as your event progresses through the approval process. If you have any questions regarding the event process or your event please contact <strong><a href="http://www.sdmesa.edu/college-services/administrative-services/">Administrative Services</a></strong>.<br /> <br /> [@cbParamVirtual9!] <h2>For your reference</h2> <hr /> <strong>Event ID</strong>: [@field:event_id]<br /> <strong>Submission Date</strong>: [@cbParamVirtual10]<br /> <br /> <strong><span style="color:#023867;">EVENT INFORMATION</span></strong> <table cellpadding="5" cellspacing="5" style="width: 100%;" width="100%"> <tbody> <tr> <td style="background-color: rgb(240, 240, 240)!important; text-align: center; width: 15%; white-space: nowrap;">Title</td> <td style="width: 30%; white-space: nowrap;text-transform: capitalize;"><strong> [@field:event_title]</strong></td> <td style="background-color: rgb(240, 240, 240)!important; text-align: center; width: 15%;">Type</td> <td style="text-transform: capitalize;"><strong> [@field:event_type]</strong></td> </tr> <tr> <td style="background-color:#f0f0f0!important;text-align:center;vertical-align:center;">Category</td> <td style="vertical-align:center;text-transform: capitalize;"><strong> [@field:event_category]</strong></td> <td style="background-color: rgb(240, 240, 240)!important; text-align: center; white-space: nowrap;">Requesting Entity</td> <td style="vertical-aling:center;text-transform: capitalize;"><strong> [@field:contact_request_entity]</strong></td> </tr> <tr> <td style="background-color:#f0f0f0!important;text-align:center;vertical-align:center;">Date</td> <td style="vertical-align:center;"><strong> [@field:event_fulldate]</strong></td> <td style="background-color:#f0f0f0!important;text-align:center;vertical-align:center;">Time</td> <td style="vertical-align:center"><strong> [@field:event_time]</strong></td> </tr> <tr> <td style="background-color:#f0f0f0!important;text-align:center;vertical-align:center;">Location</td> <td style="vertical-align:center;text-transform: capitalize;"><strong> [@field:event_loc]</strong></td> <td style="background-color:#f0f0f0!important;text-align:center;vertical-align:center;">On/Off Campus</td> <td style="vertical-align:center;text-transform: capitalize;"><strong> [@field:event_site]</strong></td> </tr> </tbody> </table> <br /> <strong><span style="color:#023867;">CONTACT INFORMATION</span></strong> <table cellpadding="5" cellspacing="5" style="width: 100%;" width="100%"> <tbody> <tr> <td style="background-color: rgb(240, 240, 240)!important; text-align: center; width: 15%;">Contact</td> <td style="vertical-align:center;text-transform: capitalize;"><strong> [@field:contact_fullname]</strong></td> <td style="background-color:#f0f0f0!important;text-align:center;vertical-align:center;">Approver</td> <td style="vertical-align:center;"><strong> [@field:contact_dean_fullname]</strong></td> </tr> <tr> <td style="background-color:#f0f0f0!important;text-align:center;vertical-align:center;">Email</td> <td style="vertical-align:center;"><strong><a href="mailto:[@field:contact_email]"> [@field:contact_email]</a></strong></td> <td style="background-color:#f0f0f0!important;text-align:center;vertical-align:center;">Email</td> <td style="vertical-align:center;"><strong><a href="mailto:[@field:contact_dean_email]"> [@field:contact_dean_email]</a></strong></td> </tr> <tr> <td style="background-color:#f0f0f0!important;text-align:center;vertical-align:center;">Phone</td> <td style="vertical-align:center;"><strong> [@field:contact_phone]</strong></td> </tr> </tbody> </table> <br /> <strong><span style="color:#023867;">Description</span></strong> <strong><span style="color:#023867;">DESCRIPTION</span></strong> <p>[@field:event_desc]</p> <p>[@field:event_addInfo]</p> <strong><a href="javascript:window.print();">Print this page</a></strong> <br /> </div> Quote Link to comment Share on other sites More sharing options...
MayMusic Posted July 25, 2016 Report Share Posted July 25, 2016 I have had the same issue and I know it is fixed in upcoming release Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.