View Single Post

  #8 (permalink)  
Old 10-07-08, 09:49
Onsitus's Avatar
Onsitus Onsitus is offline
CSS.FlepStudio.org
 
Join Date: Jul 2007
Location: Nettuno Beach
Posts: 1,063
Rep Power: 3
Onsitus is on a distinguished road
Re: Sito senza Frame

Per il file .css, togli i tag 'style' e richiamalo della pagina nei tag 'head' con
HTML Code:
<link rel="stylesheet" type="text/css" media="screen" href="http://www.flepstudio.org/forum/css-html/mioFile.css" />
Invece riguarda il php, le pagine principale avrano bisogno del estensione php per funzionare, mentre quelle incluse possono essere semplice html
HTML Code:
<? include ("testata.html"); ?>

Last edited by Onsitus; 10-07-08 at 09:53..
Reply With Quote