|
-
Jun 25th, 2012, 04:36 PM
#1
Thread Starter
New Member
style sheet syntax
hi all...
i'm doing a small project that uses a style sheet, and i'm having a problem with the syntax. in the code below, each of the character(s) that are bolded are underlined with a green line, indicating that something is "wrong..." please let me know if anyone see's the error.
thanking you in advance!! 
jay (freabird)
<style type="text/css" title="Application Style Sheet">
<!-
.pageheading
{
color: #000000;
font-family: Tahoma, Arial;
font-size: 16PT;
font-weight: bold;
}
.tableheading
{
color: #FFFFFF;
font-family: Tahoma, Arial;
font-weight: bold;
font-size: 9pt;
background-color: #AA0000;
text-align: center;
}
.tabletext
{
color: #000000;
font-family: Tahoma, Arial;
font-size: 9pt;
}
.tabletext_gray
{
color: #000000;
font-family: Tahoma, Arial;
font-size: 9pt;
background-color: #CCCCCC;
}
->
</style>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|