-
1. Re: bullets not appearing correctly in FireFox
Peter Grainge Mar 18, 2010 2:19 PM (in response to cadaustria)Bullets are different in FF, not broken by RH. That too is covered in the Browsers article on my site.
See www.grainge.org for RoboHelp and Authoring tips
-
2. Re: bullets not appearing correctly in FireFox
cadaustria Mar 18, 2010 4:02 PM (in response to Peter Grainge)OK,
Through fiddling with the OL and UL settings I was able to get the bullets to look like this:
- text
- text
How do I get them to look like they do in IE:
- text
- text
??
I don't see anything that says "padding" for OL and UL except under Borders and Shading, and it's set to 0px for both
-
3. Re: bullets not appearing correctly in FireFox
Peter Grainge Mar 19, 2010 12:09 AM (in response to cadaustria)First of all you need to be editing the CSS in Notepad or similar.
Second, you won't see that line, that's why I say add the line...
Finally you need to set whatever margins you do want.
Try that. If stuck, post your UL code here.
See www.grainge.org for RoboHelp and Authoring tips
-
4. Re: bullets not appearing correctly in FireFox
cadaustria Mar 29, 2010 9:52 AM (in response to Peter Grainge)I put this in my CSS file:
OL {
font-family: Calibri;
padding: 0px;
}
UL {
font-family: Calibri;
padding: 0px;
}...and my bullets and numbers disappeared altogether - what am I doing wrong?
-
5. Re: bullets not appearing correctly in FireFox
cadaustria Mar 29, 2010 2:12 PM (in response to cadaustria)Never mind - I fixed both issues by deleting OL and UL from the CSS
-
6. Re: bullets not appearing correctly in FireFox
Willam van Weelden Mar 30, 2010 1:01 AM (in response to cadaustria)Hi,
If you post the HTML code of a list, I'll take a look.
Greet,
Willam
This e-mail is personal. For our full disclaimer, please visit www.centric.eu/disclaimer.


