Solution to the problem that the border style of the <td></td> tag cannot be displayed in the browser

Solution to the problem that the border style of the <td></td> tag cannot be displayed in the browser The solution to the problem that the border style of the label cannot be displayed in the browser is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

Original URL: http://www.cnblogs.com/jinzhaoyoujiu/archive/2016/05/09/td_border.html

question:

In some browsers, such as 360 browser's compatibility mode,

When the content in the <td style="border:1px solid red;"></td> tag is empty, that is: <td style="border:1px solid red;"></td> , its border style is invalid.

Solution:

<td style="border:1px solid red;">&nbsp;</td>

The above article

<<:  Seven solutions for classic distributed transactions between MySQL and Golan

>>:  Introduction to using data URI scheme to embed images in web pages

Recommend

Implementing long shadow of text in less in CSS3

This article mainly introduces how to implement l...

Detailed explanation of the process of installing MySQL on Ubuntu 18.04.4

Let's take a look at the process of installin...

Detailed process of upgrading gcc (version 10.2.0) under CentOS7 environment

Table of contents Short Introduction 1. Check the...

How to install grafana and add influxdb monitoring under Linux

Install grafana. The official website provides an...

How to remove the blue box that appears when the image is used as a hyperlink

I recently used Dreamweaver to make a product pres...

A detailed summary of HTML tag nesting rules suitable for beginners

I have been relearning HTML recently, which can be...

Summary of methods to improve mysql count

I believe many programmers are familiar with MySQ...

Deep understanding of the use of ::before/:before and ::after/:after

Part 1: Basics 1. Unlike pseudo-classes such as :...

25 Examples of Using Circular Elements in Web Design

Today, this post lists some great examples of circ...

A simple method to be compatible with IE6's min-width and min-height

If a website is widescreen, you drag the browser ...

Code analysis of synchronous and asynchronous setState issues in React

React originated as an internal project at Facebo...

Implementation of Docker CPU Limit

1. --cpu=<value> 1) Specify how much availa...

Detailed steps for completely uninstalling MySQL 5.7

This article mainly summarizes various problems o...

VMware12.0 installation Ubuntu14.04 LTS tutorial

I have installed various images under virtual mac...