This topic is locked
[SOLVED]

 Insert LOGO link

11/21/2020 4:28:32 AM
PHPRunner General questions
M
Mauipm author

Hi, I tried to insert "logo" link (that I previously deleted from the original List page) into a cell of the page.

I don't understand if it is a button, code snippet or other.

How can I do it?

Thanks
Mauro

aadham 11/21/2020

If you're referring to the Project Logo tab in the Label Editor here's a sample code:

<DIV style="position: relative; height: 40px; top: 2px; white-space: nowrap;">

<IMG height="90%" id="navbarlogo" alt="My Company" src="images/My_Logo.png">

</DIV>


Please note that you may need to modify the position/size values to suit your specific needs.

The above is listed in the PHPRunner's help file, as well as Xlinesoft's blog. You may also find this helpful.

M
Mauipm author 11/21/2020



If you're referring to the Project Logo tab in the Label Editor here's a sample code:

<DIV style="position: relative; height: 40px; top: 2px; white-space: nowrap;">

<IMG height="90%" id="navbarlogo" alt="My Company" src="images/My_Logo.png">

</DIV>


Please note that you may need to modify the position/size values to suit your specific needs.

The above is listed in the PHPRunner's help file, as well as Xlinesoft's blog. You may also find this helpful.

M
Mauipm author 11/21/2020





Thanks, aadham,

actually I meant the logo object that you can see in the "designer" section of a specific page.

All my pages have this except one (I deleted it previously), and I don't know how to insert it (is it a code snippet or what else?)
Mauro

aadham 11/21/2020



Thanks, aadham,

actually I meant the logo object that you can see in the "designer" section of a specific page.

All my pages have this except one (I deleted it previously), and I don't know how to insert it (is it a code snippet or what else?)
Mauro


I see.

Depending on which page the logo was deleted, look for a button that says "Re-insert deleted elements" at the bottom of the List (or View) Page Properties. Clicking that should re-insert all deleted elements, including the logo.

I hope this helps.

M
Mauipm author 11/21/2020



I see.

Depending on which page the logo was deleted, look for a button that says "Re-insert deleted elements" at the bottom of the List (or View) Page Properties. Clicking that should re-insert all deleted elements, including the logo.

I hope this helps.


Too simple!!!! thank you very much aadham. I didn't see it