How to make there is no border between 2 td? _html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:57:18
Original
1221 people have browsed it

Now I want 1 and 2 to have no direct border. Using border-right:0px does not work. Is there any way to eliminate the border between 1 and 2?

 <table border="1" width="300" style="border-collapse: collapse;">  <tr >	<td style="border-right:0px">1</td>	<td>2</td>	<td>3</td>	<td>4</td>  </tr>  </table>
Copy after login


Reply to discussion (solution)

1
2

It turns out that the left side also needs to be set, thank you very much.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template