Forum Moderators: not2easy
table {border:0 none; border-collapse:collapse; width:765px; }
When I type the following lines after loading the css
table {border:0 none; border-collapse:collapse; width:65px;}It works great and all table are reduced.
BUT when I type
table {border:0 none; border-collapse:collapse;}It doesn't give me what I want, it follows the width given in the CSS (765px). I presume it is a question of CSS priority.
Then, what should I do to cancel the default width from my CSS so that I can play around with table without making a new CSS file?