How to hide wordpress table borders without changing css

2 replies
  • WEB DESIGN
  • |
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.
#borders #changing #css #hide #table #wordpress
  • Profile picture of the author Farish
    Originally Posted by melvinsh View Post

    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.
    <table border="0">
    {{ DiscussionBoard.errors[8996505].message }}
    • Profile picture of the author Istvan Horvath
      Originally Posted by melvinsh View Post

      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.
      Originally Posted by Farish View Post

      <table border="0">
      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
      Signature

      {{ DiscussionBoard.errors[8997829].message }}

Trending Topics