Re: Styles that inherit by Lighthouse
Lighthouse
Tue Apr 05 14:46:33 CDT 2005
Yeah, I see what you mean, but I was thinking of how html/css handles
it--specifically with <ol> or <ul>--your list of bullets, <li>'s are
"wrapped" inside a block defined by the list tag. The reason that this
interests me is b/c I'm using a single source tool that outputs my
content in html and into Word. My bullets inherit in html but not in
Word, meaning that I need to redefine my styles so that they don't
inherit in html so that my output remains consistent. That forces me
into the "Bullet", "Bullet2", "Bullet3" rather than just using
"Bullet." If I had my druthers, "Bullet" would know to indent itself
properly depending on its context. I suppose I could create a macro
that does this, but...
anyway, I'm just mumbling here (not quite energetic enough for a
full-on rant right now). thanks for listening.