How do I use different Style Sheets on different DIV Tags
Steve Dyke
Ranch Hand
Joined: Nov 16, 2004
Posts: 1254
posted
0
I have a page with four DIVs. Each has a table in them. I want to have one of the tables in one of the DIV to be a smaller font. So I created two css files calling one out in the three JSPs that load in the DIVs and another to control the fourth JSP and DIV.
What happens is the fourth one changes all fonts to its settings.
How do I either get this to work or have one css to control two tables differently?
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
That is what a class is for.
Eric
Steve Dyke
Ranch Hand
Joined: Nov 16, 2004
Posts: 1254
posted
0
Eric Pascarello wrote:That is what a class is for.