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

RH 2020 Update 4 - How to add borders to a footer in a master page

Participant ,
May 07, 2021 May 07, 2021

Copy link to clipboard

Copied

Does anyone know how I could recreate this footer in Word in a master page in RH?

wordfooter.png

I tried creating a p class called p.border1 and all I have configured are the border properties but as you can see from the preview, no border displays?

pborder1.png

 

So I cant even get one border to display.

As for having 3 borders, how would I do this?

 

Views

153

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

correct answers 1 Correct answer

Community Expert , May 07, 2021 May 07, 2021

In the master page put focus on the footer and go to code view.

 

Add something like this where the colour is what you want for that line.

 

<hr color="#FF0000" />

 

Add as many lines as you want. These are horizontal lines rather than borders but that seems to be what you want looking at the image.

 

You can also change the width for example by apply other attributes. See HTML Colored Line Dividers (web-source.net) but user lower case rather than the uppercase you will see there.

______________

...

Votes

Translate

Translate
Community Expert ,
May 07, 2021 May 07, 2021

Copy link to clipboard

Copied

In the master page put focus on the footer and go to code view.

 

Add something like this where the colour is what you want for that line.

 

<hr color="#FF0000" />

 

Add as many lines as you want. These are horizontal lines rather than borders but that seems to be what you want looking at the image.

 

You can also change the width for example by apply other attributes. See HTML Colored Line Dividers (web-source.net) but user lower case rather than the uppercase you will see there.

________________________________________________________
See www.grainge.org for free Authoring and RoboHelp Information

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
Community Expert ,
May 07, 2021 May 07, 2021

Copy link to clipboard

Copied

This page adds more to the attributes that can be used.

 

HTML Global attributes (w3schools.com)

________________________________________________________
See www.grainge.org for free Authoring and RoboHelp Information

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
Participant ,
May 07, 2021 May 07, 2021

Copy link to clipboard

Copied

LATEST

Thanks Peter that worked! Beautiful!footerfinal.png

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