devhtml Postado Fevereiro 22, 2011 Denunciar Share Postado Fevereiro 22, 2011 (editado) Hi!!I am starting creating my Login.aspx page.I would like to set backgroung image in this page. I have a image.jpg with dimension 1920x 1080 and I don´t know how to format an image to fit as a body background image.I am trying to put a image in the<body background="../MyImages/MyBackground.jpg"> but the image appears only partially. Thanks! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Test</title> </head> <body background="../MyImages/MyBackground.jpg"> <form id="LoginPage" runat="server"> <div> <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%"> </table> </div> </form> </body> </html> Editado Março 9, 2011 por kuroi Adicionar tag CODE Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 bareta Postado Fevereiro 22, 2011 Denunciar Share Postado Fevereiro 22, 2011 use the CSS rules to put it in page.http://maujor.com/tutorial/backtut.php Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
devhtml
Hi!!
I am starting creating my Login.aspx page.
I would like to set backgroung image in this page. I have a image.jpg with dimension 1920x 1080 and I don´t know how to format an image to fit as a body background image.
I am trying to put a image in the
but the image appears only partially. Thanks! Editado por kuroiAdicionar tag CODE
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.