I’m new to the forum and struggling with the correct way to handle the following:
div.ContainerOne {float:left; margin-left: 5px; margin-bottom: 20px; margin-right: 20px; width:428px; height:100px; background: #2B341B; }
div.ContainerOne { a:link text-decoration: none; color: #ffffff; border-bottom: 1px dotted #000000; font-weight: bold; }
div.ContainerOne { a:visited text-decoration: none; color: #ffffff; border-bottom: 1px dotted #ffffff; font-weight: bold; }
div.ContainerOne { a:hover color: #ffffff; border-bottom: 1px solid #ffffff; }
div.ContainerOne { a:active color: #ffffff; border-bottom: 1px solid #ffffff; }
Thank you.