Visualizzazione dei risultati da 1 a 4 su 4
  1. #1

    semplicemente centrare una foto

    Ciao a tutti, scusate l'ignoranza plateale, ho solo bisogno di centrare foto e scritte nelle pagine di una banale photogallery html.
    __________________________________________________ _______________
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>
    DSC_0002
    </title>
    </head>
    <body bgcolor="#cccccc" text="#008000">


    PrincipaleSuccessivo-->


    [img]../vp06thebest-Immagini/0.jpg[/img]
    </body>
    </html>
    __________________________________________________ __________________

    Cosa devo aggiungere perchè l'immagine e i link che ci stanno sopra risultino centrati sulla pagina?

    Grazie infinite!

    MaT
    Visitate www.valdonet.it il forum di Valdobbiadene , Segusino e Vidor !

  2. #2
    prova così:

    Codice PHP:
    <html>
    <
    head>
    <
    meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <
    title>DSC_0002</title>

    <
    style type="text/css">
    <!--
    body,td,th {
        
    color#008000;
    }
    body {
        
    background-color#CCCCCC;
        
    text-align:center;
    }
    -->
    </
    style>
    </
    head>
    <
    body>



    [
    url="../vp06thebest.html"]Principale[/url]  [url="Immagine1.html"]Successivo-->[/url]


    [
    img]../vp06thebest-Immagini/0.jpg[/img]
    </
    body>
    </
    html

    ciaux

  3. #3
    oppure semplicemente

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>
    DSC_0002
    </title>
    </head>
    <body bgcolor="#cccccc" text="#008000">

    <div align="center">


    Principale Successivo-->


    [img]../vp06thebest-Immagini/0.jpg[/img]

    </div>

    </body>
    </html>

  4. #4
    align="center" è un attributo deprecato nelle versioni di HTML dalla 4 in poi e in tutte le versioni di XHTML
    FEDERIX.IT - [Pillola] GRAFICA DEI FORM

    ...ho ancora quella forza che ti serve, quando dici "Si comincia!"

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.