• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Style Sheet Mysteriously Changing

New Here ,
Jan 27, 2009 Jan 27, 2009

Copy link to clipboard

Copied

My style sheet is changing after webhelp is generated.
I've even renamed my style sheet to end up with the same result.
What's ironic is the same stylesheet is used in another Robohelp project and is working fine.

Here is an before and after excerpt of the stylesheet.
BEFORE:
LI.P-noteinfo {
line-height: Normal;
font-size: small;
list-style: inside url(infonote.gif);
}

AFTER
LI.P-noteinfo {
line-height:Normal;
font-size:small;
list-style:inside; }

Note the url is missing from the list-style.
Also, I've attached the complete before and after style sheets for your reference.

Views

306

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 27, 2009 Jan 27, 2009

Copy link to clipboard

Copied

Welcome to the community.

I don't have any explanations for why that's happening. However, try separating those two styles in the stylesheet by editing it manually:

list-style-position: inside;
list-style-image: url(infonote.gif);

In one project, I have a list style with an image where these two attributes are separated like this, and it works fine.

--Ben

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 28, 2009 Jan 28, 2009

Copy link to clipboard

Copied

LATEST
Thanks Benjaminson, that appeared to work. I've been working on this for the last several days so thank you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp