Help Builder
Formattings issues
Gravatar is a globally recognized avatar based on your email address. Formattings issues
  Mountaga Draba
  All
  May 31, 2026 @ 10:43am

Hi, I have been using West Wind Help Builder for a short time, but I find that it perfectly matches what I needed. I find it user-friendly. However, I have not yet found solutions for certain actions such as:

  1. Centering images and other photos,
  2. Changing the font of the characters,
  3. Changing the size of the characters. I hope there is a solution to resolve them. Best Regards.
Gravatar is a globally recognized avatar based on your email address. re: Formattings issues
  Rick Strahl
  Mountaga Draba
  May 31, 2026 @ 03:09pm

Help Builder uses Markdown and native Markdown has no direct support for this.

However, Markdown is a superset of HTML so you can use any Html elements to wrap your Markdown or use raw Html to create more advanced layout.

For example:

## Some Header
Some body text.

<div style="text-align: center;">

![](images/image.png)

</div>

More **Markdown Text

Just as a reminder - Help Builder has been discontinued some time ago and we recommend Documentation Monster which is its successor for a more modern solution. However, the rendering issues you mention above are going to be the same there - as it uses the same Markdown based rendering approach.

+++ Rick ---

© 1996-2026