1
Even reading several articles on the net about table
https://v4-alpha.getbootstrap.com/content/tables/
https://www.w3schools.com/bootstrap/bootstrap_tables.asp
I couldn’t get a question out.
How to take the horizontal line from the table in bootstrap
Below I leave an image as an example of a simple table where
there are 3 lines in very light gray that separate the records.
How to remove them?? I tried using border, but the same only works for borada :)
I would like to have the result as in the image below (I edited the first image )
Good afternoon Mathias.. I understood what you answered.. I’m new to bootstrap so go another question.. Could I make a TABLE01 object inheriting from table and then put the code you demonstrated in TABLE01?? How would I do this inheritance thing in bootstrap/css ?? Another file?? Inside Bootstrap.css??? Thanks for your attention :)
– Ricardo M.Souza
@Souza take a look at the fiddle again, I updated so that the edge removal is done only on the table with
id="TABLE01"
– Mathiasfc
Good afternoon... again... :) Very cool the ID bid :). Thank you for your attention and Hugs :)
– Ricardo M.Souza
In fact the
!important
is not necessary since you are already manipulating the table by id.– Kiss
@Viniciuskiss really, is that in the previous example I was working with the selector
table td{...}
, after updating the example, the!important
it is no longer necessary.– Mathiasfc