Question:
In Microsoft Internet Explorer, I can specify a style as
TABLE.listTable { font-size : "10pt"}
and all the cells of the table will have a 10pt font size.
In Netscape, this approach doesn’t work because the font sizes have to be specified for each cell (
classes.listTable.td.fontSize = "10pt"
and add the CLASS=listTable to each
Answer:
You can specify a setting for table cells (TD) elements using a style sheet:
TD { color: red; font-size: larger }
However, you have to be careful of your use of other style and formatting with the table as this can override the TD setting. For instance, not closing a table element, or using nested elements can turn off the global style setting.
For example, define a global style setting using:
and then create a table like this:
| Hello there |
The table contents will show red, with a larger font size, for Netscape Navigator 4.x and up, and IE 4.x and up, in a Windows environment.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.
Related Posts
About Our Editorial Process
At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.
See our full editorial policy.

Observability vs AI Observability: What Changes in Prod

Teens Turn to AI for Support

Capgemini Reviews Role In U.S. Surveillance

Understanding Backpressure in Event-Driven Architectures

How to Diagnose Slow Database Queries in Production

Patient Hails Success Of Milestone Procedure

How to Build Multi-Tenant Databases Safely

EPA Moves to Roll Back GHG Finding

When Tech Leaders Confuse Alignment with Consensus

Best SOC 2 Compliance Tools in 2026: Top Platforms Ranked

Iranian Drone Strikes Nakhchivan Airport

Study Finds Gaps In Chinese AI Responses

Revel Raises $150 Million Series B

Cirencester Researchers Tout Eco Savings Claim
Wireless Home Theater Finally Sounds Like Cinema
E-Ink Tablets Are The Focus We Need


7 Things Engineering Leaders Must Know Before Adding LLMs


The Essential Guide to Data Modeling for High-Write Systems


What Is Workload Isolation (And Why It Matters at Scale)


Hybrid Retrieval vs Vector Search: What Actually Works


5 Signals Your AI Evaluation Metrics Tell the Wrong Story

AI War Games Trigger Nuclear Responses

UK Regulator Fines Reddit Over Children’s Data

AI Tool Records Medical Appointments Automatically
