I've got two tables on my page, and I want to have different styles for them.
The link for the first css is <link href="../../../css/.links.css" rel="stylesheet" type="text/css"> and I've put class="links" in the table tag.
My second link is <link href="../../../css/.contents.css" rel="stylesheet" type="text/css"> with class="contents" in the second table tag.
The problem is the second table has got the style of the first table. If I use one class stylesheet, both tables are affected. Does anyone know what's going on here and what the solution is?
Last edited by woundedhealer on Thu Mar 22, 2007 10:49 pm; edited 1 time in total
The link for the first css is <link href="../../../css/.links.css" rel="stylesheet" type="text/css"> and I've put class="links" in the table tag.
My second link is <link href="../../../css/.contents.css" rel="stylesheet" type="text/css"> with class="contents" in the second table tag.
The problem is the second table has got the style of the first table. If I use one class stylesheet, both tables are affected. Does anyone know what's going on here and what the solution is?
Last edited by woundedhealer on Thu Mar 22, 2007 10:49 pm; edited 1 time in total
