Skip to content

Instantly share code, notes, and snippets.

@piyushrajput
Created August 3, 2017 05:47
Show Gist options
  • Save piyushrajput/d270478daf368f4e456e05c8a0ecadf5 to your computer and use it in GitHub Desktop.
Save piyushrajput/d270478daf368f4e456e05c8a0ecadf5 to your computer and use it in GitHub Desktop.
Table with no middle border for cells
<table>
<tbody>
<tr>
<td style="border-right:0px solid #000 !important;">
<iframe src="https://app.box.com/embed/preview/crj8xbocq90145ypwvngp81wvfgv2ntw?theme=dark" width="300" height="400" frameborder="0" allowfullscreen="" webkitallowfullscreen="" msallowfullscreen="">
</iframe>
</td>
<td style="border-left:0px solid #000 !important;">
<h2>Insurance Claim Demo Guide</h2>
<p>Get the help you need determining how much coverage may be right for you and your family
</p>
</td>
</tr>
<tr>
<td style="border-right:0px solid #000 !important;"><img src="https://simpplr--c.na78.content.force.com/sfc/servlet.shepherd/version/Download/0681N000000JUsSQAW?asPdf=false&operationContext=CHATTER">
</td>
<td style="border-left:0px solid #000 !important;">
<h2>Insurance Claims Video</h2>
<p>Manage a wide range of risks and exposures encountered in today’s business environment.
</p>
</td>
</tr>
<tr>
<td style="border-right:0px solid #000 !important;"><img src="https://simpplr--simpplr.na78.content.force.com/sfc/servlet.shepherd/version/Download/0681N000000JUsSQAW?asPdf=false&operationContext=CHATTER" alt="allure.png">
</td>
<td style="border-left:0px solid #000 !important;">
<h2>Insurance Demo Portal</h2>
<p>No matter the industry; no matter the size of your business; we’ve got agents near you ready to build the solutions that will meet your coverage and compliance needs.
</p>
</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment