Hey, I;m just curious as to how i could add a border to the left and right side only on a table in html not using css and having it dashed Is there a way?
when ever you working in HTML tag <table> you can assign border universal not specify for one or two sites, so you may try to use inline styles for do better this task...
This isn't possible, only possible with CSS, like kashifmughal said, you could just try to use inline styles.