How to make the Web Help footer to be Right Justified? Bastie 4 years ago 3 comments How can I apply the "Right Justified" alignment to the footer area of the Web Help layout? 0 Comments Eugene 4 years ago For the footer that uses the default HTML code, you can change text alignment at: Project|Project Options|Web Help|Appearance|Footer|Title style 0 Eugene 4 years ago Also, you can modify the footer's HTML code by adding an inline style at: Project|Project Options|Web Help|Layout|Footer <div id="hs-content-f"> <div id="hs-wrapper-f" style="text-align: right"> <span id="hs-title-f"><%#Copyright%></span> </div> </div> 0 Bastie 4 years ago Thank you, it worked! 0
For the footer that uses the default HTML code, you can change text alignment at: Project|Project Options|Web Help|Appearance|Footer|Title style
Also, you can modify the footer's HTML code by adding an inline style at:
Project|Project Options|Web Help|Layout|Footer
Thank you, it worked!