Appnitro Software Forums » MachForm

Adding a 2nd image to header

(4 posts)
  • Started 2 months ago by webcommerce
  • Latest reply from redityo

  1. I currently have our company logo as an image in the form header.
    Ref: https://www.callsave.com.au/machform/view.php?id=3

    I want to add a 2nd image with both images centered 100px apart.
    I have tried this by adding various code into the form CSS in
    Logo Section #main_body h1 without any success.

    Can Support help me with this, or is it a 'no go'??

    Ron S

    Posted 2 months ago #
  2. Hi,

    I think you have add some code in "includes/view-functions.php" to do so. Search on line 1893 you will find this code :

    <h1><a>{$form->name}</a></h1>

    add the code exactly below that line :

    <div align="center"><img src="images/logo_small.jpg"/></div>
    Posted 2 months ago #
  3. Thank you.
    I decided it was better simply to combine the two images as one.

    Regards,
    Ron S

    Posted 2 months ago #
  4. yes right it's much better :)

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.