I'm trying to create some CSS classes.
This is my .CSS file:
I'm trying to insert it into a <td> element, like so:
But it doesn't work? I've got the "<link href="title.css" rel="stylesheet" type="text/css" />" in the <head> part.
Any help?
Thanks
This is my .CSS file:
Code:
titlebackground {
background-image: url(images/titleback.gif);
font-weight: bold;
font-size: 20pt;
font-family: helvetica;
}
I'm trying to insert it into a <td> element, like so:
Code:
<tr><td class="titlebackground">
But it doesn't work? I've got the "<link href="title.css" rel="stylesheet" type="text/css" />" in the <head> part.
Any help?
Thanks







