Home > Web Front-end > HTML Tutorial > There are no table borders in some places_html/css_WEB-ITnose

There are no table borders in some places_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:17:02
Original
1113 people have browsed it

Today I made a calendar table of class schedules, but the page always has no borders, and some places are missing, which is very strange.
Code

<table  class="tbNormal clear" style="border-collapse: collapse;border-spacing: 0;border: 3px;width:98%; " border="1"><tr>							<td style="width:14%;background:#7092BE; vertical-align: middle;text-align: center;">
Copy after login

The page is put together
The displayed effect is:

Some places have no borders, and some places seem to have multiple borders. Please advise, thank you!


Reply to discussion (solution)

Add border to td’s style: 1px solid #000;

Set the border style, border: 3px solid #000 ;

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