This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Adding a 2nd image to header
Started 16 years ago by webcommerce | 4 posts |
-
I currently have our company logo as an image in the form header.
Ref: https://www.callsave.com.au/machform/view.php?id=3I 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 16 years ago # -
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>
MachForm Support
Posted 16 years ago # -
Thank you.
I decided it was better simply to combine the two images as one.Regards,
Ron SPosted 16 years ago # -
yes right it's much better :)
MachForm Support
Posted 16 years ago #
Reply
You must log in to post.