HELP!Engine CodeImage Transparency
displaycodeastext.png

What is it?

When inputting text onto your website you may want to display the code rather than using the code, as any code you input will be used rather than displayed.

Use the following tutorial to work around this:

Tutorial: Display Code as Text

Step 1

Login to your CMS area for your site.

Step 2

Click the tab [Edit] to edit your page, locate the “Home” page as this is where we will be adding the code that we would like to display.

Step 3

In the edit window, input a new line of text for this example we will use the code:

[Click here==http://www.google.com] to visit the best search engine

If you were to save this and then view your home page, the output would display:

Click here to visit the best search engine

Step 4

Now to make the code display on screen rather than utilize it, simply wrap the line of code in tags marked

<code>
and
</code>
like this: display-code.png
Step 5
Once you have inputted the Text code click [Save changes] and then have a look at your website’s Home page.

Please note: you will need to refresh the page of your website to view the changes.