How to hide wordpress table borders without changing css

by 2 replies
3
I have a specific table I want to remove border on and I cannot get it to move the border, whats the html code as I do not want to change in css.
#website design #borders #changing #css #hide #table #wordpress
  • <table border="0">
    • [1] reply
    • Technically, you are going to change the stylesheet, anyway.

      Reminder - style can be added in 3 ways:
      - inline style;
      - internal stylesheet;
      - external stylesheet (e.g. style.css in WP themes)

      What you meant you don't want to modify the external stylesheet but you want to add inline style

Next Topics on Trending Feed