Visualizzazione risultati 1 fino 3 di 3

Discussione: Centrare immagine

  1. #1
    Guest

    Predefinito Centrare immagine

    Salve ragazzi!
    Non riesco a capire come mai non riesco a centrare l'immagine che ho caricato. Se metto right e left ci va tranquillamente, ma se metto center, rimane a sinistra...
    Sicuramente c'è qualcosa che mi sfugge...

    Grazie,
    Lucas

    Codice:
    <html>
    
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>PreHome</title>
    </head>
    
    <body>
    
    <p><map name="FPMap0">
    <area href="http://redlucas.altervista.org/2008-2009/Homepage.html" shape="rect" coords="5, 32, 108, 65">
    <area href="http://redlucas.altervista.org/2009-2010/Homepage.html" shape="rect" coords="143, 149, 267, 183">
    <area href="http://redlucas.altervista.org/Homepage.html" shape="rect" coords="315, 254, 465, 299">
    </map>
      <img src="http://img809.imageshack.us/img809/5092/scawembleystadiumweb1.jpg" width="800" height="533" border="0" align="center" usemap="#FPMap0"></p>
    
    </body>
    
    </html>

  2. #2
    luca1962 non è connesso Utente attivo
    Data registrazione
    24-05-2008
    Messaggi
    467

    Predefinito

    Io uso questa sintassi: <body style="background-image: url(nome-immagine.JPG); background-repeat:no-repeat; background-position: center;"></body>
    In questo modo l'immagine e' sempre al centro della pagina.
    Luca.

  3. #3
    Guest

    Predefinito

    Il problema è che è un'immagine con mappa...
    Edit: Ho risolto così:

    <html>

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>PreHome</title>
    </head>

    <body bgcolor="#000000">

    <p align="center"><map name="FPMap0">
    <area href="http://redlucas.altervista.org/2008-2009/Homepage.html" shape="rect" coords="5, 32, 108, 65">
    <area href="http://redlucas.altervista.org/2009-2010/Homepage.html" shape="rect" coords="143, 149, 267, 183">
    <area href="http://redlucas.altervista.org/Homepage.html" shape="rect" coords="315, 254, 465, 299">
    </map>
    <img src="http://img809.imageshack.us/img809/5092/scawembleystadiumweb1.jpg" width="800" height="533" border="0" align="center" usemap="#FPMap0"></p>

    </body>

    </html>
    Ultima modifica di redlucas : 02-08-2010 alle ore 12.59.06

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •