Ordered and unordered lists don't work in Windows 7
hi,
i updated css when went robohelp 5 word robohelp 8 html (using peter's site guide - thanks, peter) , been working fine in windows xp. got upgraded windows 7 , ordered , unordered list styles don't work @ all. i've read through peter's site , feel i'm running in circles. can please @ styles , tell me i'm doing wrong? prefer follow simple method of calling lists. thanks, jan
}
ol,
ul {
margin-top: 0px;
margin-bottom: 0px;
font-family: verdana;
font-size: 10pt;
padding: 0pt;
}
li {
margin-bottom: 6pt;
font-family: verdana, sans-serif;
color: #000000;
}
p.ordered1 {
margin-top: 5pt;
font-family: verdana;
font-size: 10pt;
font-weight: normal;
list-style-type: decimal;
}
p.ordered2 {
margin-left: 18pt;
font-family: verdana;
font-size: 10pt;
margin-top: 5pt;
list-style-type: lower-alpha;
}
p.ordered3 {
margin-top: 2pt;
font-family: verdana;
font-size: 10pt;
margin-left: 35pt;
list-style-type: lower-roman;
}
p.unordered1 {
list-style: disc;
margin-top: 5pt;
font-size: 10pt;
}
p.unordered2 {
margin-left: 15pt;
list-style: square;
margin-top: 5pt;
font-size: 10pt;
}
p.unordered3 {
list-style: circle;
margin-top: 5pt;
margin-left: 28pt;
font-size: 10pt;
}
what browser using? may have impact on how css interpreted…
More discussions in RoboHelp HTML
adobe
Comments
Post a Comment