"table (bootstrap css)"
Bootstrap 3.3.0 Snippet by amr rashed

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <html> <head> <title></title> </head> <body style="cursor: auto;"> <h2>in some cases bootstrap library made confilicts with some word press themes so ,you can only copy css style from here and add it to your web page </h2> <table class="table table-striped" style="width: 600px;"> <tbody> <tr> <td align="right"><a href="http://www.mohe.gov.sa/ar/default.aspx" target="_blank" title="">وزارة التعليم</a></td> </tr> <tr> <td align="right"><a href="http://www.rae.ac.uk/results/selectHEI.aspx" target="_blank" title="">RAE تقويم الجامعات البريطانية</a></td> </tr> <tr> <td align="right"><a href="http://www.topuniversities.com/university-rankings-articles/world-university-rankings" target="_blank" title="">ترتيب الجامعات على مستوى العالم</a></td> </tr> <tr> <td align="right"><a href="http://www.timeshighereducation.co.uk/world-university-rankings/2010-11/world-ranking" target="_blank" title="">لئحة التصنيف العالمي جامعة أفضل الجامعات العالمية</a></td> </tr> <tr> <td align="right"><a href="http://educad.me/blog/" target="_blank" title="">مدونة البحث العلمي</a></td> </tr> </tbody> </table> </body> </html>
<style type="text/css"> .table { width: 100%; max-width: 100%; margin-bottom: 20px; } table { background-color: transparent; } table { border-spacing: 0; border-collapse: collapse; } table { display: table; border-collapse: separate; border-spacing: 2px; border-color: grey; } .table-striped>tbody>tr:nth-of-type(odd) { background-color: #f9f9f9; } .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } tr { display: table-row; vertical-align: inherit; border-color: inherit; } td , th { display: table-cell; vertical-align: inherit; } table { border-spacing: 0; border-collapse: collapse; } table { display: table; border-collapse: separate; border-spacing: 2px; border-color: grey; } </style>

Related: See More


Questions / Comments: