Hi
I'm new to Dreamweaver and coding and am having a few problems trying to create a style for a text based navigation table.
The style below creates a coloured cell with white text, what I can't figure out is how to set a link colour that won't be overwritten by the page property setting for link colour and set a hover colour with possibly underline too.
.SubMenuOn1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #FFFFFF;
border: none;
background-color: #6BCDE8;
Can someone please help.
Thanks
I'm new to Dreamweaver and coding and am having a few problems trying to create a style for a text based navigation table.
The style below creates a coloured cell with white text, what I can't figure out is how to set a link colour that won't be overwritten by the page property setting for link colour and set a hover colour with possibly underline too.
.SubMenuOn1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #FFFFFF;
border: none;
background-color: #6BCDE8;
Can someone please help.
Thanks