Jump to content

Destination - Display message not displaying properly


Recommended Posts

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>&nbsp;[@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>&nbsp;[@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>&nbsp;[@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>&nbsp;[@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>&nbsp;[@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>&nbsp;[@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>&nbsp;[@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>&nbsp;[@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>&nbsp;[@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>&nbsp;[@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]">&nbsp;[@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]">&nbsp;[@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>&nbsp;[@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>

confirm_sample.jpg

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...