Anúncio

Collapse
No announcement yet.

imagem html background não se repita

Collapse

Ads nos topicos Mobile

Collapse

Ads Nos topicos Desktop

Collapse
X
Collapse
Primeira Anterior Próxima Última
 
  • Filtrar
  • Tempo
  • Show
Clear All
new posts

    imagem html background não se repita

    Amigos , necessito da vossa sabedoria para a seguinte questão , tenho este codigo :

    <html>
    <head>
    <title>paulo pereira - videos</title>
    </head>
    <body background="videos.gif">
    <center>
    <img src="construcao2.gif" WIDTH="600" HEIGHT="500">
    </center>
    </body>
    </html>

    eu necessito da vossa ajuda para que a imagem background não se repita ...

    é possivel ?

    #2
    Não sei se ainda vai a tempo, mas basta inserires o seguinte no <head>:

    <style type="text/css">
    body {
    background-repeat: no-repeat;
    }
    </style>

    Comentário


      #3
      Ou podes usar CSS inline, e em vez de:

      <body background="videos.gif">

      escreves:

      <body style="background-repeat: no-repeat;" background="videos.gif">

      Comentário

      AD fim dos posts Desktop

      Collapse

      Ad Fim dos Posts Mobile

      Collapse
      Working...
      X