Salve ragazzi, sono nuovo sia su questo forum sia al linguaggio html..
Da un po di giorni sto provando a realizzare una pagina molto blanda formata da 3 frame e cioè uno a sinistra, uno in alto e un altro al centro..
Da quello che ho capito devo creare altre pagine con il nome sinistro.html superiore.html ecc ecc, dopo averlo fatto il problema è che comunque continuo a vedere tutto bianco nella pagina, vedo soltanto il titolo BENESSERE 2000
ah e ho messo i documenti tutti nella stessa cartella.
codice HTML:
<!DOCTYPE HTML>
<HTML><head><title>SITO DEL CENTRO -PROVE-</title><b><p ALIGN=center>Benessere 2000</P></b></head><!-- 3 frames: principale, superiore e laterale sinistro lungo.-->
<frameset rows="*" cols="80,*"> <frame src="sinistro.html" name="FrameSinistro" scrolling="AUTO" noresize> <frameset rows="80,*"> <frame src="superiore.html" name="FrameSuperiore" scrolling="AUTO" noresize> <frame src="centrale.html" name="FramePrincipale"> </frameset></frameset>
</HTML>
codice HTML:
<!DOCTYPE HTML><html><head><title>LateraleSinistro</title></head><body><ol><li ALIGN=center>HOME</li><li ALIGN=center>CONTATTI</li><li ALIGN=center>DOVE SIAMO</li></ol></body></body></html>
codice HTML:
<!DOCTYPE HTML><html>
<head><title>CentraleSuperiore</title></head>
<body>
<h6>CENTRO BENESSERE 2000</h6>
</body>
</body>
</html>
codice HTML:
<!DOCTYPE HTML>
<html><head><title>CentraleCentro</title></head>
<body>
<ol><li ALIGN=center>Ciao</li>
<li ALIGN=center>Come</li>
<li ALIGN=center>va?</li></ol></body></body>
</html>
Non capisco davvero in cosa sbaglio.. grazie 1000 in anticipo (: