- Posts: 16
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<div class="alert alert-danger" role="alert" id="checkjavascript"> {CHECKJAVASCRIPT} </div> <script> document.getElementById("checkjavascript").style.display = 'none'; </script> <!-- Survey Description --> <div class="row" id="welcome-container"> <!-- This Image-Tag you add wherever you want --> <img id='page_logo' src='https://www.example.com/path_to_picture/name_of_picture.jpg' class="img-responsive clearfix pull-left" /> <div class="col-sm-12 "> <h1>{SURVEYNAME}</h1><br /> <p class='surveydescription text-info'>{SURVEYDESCRIPTION}</p> </div> </div>
As long as the images are not uploaded to the webspace, the img-tags won't help.Joffm wrote: But nevertheless, just insert by the img-tag (of course in "source code mode")
Optional PHP Extensions:
GD-Library with FreeType support installed is needed for captchas or nice charts in statistics - see PHP GD-Library Extension documentation
Seems GD is needed by third_party extension kcfinder. I update manual according to this information.jelo wrote: […]
The upload should not be depend on these graphic extensions.
Optional PHP Extensions:
GD-Library with FreeType support installed is needed for captchas or nice charts in statistics - see PHP GD-Library Extension documentation
Or you upload the images via other ways (e.g. FTP or via a Controlpanel, if availble) to the webspace and follow the instructions of Joffm.