How can I get an image to float next to the form?

  • leilaw
    Asked on June 3, 2016 at 2:34 PM

    insite.cohber.com (omit www.)

    I am trying to put a logo photo underneath the login information. I am not directly editing the page on the server, but  a skin:

     

    Here's my code;

    <!DOCTYPE html>

    <html>

    <head>

    <style>

    html,

    body {

    margin:0;

    padding:0;

    height:100%;

    }

    #wrapper {

    min-height:100%;

    position:relative;

            bottom;0;

    }

     

    #content {

    padding-bottom:80px; /* Height of the footer element */

    }

     

    #footer {

    background-color: 1591d0;

    width:100%;

    height:80px;

    position:absolute;

    bottom:0;

    left:0;

    }

     

     

    </style>

    <body>

     

    <div>

    <script type="text/javascript" src="https://form.jotform.com/jsform/61544290718155"></script>

      <IMG SRC="[ThemeImage:cober.png]" WIDTH= "250" HEIGHT="250" float="left">

     

    </div>

     

    <br>

    <div id="footer">

     

    <div class="bottomlogo"/>

    <br>

      <IMG SRC="[ThemeImage:bottom3.png]" WIDTH=</div>

     

    </body>

    Jotform Thread 853403 Screenshot
  • victor
    Replied on June 3, 2016 at 2:50 PM

    Since this is not really an issue with your form but directly with you site. It will be some what hard to help. Is is possible if you can provide the URL of your site. If we can see your site, we might be able to assist you designing the site, but can't guarantee.

  • leilaw
    Replied on June 3, 2016 at 3:30 PM

    Victor,

     

    Thank you for your response. I have listed the URL above, insite.cohber.com

  • Carina
    Replied on June 3, 2016 at 4:53 PM

    The Login form is inside a table. If you have access to the source code of the site, please locate the respective td (cell) and add the image to that cell:

    How can I get an image to float next to the form? Image 1 Screenshot 20

    You can add to your browser a plugin to inspect the source code in order to more easily locate the cell.

    Was the site build with a Content Management System (CMS)?

    Let us know if we can assist you further.