The bottom screen is only half the page. I need to leave it dark for the whole.

  • forumgestaoestrategia
    Asked on July 22, 2014 at 9:26 AM
    the bottom screen is only half the page. I need to leave it dark for the whole. 

    Can you help me again? the code I'm using is:

    <p>&nbsp;</p>

    <div style="width: 100%; height: 100%; background-color: #232323; text-align: center;">

    <h1><img style="border: 0;" src="//gestaoestrategia.com.br/gestao/logobranco.png" alt="Gest&atilde;o0" width="227" height="114" /></h1>

    <h1><span style="font-size: medium; font-family: arial, helvetica, sans-serif;"><br /></span></h1>

    <h1><span style="font-size: medium; font-family: arial, helvetica, sans-serif; color: #ffffff;">Confirmamos o preenchimento das seguintes credenciais:</span></h1>

    <p><span style="font-family: arial, helvetica, sans-serif; font-size: medium; color: #ffffff;">Plen&aacute;ria: {nomeCompleto}</span></p>

    <p><span style="font-family: arial, helvetica, sans-serif; font-size: medium; color: #ffffff;">Workshop: {nomeCompleto16}</span></p>

    <p>&nbsp;</p>

    <p><span style="font-size: medium; font-family: arial, helvetica, sans-serif; color: #ffffff;">O c&oacute;digo de confirma&ccedil;&atilde;o de seu credenciamento &eacute;:&nbsp;{numeroDe49}</span></p>

    </div>

  • David JotForm Support
    Replied on July 22, 2014 at 11:04 AM

    Hi,

    This first line of your code is the container for you the rest of your information:

    <div style="width: 100%; height: 100%; background-color: #232323; text-align: center;">

    With it set to 100% and containing paragraphs, it will only display the background for the height of the content.  Change it to:

    <div style="width: 100%; height: 1080px; background-color: #232323; text-align: center;">

    And you will extend the background down much further.

    Please let us know if you have any other questions and we will be happy to help.

    Thank you for using Jotform!

  • forumgestaoestrategia
    Replied on July 22, 2014 at 12:47 PM

    Hello David, 

    Now yes! was very good! 

    Thanks for the quick response!