Visualizzazione dei risultati da 1 a 9 su 9

Discussione: pagina html

  1. #1

    pagina html

    salve ho fatto una apgina html , ma ho un problema di impaginazione vieni un po la pagina scomposta, qulacuno mi potrebbe dare un aiuto?

  2. #2
    Utente di HTML.it L'avatar di carlo2002
    Registrato dal
    Jun 2002
    Messaggi
    2,746
    Se posti direttamente il tuo codice è più probabile che ricevi dell'aiuto. Se lo posti ricordati di metterlo tra gli appositi tag [code] per renderlo più leggibile.
    Errare humanum est, perseverare ovest

  3. #3
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html>
    <head>
    <title>Grapes</title>

    <link rel="stylesheet" type="text/css" href="grapes.css" />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="author" content="Your name here" />
    <meta name="Copyright" content="Copyright (c) Your copyright here 2005" />
    </head>

    <body>

    <div id="container">
    <div id="hdr">

    <h1>grapes</h1>
    <p id="tagline">fruit, wine &amp; web design</p>
    </div>

    <div id="lftcol">
    <ul id="nav">
    [*]Introduction
    [*]Our Wines
    [*]Important Grapes
    [*]Contact Us
    [*]news
    [/list]




    <div id="quote">


    A great source for information...</p>
    </div>

    <h3>More stuff</h3>
    <ul>
    [*]Validate XHTML
    [*]Validate CSS
    [*]Authors Website
    [*]OSWD
    [/list]

    </div>


    <div id="rgtcol">
    <h2>Le nostre news</h2>

    <table width="1000">



    <div <class="titolo_news">Le opportunita' di AndarperVino.it - 20/03/2009</div>

    <div class="testo_news">Contro la crisi raccogli i tuoi ordini in un gruppo d'acquisto!!

    leggi il testo completo</div></div>


    <div class="titolo_news">AndarperVino.it su Facebook - 05/03/2009</div>
    <div class="testo_news">....fai parte del nostro fun club nel famoso social network!!

    leggi il testo completo</div></div>


    <div class="titolo_news">Gli eventi di AndarperVino.it - 02/03/2009</div>




    <div class="testo_news">Vinitaly 2009

    leggi il testo completo</div></div>


    <div class="titolo_news">Il vino del campione. - 24/01/2009</div>




    <div class="testo_news">Da oggi puoi acquistare il vino di Francesco Moser tramite AndarperVino.it!

    leggi il testo completo</div></div>


    <div class="titolo_news">Curiosita' sul vino - 10/12/2008</div>




    <div class="testo_news">La storia

    leggi il testo completo</div></div>


    <div class="titolo_news">Curiosita' sul vino. - 10/12/2008</div>




    <div class="testo_news">Come degustare un buon vino

    leggi il testo completo</div></div>


    </td>

    </tr>
    </table>



    Hello and welcome to my latest template called &quot;Grapes&quot;.


    &quot;Grapes&quot; is an Open Source web template which means it can be used without the need to ask permission and you have full rights to use and adapt its images. For more of my work, please see my website which can be found here.
    </p>



    I wanted to create a fairly simple yet attractive template which can be used for food or wine related websites, although it can easily be adapted for other uses too.
    </p>


    <h2>But is it easy to Use?</h2>


    &quot;Grapes&quot; should be quite easy to use as I have added plenty of comments and tried to make the <acronym title="Cascading Style Sheet">CSS</acronym> as neat and organised as possible.
    </p>


    There are also plenty of styles for other tags, including:</p>



    <code>Text using the code tag, this is ideal for showing code on a page.</code></p>



    <acronym title="acronym text">acronym text</acronym></p>



    strong or bold text</p>



    em or italic text</p>



    This is a paragraph of normal text that contains <span>span</span> tags with a class set to <span>special</span>. This means all the <span>big words</span> in this paragraph are words that are placed between opening and closing <span>span</span> tags. These span tags can be used to add meaning to a block of text or to <span>shout out</span> when needed.</p>
    </div>

    <div id="bttmbar">Copyright &copy; Your Copyright Info</div>


    </div>

    </body>
    </html>

    vorrei metetre un riquradro ad ogni di uesta scritta (
    <div <class="titolo_news">Le opportunita' di AndarperVino.it - 20/03/2009</div>

    <div class="testo_news">Contro la crisi raccogli i tuoi ordini in un gruppo d'acquisto!!

    leggi il testo completo</div></div>) e magari un colore di sfondo sempre ad ogni scritta, spero di essere stato chiaro

  4. #4
    Utente bannato
    Registrato dal
    Sep 2007
    Messaggi
    2,777
    Originariamente inviato da carlo2002
    Se posti direttamente il tuo codice è più probabile che ricevi dell'aiuto. Se lo posti ricordati di metterlo tra gli appositi tag [code] per renderlo più leggibile.
    Si nota che hai ascoltato i suggerimenti! Oltretutto hai mischiato il tuo testo al codice! Mah! Poi ti aspetti aiuto?

  5. #5
    si scusa ma non so come postarlo, dimmi come devo fare

  6. #6
    Utente bannato
    Registrato dal
    Sep 2007
    Messaggi
    2,777
    Originariamente inviato da primi_passi
    si scusa ma non so come postarlo, dimmi come devo fare
    Lo dovevi mettere tra i tag [CODE][/CODE] il pulsante «#» sopra, come ti è già stato detto

    Naturalmente solo il codice non le tue spiegazioni

  7. #7
    codice:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html>
    <head>
    <title>Grapes</title>
    
    <link rel="stylesheet" type="text/css" href="grapes.css" />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="author" content="Your name here" />
    <meta name="Copyright" content="Copyright (c) Your copyright here 2005" />
    </head>
    
    <body>
    
    <div id="container">
    <div id="hdr">
    
    <h1>grapes</h1>
    <p id="tagline">fruit, wine &amp; web design</p>
    </div>
    
    <div id="lftcol">
    	<ul id="nav">
    		[*]Introduction
    		[*]Our Wines
    		[*]Important Grapes
    		[*]Contact Us
    		[*]news
    	[/list]
    
    	
    	
    	
    <div id="quote">
    
    
    A great source for information...</p>
    </div>
    	
    <h3>More stuff</h3>
    	<ul>
    		[*]Validate XHTML
    		[*]Validate CSS
    		[*]Authors Website
    		[*]OSWD		
    	[/list]
    
    </div>
    
    
    <div id="rgtcol">
    <h2>Le nostre news</h2>
    
       <table  width="1000">
    	
    
                	
                            <div <class="titolo_news">Le opportunita' di AndarperVino.it - 20/03/2009</div>
                        	
    																<div class="testo_news">Contro la crisi raccogli i tuoi ordini in un  gruppo d'acquisto!!
    
                            leggi il testo completo</div></div>
    						  
    
                            <div class="titolo_news">AndarperVino.it su Facebook - 05/03/2009</div>
      					<div class="testo_news">....fai parte del nostro fun club nel famoso social network!!
    
                            leggi il testo completo</div></div>
    						  
    
                            <div class="titolo_news">Gli eventi di AndarperVino.it - 02/03/2009</div>
                        	  
    
    						  
      
    						<div class="testo_news">Vinitaly 2009
    
                            leggi il testo completo</div></div>
    						  
    
                            <div class="titolo_news">Il vino del campione. - 24/01/2009</div>
                        	  
      
    						  
      
    						<div class="testo_news">Da oggi puoi acquistare il vino di Francesco Moser  tramite AndarperVino.it!
    
                            leggi il testo completo</div></div>
    						  
    
                            <div class="titolo_news">Curiosita' sul vino - 10/12/2008</div>
                        	  
      
    						  
      
    						<div class="testo_news">La storia
    
                            leggi il testo completo</div></div>
    						  
    
                            <div class="titolo_news">Curiosita' sul vino. - 10/12/2008</div>
                        	  
      
    						  
      
    						<div class="testo_news">Come degustare un buon vino
    
                            leggi il testo completo</div></div>
    						  
    
                    </td>
               
            </tr>
        </table>
    
    
    
    Hello and welcome to my latest template called &quot;Grapes&quot;.  
    
     
    &quot;Grapes&quot; is an Open Source web template which means it can be used without the need to ask permission and you have full rights to use and adapt its images.  For more of my work, please see my website which can be found  here.
    </p>
    
    
    
    I wanted to create a fairly simple yet attractive template which can be used for food or wine related websites, although it can easily be adapted for other uses too. 
    </p>
    
    
    <h2>But is it easy to Use?</h2>
    
    
    &quot;Grapes&quot; should be quite easy to use as I have added plenty of comments and tried to make the <acronym title="Cascading Style Sheet">CSS</acronym> as neat and organised as possible. 
    </p>
    
    
    There are also plenty of styles for other tags, including:</p>
    
    
    
    <code>Text using the code tag, this is ideal for showing code on a page.</code></p>
    
    
    
    <acronym title="acronym text">acronym text</acronym></p>
    
    
    
    strong or bold text</p>
    
    
    
    em or italic text</p>
    
    
    
    This is a paragraph of normal text that contains <span>span</span> tags with a class set to <span>special</span>.  This means all the <span>big words</span> in this paragraph are words that are placed between opening and closing <span>span</span> tags.  These span tags can be used to add meaning to a block of text or to <span>shout out</span> when needed.</p>
    </div>
    
    <div id="bttmbar">Copyright &copy; Your Copyright Info</div>
    
    
    </div>
    
    </body>
    </html>

  8. #8
    su ogni news che appaiono dovrei mettere un riquadro e magari un solo di sfondo sempre pe rogni news

  9. #9
    ciao appena puoi ci dai un'occhiata, scusami se ti distrubo.

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.