When I create a list as part of text in HTML box, when I click on Browser, list comes out in a different font than rest of text. What do I do to have a list in the same style? Thanks
Hi Linda ,
I suspect your ‘rest of text’ style is based on a p (paragraph) tag. This is generally good but lists don’t use or aren’t children of paragraphs so they simply get left unstyled. To correct this I’d suggest you do one of two things;
duplicate your p tag in the Edit > Styles dialog and change the p name to ul (for a bulleted list) or ol (for a numbered/alpha list).
or
change the p in your paragraph style to body. This will style everything within the body using this style. This is what I generally do as it provides blanket coverage for all text on the page and a standard that I can then later mess with using other styles applied to bits of text that need to be different.
Have fun stylin’
Regards,
Tim.
On 9 Oct 2014, at 20:31, Linda Pillsbury wrote:
When I create a list as part of text in HTML box, when I click on Browser, list comes out in a different font than rest of text. What do I do to have a list in the same style? Thanks