Mi sapete dire come posso eliiminare i frame dal mio sito ( http://www.salecaramello.it )? è fatto con WordPress3.
Il codice della pagina principale è:
Codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>SaleCaramello</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="shortcut icon" type="image/x-icon" href="http://salecaramello.altervista.org/favicon.ico">
<meta name="google-site-verification" content="6mjN2rm1LGAS2Aj94HOYxQGnjsbqeLegpULvsNPRBHA" />
</head>
<frameset rows="100%,*" cols="100%" frameborder="no" framespacing="0" border="0">
<frame name="XYZZY2" scrolling="auto" src="http://salecaramello.altervista.org" noresize>
<frame name="XYZZY" scrolling="no" noresize>
<noframes>
<h1><a href="http://salecaramello.altervista.org">http://salecaramello.altervista.org</a></h1>
<p><a href="http://salecaramello.altervista.org">Clicca qui</a> per vedere la versione senza frames.</p>
</noframes>
</frameset>
</html>
c'è qualche settaggio si WordPress o è Altervista che aggiunge i frame?
Lo stesso sito in locale non ha frame.
Grazie!