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

How do you make text static in RoboHelp?

New Here ,
Mar 21, 2012 Mar 21, 2012

Hi,

I am trying to position text underneath this a banner the home page for a small help system I am working on. However, I noticed that whenever I maximize my window, the text fluctuates outside the banner width which looks funny.

I found an example to illustrate what I mean:

HomePageSample.jpg

I wanted the home page similar to that but with text directly underneath the banner and its respective width as shown in the image above.

If someone has a solution to this, I would greatly appreciate it

Thank you!

544
Translate
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

correct answers 1 Correct answer

LEGEND , Mar 21, 2012 Mar 21, 2012

Try creating a table with one column and one row. Then add the text to it and make the table width the same as the image.

Translate
LEGEND ,
Mar 21, 2012 Mar 21, 2012

Try creating a table with one column and one row. Then add the text to it and make the table width the same as the image.

Translate
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
LEGEND ,
Mar 21, 2012 Mar 21, 2012

Hi,

A table will certainly work. You can also use CSS to control the width of the content. But you need to add this css manually:

* { max-width: 1000px; }

You may need to play with the style you want to apply this to, as the above sets a maximum width for all the elements on the page. Personally, I let my headers have 100% width while the text has a maximum width, for instance:

p, div { max-width: 1000px;}

ul, ol { max-width: 970px; /* Compensate 30px left margin */ }

Greet,

Willam

Translate
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 ,
Mar 21, 2012 Mar 21, 2012
LATEST

Thanks guys,

I tried the table method, and it worked well. I just had to remove the table borders so the text didn't have to look like it was inside a table. I would try that CSS method too, but I have no idea how to utilize CSS yet 😕

Translate
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