I have downloaded a template and by default it is fullscreen. I would like it to open in any browser of any size. I have found alot of people wanting their websites to be fullscreen but noone who has a fullscreen one to be able to open in a regular browser. I ask this because when it opens in a browser window it doesn’t display the whole site and there are no scrollbars. Any help would be appreciated! here is the .html code:
<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=koi8-r” />
<title>blah blah</title>
</head>
<body bgcolor="#0C0C0C" topmargin=“0” leftmargin=“0” rightmargin=“0” bottommargin=“0”>
<body bgcolor="#0C0C0C">
<!–url’s used in the movie–>
<!–text used in the movie–>
<!–
–>
<!-- saved from url=(0013)about:internet -->
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0” width=“100%” height=“100%” id=“main” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“main.swf” /><param name=“quality” value=“high” /><param name=“scale” value=“default” /><param name=“salign” value=“t” /><param name=“bgcolor” value="#0C0C0C" /><embed src=“main.swf” quality=“high” scale=“default” salign=“t” bgcolor="#0C0C0C" width=“100%” height=“100%” name=“main” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>
</body>
</html>
if you need anything else, please let me know! I’ve tried searching these forums for a while and since im a noobie im not quite sure what i need to be looking for! haha thanks all!