the first problem with that is that u r not using correct css property
so use
command {
color: #c30000;
font-style: italic;
}
order {
color: #c30000;
font-weight: bold; // for making text bold
}
however u must use classes ans id's instead. since the tags u using are not valid html tags, they could be ignored by the browser.
Last edited by vishesh; Oct 26th, 2006 at 3:54 pm.
Reputation Points: 85
Solved Threads: 42
Nearly a Posting Virtuoso
Offline 1,362 posts
since Oct 2006