Essemme_Forniture Posted February 27, 2017 Share Posted February 27, 2017 (edited) Hi, looking through the forum a found this code from vekia <table class="table table-bordered"> to have the border to my table. And it's working perfect. NOW i'm wondering, is it possible to put this code to global, maybe , to avoid to rewrite all the tables one per one? Thanks Edited March 1, 2017 by affaridanoi (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 28, 2017 Share Posted February 28, 2017 hello you can use css styles, put it to global.css and all tables will have border. table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th { border: 1px solid #ddd!important; } 1 Link to comment Share on other sites More sharing options...
Essemme_Forniture Posted March 1, 2017 Author Share Posted March 1, 2017 Perfect Vekia, as always Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now