Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

aiuto html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Font Size
    #1

    aiuto html

    kiedo aiuto a coloro che masticano bene l'html...una mia amica ha problemi con il suo blog...splinder gli dice che il suo html ha un errore...ma non riusciamo a trovare dove
    vi posto l'html:

    <HTML>

    <BODY>

    <TITLE><$BlogTitle$></TITLE>

    <style type="text/css">

    <!--



    .head {

    font-family: AvantGarde Bk BT;

    font-weight: bold;

    font-size: 12px;

    color: #B6384E;

    letter-spacing: 3px;

    border-bottom: solid 1px b6384e;

    filter: blur(direction=right, strength=10); height: 1;

    }



    .tit {

    font-family: AvantGarde Bk BT;

    font-weight: bold;

    font-size: 18px;

    color: black;

    filter: glow(strength=3 color=#b6384e); height: 1;

    }



    .foot {

    background-color: #D06F80;

    filter: alpha(finishopacity=0, style=3); height: 15; width: 100%;

    }

    .tits {

    font-family: AvantGarde Bk BT;

    font-size: 12px;

    color: #C6596C;

    font-weight: bold;

    letter-spacing: 2px;

    filter: blur(direction=right, strength=8); height: 1;

    border-top: solid 1px #c6596c;

    }

    body {

    background-color: #FAD3E0;

    background-repeat: repeat;

    background-image: url('http://net.supereva.it/kittenxx87/sweetpinklbg.jpg');

    background-repeat: repeat-y;

    scrollbar-face-color: #fad3e0;

    scrollbar-arrow-color: black;

    scrollbar-shadow-color: #b6384e;

    scrollbar-3dlight-color: #b6384e;

    cursor: sw-resize;

    }



    body,td {

    font-family: verdana;

    font-size: xx-small;

    color: black;

    }



    a:link {

    text-decoration: none;

    color: #D78181;

    }



    a:visited {

    text-decoration: none;

    color: #D78181;

    }



    a:active {

    text-decoration: none;

    color: #D78181;

    }



    a:hover {

    text-decoration: none;

    color: white;

    letter-spacing: 2px;

    filter: glow(strength=2 color=#b63843); height: 1;

    cursor: e-resize;

    }



    -->

    </style>



    &ltiv STYLE="position: absolute; top: 20; left: 0; width: 950; height: 800; background-image: url('http://net.supereva.it/kittenxx87/sweetpinkl.jpg');

    background-repeat: no-repeat;"></div>



    &ltiv STYLE="position: absolute; top: 420; left: 412; height: auto; width: 205;

    padding-top: 0px; padding-bottom: 20px; padding-left: 5px; padding-right: 5px;">

    <p class="head" align="left">?Pink Blog!?</p>

    <p align="center"><$BlogDescription$><br><br >

    Don't forget of me!<br><br><$BlogSubscribeButton$></p><br>

    <p class="head" align="left">?Sweetly Me...?</p>

    <p align="center">Scrivi qua qualcosa su di te!<br><br>

    Amo<br>Quello che ami!<br><br>

    Odio<br>Quello che odi!<br><br>

    Ascolto<br>Quello che ascolti!<br><br>

    Leggo<br>Quello che leggi!</p><br>

    <p class="head" align="left">?Sweet Ones?</p>

    <p align="center"><$BlogCounter$></p><br>

    <p class="head" align="left">?Categories?</p>

    <p align="center"><$BlogCategories$></p><br>

    <p class="head" align="left">?Friends?</p>

    <p align="center">

    <A HREF="http://..."target="_new">Friend1</A><br>

    <A HREF="http://..."target="_new">Friend2</A></p><br>

    <p class="head" align="left">?Messages?</p>

    <p align="center">Inserisci qui il codice della tua tag! La larghezza non deve superare i 200px!</p><br>

    <p class="head" align="left">?Links?</p>

    <p align="center">

    <A HREF="http://..."target="_new">Link1</A><br>

    <A HREF="http://..."target="_new">Link2</A></p><br>

    <p class="head" align="left">?Fanlisting?</p>

    <p align="center">Inserisci qui la tua fanlisting!</p><br>

    <p class="head" align="left">?Pensieri...?</p>

    <p align="center">I tuoi pensieri...</p><br>

    <p class="head" align="left">?Wishlist?</p>

    <p align="center">I tuoi desideri!</p><br>

    <p class="head" align="left">?Sweet Past?</p>

    <p align="center"><$BlogArchive$></p><br>

    <p class="head" align="left">?Credits?</p>

    <p align="center">

    [TeMpLaTe] by <A HREF="http://phoenixmagicworld.splinder.com"target="_new">Phoen ix</A><br>

    [ImMaGiNe] by <A HREF="http://www.google.it"target="_new">Google</A><br>

    [WeB HoStiNg] by <A HREF="http://www.splinder.com"target="_new">Splinder</A></p><br>

    </div>



    &ltiv STYLE="position: absolute; top: 520; left: 11; height: auto; width: 391;

    padding-top: 15px; padding-bottom: 20px; padding-left: 10px; padding-right: 10px;">

    <p class="tit" align="center"><$BlogTitle$></p><br><br>

    <Blogger>

    <p align="right"><$BlogDateHeaderDate$><br>

    in=><$BlogItemCategories$></p>

    <p class="tits" align="center"><$BlogItemTitle$></p>

    <p align="center"><$BlogItemBody$></p>

    Sussurrato dolcemente da <$BlogItemAuthorNickname$> alle <$BlogItemDateTime$><br>

    <$BlogItemComments$></p><br>

    <BlogItemFooter><p class="foot" align="center"></p><br><br></Blogger>

    </div>



    </BODY>

    </HTML>


    grazie a tutti quelli che ci aiuteranno

  • Font Size
    #2
    Manca l'HEAD e il BODY non ? posizionato bene.
    Un tipico file HTML ha questa struttura:

    <html>
    <head>
    <title>Il titolo</title>
    </head>
    <body>
    <p>Da questo punto in poi tutti i tag che vuoi</p>
    </body>
    </html>

    Infine, i tag "script" con eventuale codice CSS, JS, ecc, si preferisce inserirli all'interno del tag HEAD, ossia:

    <html>
    <head>
    <title>Il titolo</title>
    <script type="text/css">
    <!--
    //Qui il codice CSS
    -->
    </script>
    </head>
    <body>
    <p>Da questo punto in poi tutti i tag che vuoi</p>
    </body>
    </html>

    Comment


    • Font Size
      #3
      Originally posted by ilnovi
      Manca l'HEAD e il BODY non ? posizionato bene.
      Un tipico file HTML ha questa struttura:

      <html>
      <head>
      <title>Il titolo</title>
      </head>
      <body>
      <p>Da questo punto in poi tutti i tag che vuoi</p>
      </body>
      </html>

      Infine, i tag "script" con eventuale codice CSS, JS, ecc, si preferisce inserirli all'interno del tag HEAD, ossia:

      <html>
      <head>
      <title>Il titolo</title>
      <script type="text/css">
      <!--
      //Qui il codice CSS
      -->
      </script>
      </head>
      <body>
      <p>Da questo punto in poi tutti i tag che vuoi</p>
      </body>
      </html>
      quoto... quello potrebbe essere un problema.
      Prova e poi dicci se va

      Comment


      • Font Size
        #4
        Originally posted by ilnovi
        Manca l'HEAD e il BODY non ? posizionato bene.
        Un tipico file HTML ha questa struttura:

        <html>
        <head>
        <title>Il titolo</title>
        </head>
        <body>
        <p>Da questo punto in poi tutti i tag che vuoi</p>
        </body>
        </html>

        Infine, i tag "script" con eventuale codice CSS, JS, ecc, si preferisce inserirli all'interno del tag HEAD, ossia:

        <html>
        <head>
        <title>Il titolo</title>
        <script type="text/css">
        <!--
        //Qui il codice CSS
        -->
        </script>
        </head>
        <body>
        <p>Da questo punto in poi tutti i tag che vuoi</p>
        </body>
        </html>

        anche secondo me ? quello !!!

        Comment

        X
        Working...
        X