![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The following code snippet shows 2 actions that are processed identically: "<a href...", but I don't want the style on the menu to act on the "mailto:" usage. I want to apply a different style to the "mailto:" usage, but I don't know how to do so. Please advise. TIA style type="text/css" img {float: right; margin: 0px 20px 15px 20px;} ul.menu {float: left; width: 100%; padding: 0; margin: 0; list-style-type: none; padding-bottom: 0.5cm;} ul.menu li {display: inline} ul.list li {margin-left: 40px} a {text-decoration: none; color: white; background-color: brown; padding: 0.2em 0.6em; border-right: 0px solid white;} a:visited{color:yellow} a:hover {background-color: maroon} p.leftmargin {margin-left: 20px} body {color:White; background-color:MidnightBlue; font-family:sans-serif;} h2 {font-face: Georgia; color: White; font-size: 30px} /style /head body div style="text-align: center;" ul class="menu" li><a href="News.html">News!</a></li li><a href="Calendar.html">Events Calendar</a></li li><a href="BlockWatch.html">BlockWatch</a></li li><a href="businesses5.html">Businesses</a></li li><a href="Meetings.html">Our Meetings</a></li li><a href="History.html">Neighborhood History</a></li li><a href="Contact.html">Contact</a></li /ul [...] Association at <a href="mailto:info (AT) midtownmuseumdistrict (DOT) org">e-mail /a /div |
#3
| |||
| |||
|
|
The following code snippet shows 2 actions that are processed identically: "<a href...", but I don't want the style on the menu to act on the "mailto:" usage. I want to apply a different style to the "mailto:" usage, but I don't know how to do so. Please advise. TIA style type="text/css" .... ul.menu li {display: inline} ul.list li {margin-left: 40px} a {text-decoration: none; color: white; background-color: brown; padding: 0.2em 0.6em; border-right: 0px solid white;} a:visited{color:yellow} a:hover {background-color: maroon} .... |
|
ul class="menu" li><a href="News.html">News!</a></li ... /ul [...] Association at <a href="mailto:info (AT) midtownmuseumdistrict (DOT) org">e-mail /a /div |
#4
| |||
| |||
|
|
The following code snippet shows 2 actions that are processed identically: "<a href...", but I don't want the style on the menu to act on the "mailto:" usage. I want to apply a different style to the "mailto:" usage, but I don't know how to do so. Please advise. TIA |
![]() |
| Thread Tools | |
| Display Modes | |
| |