Question : Removing the "Dot" From an Unordered List

I have the code below that I have been using for some time.  However, the "dot" still appears on the left of the list, along with the arrow.  How can I make sure the dot will not appear?

Thanks in advance!
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
#doc4 .yui-b a {
	padding-left: 10px;
	list-style:none;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-bottom: .4em;
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#doc4 .yui-b a:visited,active {
	padding-left: 10px;
	list-style:none;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#doc4 .yui-b a:hover {
	padding-left: 10px;
	list-style:none;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	color: #ff0000;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

Answer : Removing the "Dot" From an Unordered List

Virtual Router Redundancy Protocol (VRRP) Is an IETF standard an answer to Cisco’s HSRP

VRRP/HSRP Comparison

Active/Standby in VRRP it is called Master/Backup
Standby group now becomes the VRRP Group
Master Router can share virtual IP
One second hello timer, three times hello = down time (+ skew timer)

Enabling VRRP

Perform this task to enable VRRP.
SUMMARY STEPS

1. enable

2. configure terminal

3. interface type number

4. ip address ip-address mask

5. vrrp group ip ip-address [secondary]

6. end

7. show vrrp [brief | group]

8. show vrrp interface type number [brief]

Please not not all IOS version support VRRP
Random Solutions  
 
programming4us programming4us