Originariamente inviato da fcaldera
se la leggi fino in fondo vedrai che vengono anche definiti le label i campi di input dove poter inserire i dati
ad es.
codice:
<fieldset>
<legend>Dati anagrafici</legend>
<label><input type="text">: anno di nascita</label>
</fieldset>
se però con il tuo codice non vedi nemmeno i riquadri forse hai qualche tag chiuso in modo scorretto. Posta l'html completo della tua pagina
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>HTML.it</title>
</head>
<body
bgcolor="blue"
background="http://upload.wikimedia.org/wikipedia/commons/thumb/5/57/Blue.svg/549px-Blue.svg.png"
leftmargin="0"
topmargin="0"
lang="it"
text="black">
<a name="primo">Eccoci qui</a>
Qui il nostro contenuto
<h1>prova</h1>
<font face="arial" color="green" size="7"><span>did</span></font>
<hr noshade size="5" width="50%" align="center" />
- <font color="green">
- luca </font>
- cora
ecco il sito di VG everyeye
Vai
every
[img]Download\nt.jpg[/img] loldsgskmgkmdsklgmlkmlgmlsmflmlsmkgmkmgdsòmògmds</p>
[img]italia.gif[/img]
<map name="italia" id="italia">
<area shape="rect" coords="18,24,33,34"
href="http://www.regione.vda.it/" alt="val d'aosta">
</map>
<table border="10" width="200%">
<tr>
<td width="150%">o</td>
<td width="50%">a</td>
</tr>
<tr>
<td>ae</td>
<td>be</td>
</tr>
</table>
<table>
<caption>
<div align="center">lol</div>
</caption>
<colgroup span="2" bgcolor="red" align="right"></colgroup>
<colgroup bgcolor="green" align="center"></colgroup>
<thead>
<tr>
<th>yes</td>
<th>no</td>
</tr>
</thead>
<tfoot>
<tr>
<td>dare</td>
<td>ricevere</td>
</tr>
</tfoot>
<tbody>
<td>caz</tb>
<td>fi</td>
<td>x</td>
</tbody>
</table>
<table width="10%" border="10">
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
<tr>
<td>4</td>
<td colspan="2"> lol</td>
</tr>
</table>
<table align="center" border="10" width="10%">
<tr>
<td>1</td>
<td align="center">2</td>
</tr>
<tr>
<td height="24" width="44"> 3</td>
<td>
<table cellspacing="4" border="1" width="100%">
<tr>
<td bgcolor="green">4</td>
<td>5</td>
<td>6</td>
</tr>
<tr>
<td>7</td>
<td>8</td>
<td>9</td>
</table>
</td>
</tr>
</table>
<div align="center">
<iframe src="http://www.everyeye.it" width="300" height="300">
</div>
</body>
</html>
I fieldset in pratica ho provato a metterli dopo il frame prima del / body