lnr/Originals/Website/help/res.html

43 lines
1.8 KiB
HTML
Raw Normal View History

2021-04-16 00:26:34 +00:00
<html>
<head>
<title>Change Resolution :: LNR Universe</title>
<link rel="StyleSheet" type="text/css" href="../script/styles.css">
</head>
<script language="JavaScript" src="../script/framelock.js"></script>
<body bgcolor="black" link="white" vlink="white" alink="white" text="white"
marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"
background="../images/stars.jpg">
<font face="Verdana,Arial" size="2" color="white">
<center><font size="6"><font color="#FF00FF">L</font><font color="#EE00EE">N</font><font color="#DD00DD">R</font> <font color="#CC00CC">U</font><font color="#BB00BB">n</font><font color="#AA00AA">i</font><font color="#BB00BB">v</font><font color="#CC00CC">e</font><font color="#DD00DD">r</font><font color="#EE00EE">se</font><font color="#FF00FF"></font></font><br>
<font color="lime" face="Courier New,Courier,Fixedsys">:: CHANGE YOUR SCREEN RESOLUTION ::</font></center>
<br><br>
[<a href="index.html">Back to Help Topics</a>]<br><br>
<b><font color="cyan">How to change your screen resolution</font></b><br>
<ol>
<li>Click "Start" -&gt; "Settings" -&gt; "Control Panel"</li>
<li>Double-click on "Display"</li>
<li>Click on the "Settings" tab</li>
<li>In the lower-right corner, drag the "Screen Area" slider untill the area reaches 1024x768</li>
<li>Click "Apply" and then click "Ok"</li>
</ol><br>
We have detected that your screen resolution is<font color="lime">&nbsp;<script language="JavaScript">
<!--
document.writeln(screen.width+"x"+screen.height);
if (screen.width == "1024" && screen.height == "768") {
document.writeln(". You don\'t need to change the screen area.");
}
if (screen.width != "1024" && screen.height != "768") {
document.writeln(". You need to change the screen area.");
}
//-->
</script>&nbsp;</font>
<br>&nbsp;
</font>
</body>
</html>