The Bootstrap jumbotron component provides an excellent way to showcase the key content or information on a web page. Just wrap your featured content like heading, descriptions etc. in a <div> element and apply the class .jumbotron on it.
Updating the Exhibitor Login Page
- Add &showmsg=1 to the end of the e_login.aspx URL to see the Message # associated with that text.
- Event Settings>Message Management> Ctrl+F>type in the number
- Click Source.
- Add <div class="jumbotron"> at the beginning of the text and then scroll to the end and add </div> to the end of the text.
- Click Save.
Message # 4675
<div class="jumbotron">
<h2 class="display-3">New Exhibitor?</h2>
<p class="lead">New to the Event? Welcome! Please complete the form below.</p>
<p><a href="addcompany.aspx" class="btn btn-primary btn-lg">New Exhibitor</a></p>
<p><a class="btn btn-primary btn-lg" href="e_addcompany.aspx">New Exhibitor</a></p>
</div>
Message #71
<div class="jumbotron">
<h2>Have you exhibited at the event in the past?</h2>
<p>Please login above with your company password to access the exhibitor console.</p>
<p>Did you forget your password? You can retrieve your password
<u><a onclick="$('#ForgotPassword').show()">here</a></u>.</p>
</div>