Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Teachers,
I am trying to show email body in a table column.
the problem is it applies its css to the parent html. Please help.
Posted

You have to identify html elements by id or class. Learn to assign different selectors for html elements: http://www.w3schools.com/css/css_selectors.asp[^]
 
Share this answer
 
You can use "element element" or "element>element" CSS selector: http://www.w3schools.com/cssref/css_selectors.asp[^].

See other selectors and examples.

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900