Developer Programs

Learn

Docs

Link Block

Formatting your Content > Shortcodes > Link Block
shortcode
shortcode
content
content

This shortcode displays a link as a visual block, with:

  • A title, specified with the title parameter.
  • Text content, which you specify between the opening and closing tags for this shortcode.
  • The URL and text for a link, which displays as a button in the block, specified with the linkText and linkUrl parameters.
  • The URL for an image to display in the block, specified with the imageUrl parameter.
    • You can optionally specify the image’s max width in pixels using the imageMaxWidth parameter.

At larger screen widths, the image displays to the right of the title, content, and link button, while at smaller screen widths, the image displays above the title, content, and link button.

Both the link button and the image displayed in the link block act as links.

Examples

Link block example markdown
{{< jhdocs-link-block title="Let Jack Henry help you build custom solutions" imageUrl="../../../images/custom-solution.png" linkText="Connect with our custom development team" linkUrl="https://banno.com/features/custom-features/" imageMaxWidth="500" >}}
Work with our team to build a custom integration with third parties or custom features that differentiate your financial institution.
{{< /jhdocs-link-block >}}

Here is the rendered result of this markdown:

Next topic: Link Button

Support options
Have questions on this topic?
Join the jhDocs team in Microsoft Teams to connect with the community.
See something in this page that needs to change?
Send us feedback on this page.

Did this page help you?

Last updated Wed Dec 17 2025