Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

style sheet syntax

Status
Not open for further replies.

freabird

Computer
Joined
Jun 23, 2012
Messages
1
Location
US
hi folks,

i haven't written any vb code for a few years and i'm having a slight problem with syntax. i'll post the script here and hopefully someone will advise me.

<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>

each character that is bolded is underlined in my code with a green line, indicating that something is "wrong"... all replies are greatly appreciated!

regards...

jay
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top