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

stylesheet background picture in table not visible in word file

New Here ,
May 20, 2011 May 20, 2011

Copy link to clipboard

Copied

I have a table width a stylesheet background image (see picture)

RoboHelp Table.jpg

In my compiled .chm file every picture is visible.

When I create a word-file with printed documentation, the styleseet pictures of the table are not visible.

The html Code of the table cell is:

<td class=AttentionImg
style="width: 12.5%;"
width=12.5%>
<p> </td>

The stylesheet code for the class is:

td.AttentionImg
{
background-attachment: scroll;
width: 12.5%;
padding-right: 10px;
padding-left: 10px;
border-left-style: none;
border-right-style: none;
border-bottom-style: none;
background-image: url('html/img/attention.png');
background-repeat: no-repeat;
background-position: center top;
}

The project file ist located in C:\Projekte\D0760\HtmlHelp\

The image is located in C:\Projekte\D0760\HtmlHelp\html\img\

RoboHelp Path.jpg

What might be the reason for my problem?

Views

414

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
Community Expert ,
May 20, 2011 May 20, 2011

Copy link to clipboard

Copied

LATEST

You don't say whether you are mapping to a Word document or using CSS styles but my guess is background images are just not supported.

Has anyone succeeded with this?


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

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