The problem I have is that I designed a website 800x600 (page size).
When I publish the website in 800x600 screen resolution the website doesn’t fit in the whole page (it stretches).
I then designed the website taking up half of the 800x600 page and published it. It viewed full screen on 800x600 screen resolution only and on other screen resolutions it shrinked.
PLEASE LET ME KNOW HOW I COULD VIEW IT FULL SCREEN ON ALL RESOLUTIONS,
HERE IS MY CODE BELOW…
PLEASE COULD YOU SEE WHAT IS WRONG WITH IT:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “[COLOR=#22229c]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/COLOR]”>
<html xmlns="[COLOR=#22229c]http://www.w3.org/1999/xhtml[/COLOR]" xml:lang=“en” lang=“en”>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” />
<title>index</title>
</head>
<body bgcolor="#000000">
<!–url’s used in the movie–>
<a href="<A href="mailto:FAZ@SK1ONLINE.CO.UK"></a">mailto:FAZ@SK1ONLINE.CO.UK"></a>
<a href="<A href="mailto:dhol99@hotmail.com"></a">mailto:dhol99@hotmail.com"></a>
<!–text used in the movie–>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase="[COLOR=#22229c]http://download.macromedia.com/pub/…version=7,0,0,0[/COLOR]" width=“100%” height=“100%” id=“index” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“index.swf” />
<param name=“quality” value=“best” />
<param name=“scale” value=“exactfit” />
<param name=“wmode” value=“transparent” />
<param name=“bgcolor” value="#000000" />
<embed src=“index.swf” quality=“best” scale=“exactfit” wmode=“transparent” bgcolor="#000000" width=“100%” height=“100%” name=“index” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage="[COLOR=#22229c]http://www.macromedia.com/go/getflashplayer[/COLOR]" />
</object>
</body>
</html>