Alle samlinger
Forms - sjekklister og protokoller
Forms Pro: How to create a link to an external page and how to post an image
Forms Pro: How to create a link to an external page and how to post an image

Forms pro, link, image

Kjetil Nicolay Benjamin Sørlie avatar
Skrevet av Kjetil Nicolay Benjamin Sørlie
Oppdatert over en uke siden

On the right side of the checklists there is a solitary 'i' which has a great function.

Here you can enter the desired information about the point you are working on.

If you want to link external content under info, you can do it this way:

Creating a link to eksternal page:

  • <a href="YOUR URL HERE"></a>

If you want a picture

  • <img src="LINK TO YOUR PICTURE"/>

  • We use html tags to enter text, some other examples are: <p> This will be a paragraph. </p> <p> while this will be the next paragraph. </p> <br /> Creates a new line

  • See an example below:

<p> <h1>Vektprosent.</h1></p>

</a>

It is important that you find the photo/image name (source id on the image file you link to) <img src = "your image whether it is .jpg, .jpeg or .png"> so you have an actual image to view under the info button. Then you use <a href="your link"> to link to the place it is actually located.

Then it would look like this:


Special characters: Norwegian characters:

  • Æ = &AElig;

  • æ = &aelig;

  • Ø = &Oslash;

  • ø = &oslash;

  • Å = &Aring;

  • å = &aring;

Special characters: Swedish characters:

  • Ä = &Auml;

  • ä = &auml;

  • Ö = &Ouml;

  • ö = &ouml;

  • Å = &Aring;

  • å = &aring;

You can find other special characters here.

Svarte dette på spørsmålet?