Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Start Styles. Move the 'style' tags and everything between them to between the 'head' tags -->
- <style type="text/css">
- .myOtherTable { width:400px;background-color:#FFFFE0;border-collapse:collapse;color:#000;font-size:18px; }
- .myOtherTable th { background-color:#BDB76B;color:white;width:50%;font-variant:small-caps; }
- .myOtherTable td, .myOtherTable th { padding:5px;border:0; }
- .myOtherTable td { font-family:Georgia, Garamond, serif; border-bottom:1px solid #BDB76B;height:180px; }
- </style>
- <!-- End Styles -->
- <table class="myOtherTable">
- <tr>
- <th>Table Header</th><th>Table Header</th>
- </tr>
- <tr>
- <td>Table cell 1</td><td>Table cell 2</td>
- </tr>
- <tr>
- <td>Table cell 3</td><td>Table cell 4</td>
- </tr>
- </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement