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.

Apple Subsidiary Paid Russian Streaming Service

How to Support Multiple Tech Stacks in an IDP

Lankford Says US Winning Against Iran

Zcash Lab Develops Zodl Wallet

6 Indicators Your System Pays a Latency Tax

Advocates Weigh AI’s Classroom Future

BlackRock Backs IQM With €50 Million

How to Evaluate New Tech Before Production Use

SEO Myths That Are Costing You Customers Right Now

Asian Stocks Slide on Conflict Fears

Comedian Praises Military Over Universities on X

How Retail Traders Can Build a Low Latency Trading System

The Hidden Design Choices Slowing Every Request

Designers Promote Modular Craft Room Solutions

Three Problems Slowing Down Every DBA Managing Multiple Database Platforms

Architecture Review Behaviors That Build Credibility

Anthropic Rejects Surveillance and Autonomous Weapons

Germany Faces Calls To Curb Deepfake Abuse

Satellite Firms Deny Government Pressure on Access

How to Scale Storage Systems Without Losing Performance

Iran Conflict Rattles Global Financial Markets

Swarmer IPO Tests Defense Tech Exit

Trump Halts Agency Use of Anthropic
