• User

    Spostare le intestazioni logiche h1 h2 ...

    Spostare le intestazioni logiche h1 h2 ... Nella home page del mio sito ci sono troppe frasi ripetitive.
    La pagina del sito in questione è: http://www.paesaggioitaliano.eu/

    La frase "Paesaggio Italiano" e "Italian Landscape" vengono ripetuti 3 volte per tutta la pagina.

    Vorrei togliere le due frasi centrali che sono sopra le bandierine "Paesaggio Italiano" e "Italian Landscape" che hanno come intestazione logica h1 id="sitename"

    e applicare l'intestazione logica h1 alle 2 frasi in basso.

    e quindi Vorrei fossero così le frasi in basso:

    <h1 id="sitename"> Paesaggio Italiano by Leonardo Bellotti. <h2 id="descrizione"> Gallerie fotografiche sul territorio italiano, tra natura, arte e cultura.
    <h1 id="sitename"> Italian Landscape by Leonardo Bellotti. <h2 id="descrizione"> Photo galleries of the Italian land, among nature, art and culture.

    Come posso fare?

    
    [LEFT]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html lang="it" xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" >
    <head>
    <meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" />
    <title>Paesaggio Italiano - Italian Landscape - by Leonardo Bellotti.</title>
    <meta name="Description" content="Paesaggio Italiano by Leonardo Bellotti. Gallerie fotografiche sul territorio italiano, tra natura, arte e cultura. Italian Landscape by Leonardo Bellotti. Photo galleries of the Italian land, among nature, art and culture." />
    <meta name="Keywords" content="gallerie fotografiche,paesaggio,picture,landscape,leonardo,bellotti,paesaggio italiano,italian landscape" />
    <meta name="Robots" content="All" />
    <meta name="Owner" content="HTML.it srl" />
    <meta name="Author" content="HTML.it srl" />
    <meta name="Copyright" content="HTML.it srl" />
    <link rel="shortcut icon" href= "http://www.paesaggioitaliano.eu/images/favicon.ico" />
    <style type="text/css">
     .testo 
    A:Link {color:black; text-decoration:none; font-style:normal}
    A:Visited {color:black; text-decoration:none; font-style:normal}
    A:Hover {color:black;text-decoration:underline;font-style:normal}
    A:Active {color:white;text-decoration:underline;font-style:normal}
    h1{font-size:16px; margin:35px}
    h2{font-size:12px; font-weight:500; margin:0px}
    #descrizione{width:650px; margin:auto}
    </style>
    <script language="Javascript" src="preload.js" type="text/javascript"></script>
    <!--[if gte IE 5.5]>
    <style type="text/css">
    span#i1{display:block;width:510px;height:101px;
        filter:progidXImageTransform.Microsoft.AlphaImageLoader(src='images/PaesaggioItaliano.png'); }
    span#i1 img{width:510px;height:101px;
        filter:progidXImageTransform.Microsoft.Alpha(opacity=0); }
    </style>
    <![endif]-->
    </head>
    <body scroll="no" bgcolor="#333033" background="images/sfondo2.jpg" link="#ffffff" alink="#ffffff" vlink="#000000">
    <div align="center"> <span id="i1"><img alt="Paesaggio Italiano - Italian landscape" src="images/PaesaggioItaliano.png" /></span> <br />
      
      <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="101%" id="AutoNumber1">
        <tr>
          <td valign="top"><h1 id="sitename" align="center"><font size="2" face="verdana">Paesaggio Italiano by Leonardo Bellotti</font></h1></td>
          <td valign="top"><h1 id="pagename" lang="en" xml:lang="en" align="center"><font size="2" face="verdana">Italian Landscape by Leonardo Bellotti</font></h1></td>
        </tr>
        <tr>
          <td width="50%"><p align="center"> <img  src="/images/italiano.jpg" alt="italiano" width="40" height="27" /></p>
            <p align="center"> <font size="2" face="verdana"> <b>Sito ottimizzato per una risoluzione video <br />
              1024x768 o superiore</b><br />
              <br />
              </font> <font size="2" face="verdana" color="yellow"> <b>Per accedere alla galleria fotografica, <br />
              cliccare sui puntini rossi sparsi per l'Italia.</b></font> <br />
              <font size="2" face="verdana" color="white"><br />
              <b>Per una corretta visualizzazione delle gallerie fotografiche <br />
              si consiglia la visualizzazione a Schermo Intero. <br />
              Premi il Tasto F11</b></font> </p></td>
          <td width="50%"><p align="center"> <img src="/images/english.jpg" alt="english" width="40" height="27"/></p>
            <p align="center" lang="en" xml:lang="en"><font size="2" face="verdana"><b>Site optimized for a 
              video resolution <br />
              1024x768 or higher.</b><br />
              <br />
              </font><font size="2" face="verdana" color="yellow"><b>To access the pictures 
              gallery, <br />
              click on the shed red dots you can see all over Italy map.</b></font> <br />
              <font size="2" face="verdana" color="white"><br />
              <b>For a correct visualization of the pictures galleries <br />
              we suggest you using full Screen visualization. <br />
              Please press F11. </b></font></p></td>
        </tr>
      </table>
      <br />
     
      <div id="descrizione">
        <h2>Paesaggio Italiano by Leonardo Bellotti. Gallerie fotografiche sul territorio italiano, tra natura, arte e cultura.<br />
          <span lang="en" xml:lang="en">Italian Landscape by Leonardo Bellotti. Photo galleries of the Italian land, among nature, art and culture.</span></h2>
      </div>
      <br />
      <br />
      
    
      <a href="http://www.paesaggioitaliano.eu/paesi-italiani.html"> <font size="4" face="verdana">Skip</font></a> </div>
    
    <!-- CODICE RISERVATO AI RICHIAMI AD HTML.IT, NON LO PRENDERE IN CONSIDERAZIONE -->
    <div align="center"> 
      <font face="Arial" size="1"> Script offerto da <a href="http://www.html.it" target="_blank"><b>HTML.it</b></a> </font> </div>
    </body>
    </html>[/LEFT]