Visualizzazione risultati 1 fino 18 di 18

Discussione: aiuto htlm

  1. #1
    Guest

    Predefinito aiuto htlm

    non avendo un programma per l'htlm come si possono creare nuove pagine nel sito?
    se non si può senza altervista ne propone uno da usare?

    grazie se era fra le faq io non l'ho trovato scusate

  2. #2
    Guest

    Predefinito

    Se conosci l'html (non htlm) puoi usare anche il notepad.


    Ciaoooooo!!!!!!!

  3. #3
    Guest

    Predefinito

    1)per ogni curiosità, e per imparare l' "htlm"(he he )
    ti consiglio questo sito (io ho imparato molto da quel sito)

    2) o usi notepad (alias Blocco note) oppure vai sui pulsanti in baso del pannello del tuo database e clikki su

  4. #4
    L'avatar di NoWhere
    NoWhere non è connesso Moderatore
    Data registrazione
    14-02-2003
    Residenza
    New Balarm
    Messaggi
    4,118

    Predefinito

    puoi usare un programma x editare delle pagine web html [in giro ce ne sono tanti e anke free, basta cercare su un motore di ricerca qualsiasi!] ;)

  5. #5
    L'avatar di mythologia
    mythologia non è connesso Moderatore
    Data registrazione
    05-01-2004
    Messaggi
    2,614

    Predefinito

    Comunque ti consiglio di imparare l'html

  6. #6
    Guest

  7. #7
    Guest

    Predefinito

    grazie a tutti ma scaricare i programi che hai linkato e gratis?

  8. #8
    L'avatar di Taitaonline
    Taitaonline non è connesso Utente storico
    Data registrazione
    11-03-2004
    Residenza
    Zena
    Messaggi
    3,317

    Predefinito

    Certo che sì.........
    Tutti programmi free........
    L'unica cosa che paghi è la tua connessione :eyes:
    ...Il grano che nasce e l'acqua che va, è un dono di tutti, padroni non ha...
    My Site FAQ di AlterVista Regolamento di AlterVista

  9. #9
    Guest

    Predefinito

    ah grazie a tutti cmnq per scrivere html mi sono sbagliato però intendevo html XD

  10. #10
    L'avatar di Jowy
    Jowy non è connesso AlterVistiano
    Data registrazione
    29-08-2002
    Residenza
    Livorno
    Messaggi
    869

    Predefinito

    dreamweaver nn e' free

  11. #11
    Guest

    Predefinito

    una volta creata la pagina come faccio a creare un menù e a metterlanel menu?

  12. #12
    L'avatar di Jowy
    Jowy non è connesso AlterVistiano
    Data registrazione
    29-08-2002
    Residenza
    Livorno
    Messaggi
    869

    Predefinito

    dovresti studiarti un po' di html o affidarti ad un editor come frontpage (e' orribile ma tanti lo trovano piu' facile-cmq attenzione che le pag create cn questo programma prob le puoi vedere bene solo con ie) o dreamweaver (ottimo, il migliore)

  13. #13
    L'avatar di NoWhere
    NoWhere non è connesso Moderatore
    Data registrazione
    14-02-2003
    Residenza
    New Balarm
    Messaggi
    4,118

    Predefinito

    Citazione Originalmente inviato da Jowy
    cmq attenzione che le pag create cn questo programma prob le puoi vedere bene solo con ie) o dreamweaver (ottimo, il migliore)
    nn c'entra un ciufolino, perchè se vai in visualizzazione HTML e lavori da li alla fine ti funge come un normale editor, con la sola cosa in più ke ti offre un'anteprima; ma le pagine se tu le sai formattare in modo tale da farle vedere bene con tutti i browser, si vedono!! ;)

  14. #14
    Guest

    Predefinito

    Si ma FP ti sporca il codice appena lo apri.


    Ciaoooooo!!!!!!

  15. #15
    Guest

    Predefinito

    Citazione Originalmente inviato da Sergiodirio61969
    una volta creata la pagina come faccio a creare un menù e a metterlanel menu?
    io ho copiato un menù (se ho fatto kualkosa di ilegal canellate pure questo post)

    ke puoi inserire in qualiasi parte della tua pagina e l'ho addattato ai mieiii gusti
    puoi modificarlo come vuoi.

    PS:se clicki su i link ke ho inserito io entrerai nelle pagine del mio sito

    Citazione Originalmente inviato da script
    <html>

    <head>
    <!-- Prelevato su http://www.web-link.it -->
    <script language="JavaScript1.2">
    /*
    Copyright © MaXimuS 2000-2001, All Rights Reserved.
    Site: http://www.absolutegb.com/maximus
    E-mail: maximus@nsimail.com
    Version: 6.1 (NS6 Compatibility)
    */

    // Default settings. Don't change them.

    YOffset=40; // no quotes!!
    staticYOffset=40; // no quotes!!
    slideSpeed=20 // no quotes!!
    waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
    hdrFontFamily="Verdana";
    hdrFontSize="3";
    hdrFontColor="#000080";
    hdrBGColor="#AFCCDE";
    hdrAlign="right";
    hdrVAlign="center";
    hdrHeight="40";
    linkFontFamily="Verdana";
    linkFontSize="2";
    linkBGColor="#FFF7E5";
    linkOverBGColor="#FFF7E5";
    linkTarget="_top";
    linkAlign="left";
    menuBGColor="#000080";
    menuIsStatic="yes";
    menuWidth=110; // Must be a multiple of 10! no quotes!!
    barBGColor="#AFCCDE";
    barFontFamily="Verdana";
    barFontSize="2";
    barFontColor="#000080";
    barVAlign="top";
    barWidth=20; // no quotes!!

    NS6 = (document.getElementById&&!document.all)
    IE = (document.all)
    NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4")

    moving=setTimeout('null',1)
    function moveOut() {
    if ((NS6 && parseInt(ssm.left)<0)||(IE && ssm.style.pixelLeft<0)||(NS && document.ssm.left<0)) {
    clearTimeout(moving);moving = setTimeout('moveOut()', slideSpeed)
    if (NS6) {theleft+=10;ssm.left = theleft;}
    if (IE) {ssm.style.pixelLeft += 10;}
    if (NS) {document.ssm.left += 10;document.ssm.clip.left-=10}}
    else {clearTimeout(moving);moving=setTimeout('null',1)} };
    function moveBack() {
    clearTimeout(moving);moving = setTimeout('moveBack1()', waitTime)}
    function moveBack1() {
    if ((NS6 && parseInt(ssm.left)>(-menuWidth))||(IE && ssm.style.pixelLeft>(-menuWidth))||(NS && document.ssm.left>(-menuWidth))) {
    clearTimeout(moving);moving = setTimeout('moveBack1()', slideSpeed);
    if (NS6) {theleft-=10;ssm.left = theleft;}
    if (IE) {ssm.style.pixelLeft -= 10;}
    if (NS) {document.ssm.left -= 10;document.ssm.clip.left+=10}}
    else {clearTimeout(moving);moving=setTimeout('null',1)} };

    lastY = 0;
    function makeStatic() {
    if (NS6) {winY = window.pageYOffset;}
    if (IE) {winY = document.body.scrollTop;var NM=document.all('ssm').style}
    if (NS) {winY = window.pageYOffset;var NM=document.ssm}
    if (NS6||IE||NS) {
    if (winY!=lastY&&winY>YOffset-staticYOffset) {
    smooth = .3 * (winY - lastY - YOffset + staticYOffset);}
    else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset) {
    smooth = .3 * (winY - lastY);}
    else {smooth=0}
    if(smooth > 0) smooth = Math.ceil(smooth);
    else smooth = Math.floor(smooth);
    if (NS6) {ssm.top=parseInt(ssm.top)+smooth;}
    if (IE) NM.pixelTop+=smooth;
    if (NS) NM.top+=smooth;
    lastY = lastY+smooth;
    setTimeout('makeStatic()', 1)}}

    function initSlide() {
    if (NS6){
    ssm=document.getElementById("ssm").style
    ssm.visibility="visible";
    ssm.left = -menuWidth;}
    else if (IE) {
    document.all("ssm").style.visibility = "visible"
    document.all("ssm").style.pixelLeft = -menuWidth;}
    else if (NS) {
    document.layers["ssm"].clip.left = menuWidth;
    document.layers["ssm"].left = -menuWidth;
    document.layers["ssm"].visibility = "show"}
    if (menuIsStatic=="yes") makeStatic();}

    function reloadPage() {if(NS)location.reload()}

    function startMenu(menuHeader, barText) {
    if (IE||NS6) {document.write('<DIV ID="ssm" style="visibility:hidden;Position : Absolute ;Left : 0 ;Top : '+YOffset+' ;Z-Index : 20;width:1px" onmouseover="moveOut()" onmouseout="moveBack()">')}
    if (NS) {document.write('<LAYER visibility="hide" top="'+YOffset+'" name="ssm" bgcolor="'+menuBGColor+'" left="0" onmouseover="moveOut()" onmouseout="moveBack()">')}
    if (NS6){document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'"><TR><TD>')}
    tempBar=""
    for (i=0;i<barText.length;i++) {
    tempBar+=barText.substring(i, i+1)+"<BR>"}
    document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'"><tr><td bgcolor="'+hdrBGColor+'" WIDTH="'+(menuWidth-1)+'" HEIGHT="'+hdrHeight+'" ALIGN="'+hdrAlign+'" VALIGN="'+hdrVAlign+'"> <font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+menuHeader+'</b></font></td><td align="center" rowspan="100" width="'+barWidth+'" bgcolor="'+barBGColor+'" valign="'+barVAlign+'"><p align="center"><font face="'+barFontFamily+'" Size="'+barFontSize+'" COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD></tr>')
    theleft=-menuWidth}

    function addItem(text, link, target) {
    if (!target) {target=linkTarget}
    document.write('<TR><TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="'+(menuWidth-1)+'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%" ALIGN="'+linkAlign+'"><DIV ALIGN="'+linkAlign+'"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'"> <A HREF="'+link+'" target="'+target+'" CLASS="ssmItems">'+text+'</DIV></LAYER></ILAYER></TD></TR>')}

    function addHdr(text) {
    document.write('<tr><td bgcolor="'+hdrBGColor+'" HEIGHT="'+hdrHeight+'" ALIGN="'+hdrAlign+'" VALIGN="'+hdrVAlign+'" WIDTH="'+(menuWidth-1)+'"> <font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+text+'</b></font></td></tr>')}

    function endMenu() {
    document.write('<tr><td bgcolor="'+hdrBGColor+'"><font size="0" face="Arial"> </font></td></TR></table>')
    if (NS6){document.write('</TD></TR></TABLE>')}
    if (IE||NS6) {document.write('</DIV>')}
    if (NS) {document.write('</LAYER>')}
    if (NS6||IE||NS) setTimeout('initSlide();', 500)}

    window.onresize=reloadPage

    /*
    Configure menu styles below
    NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
    */
    YOffset=20; // no quotes!!
    staticYOffset=20; // no quotes!!
    slideSpeed=20 // no quotes!!
    waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
    menuBGColor="#black";
    menuIsStatic="yes";
    menuWidth=100; // Must be a multiple of 10! no quotes!!
    hdrFontFamily="verdana";
    hdrFontSize="2";
    hdrFontColor="#ffffff";
    hdrBGColor="#000000";
    hdrAlign="center";
    hdrVAlign="center";
    hdrHeight="20";
    linkFontFamily="Verdana";
    linkFontSize="1";
    linkBGColor="white";
    linkOverBGColor="#ff0000";
    linkTarget="_top";
    linkAlign="Left";
    barBGColor="#000000";
    barFontFamily="Comic Sans MS";
    barFontSize="3";
    barFontColor="red";
    barVAlign="center";
    barWidth=20; // no quotes!!

    startMenu("Menù", "Angel Scream")
    addItem("Home", "http://musicscream.altervista.org", "");
    addItem("Story", "http://musicscream.altervista.org/pagina1.html", "");

    addItem("Firma il Guestbook!", "http://www.sguazzo.it/public/user/MusicScream/index.asp", "");
    addItem("Link", "http://musicscream.altervista.org/pagina2.html", "");
    addItem("E-Mail del Sito", "mailto:angel_scream@katamail.com", "");

    endMenu()


    </script>

    <meta http-equiv="Content-Language" content="it">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <title>Angel Scream</title>
    <style type="text/css">
    <!--
    .Stile4 {color: red}
    .Stile14 {color:red}
    .Stile15 {color:red}
    .Stile16 {color: red; font-weight: bold; }
    .Stile17 {color: red}
    .Stile19 {color: red}
    .Stile20 {color:red}
    -->
    </style>
    </head>


    <SCRIPT language=JavaScript1.2>



    </body>

    </html>
    Ultima modifica di MusicScream : 23-10-2004 alle ore 14.36.18

  16. #16
    L'avatar di mythologia
    mythologia non è connesso Moderatore
    Data registrazione
    05-01-2004
    Messaggi
    2,614

    Predefinito

    FP ti sporca molto il codice è vero, ma per iniziare...

  17. #17
    L'avatar di theclash
    theclash non è connesso Utente
    Data registrazione
    18-09-2004
    Residenza
    All'inferno
    Messaggi
    140

    Predefinito

    cosa vuol dire che sporca il codice?
    i will never fade

  18. #18
    Guest

    Predefinito

    Che inserisce codice non voluto, e nella maggior parte delle volte questo codice non è compatibile con molti browser e/o SO


    Ciaooooooo!!!!!!!!

Regole di scrittura

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