Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

appending html extension to pages selected via pathbrowser

Avatar

Level 4

hi

Is there any way out to append .html extension for pages selected via pathbrowser OR pages selected via RTE path browser? on preview of page and when we click on links to navigate i get error.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Mohan,

Yes, you can append .html  extension for the pages selected via pathbrowser.

Ex:- 

<c:set var = "registerPath" value = "${properties.registerpath}" /> (If name is ./registerpath)

<a href='${registerPath}.html'>Page</a>

Hope this helps!

~Ratna.

View solution in original post

0 Replies

Avatar

Correct answer by
Community Advisor

Hi Mohan,

Yes, you can append .html  extension for the pages selected via pathbrowser.

Ex:- 

<c:set var = "registerPath" value = "${properties.registerpath}" /> (If name is ./registerpath)

<a href='${registerPath}.html'>Page</a>

Hope this helps!

~Ratna.

Avatar

Level 4

Is this RTE customization? where do we edit this?