HTML

Linguaggi e sistemi

Moderatori: Foto UtentePaolino, Foto Utentefairyvilje

Avatar utente
Foto Utentebob93
0 3
Messaggi: 49
Iscritto il: 23 gen 2009, 20:25
0
voti

[1] HTML

Messaggioda Foto Utentebob93 » 6 mar 2009, 20:07

Anche se l'HMTL è molto facile da comprendere, ho dei problemi nella generazione di una pagina con i frame....vorrei creare questa pagina:

Immagine



...come devo fare...voglio sapere il soergente html da scrivere???

Avatar utente
Foto Utentec1b8
3.595 3 8 13
G.Master EY
G.Master EY
Messaggi: 1770
Iscritto il: 15 gen 2009, 14:23
0
voti

[2] Re: HTML

Messaggioda Foto Utentec1b8 » 6 mar 2009, 20:34

Codice: Seleziona tutto

<html>
<head>
<title>titolo pagina</title>
</head>

<frameset rows="200, *" border="1" framespacing=0>
<frame src="pippo.html"></frame>
<frameset cols="400,*" border="1" framespacing=0>
<frame src="pippo.html"></frame>
<frame src="pippo.html"></frame>
</frameset>
</frameset>

<noframes>no frame</noframes>
</html>


Naturalmente variando i numeri in rows e cols vari le dimensione dei frame.
Fabio


Torna a “PC e informatica”