im totally new to css..
i was wonder how can i include CSS in my index file
i want to include the css file so i can use "class" in my <TD> tag
for example (HTML)
<td class="first">
example (CSS)
td.first{
font-family:Tahoma
}
Edited by !nTeL, 12 August 2006 - 08:25 PM.
