Hi,
Other possibility in HTML is the following:
Make a index.html page with the following and put in the as main index
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″>
<title>yourblog.com</title>
</head>
<body leftmargin=0 rightmargin=0 topmargin=0 scroll=no>
<p align=center>
<iframe src=”https://www.yourblogssubdomain.com” name=”content” scrolling=”yes” resize=”auto” width=”100%” height=”100%”> </iframe>
</body>
</html>