<HTML>
<HEAD>
<TITLE>College Discussion Troubleshooting</TITLE>
<meta name="robots" content="noindex">
<META NAME="Description" CONTENT="College Discussion - answers to common problems experienced by college discussion users">
<META NAME="Keywords" CONTENT="college discussion,problems, faq, college search, college admissions, financial aid, scholarships,instructions">

<link rel="stylesheet" href="../std.css">
</HEAD>
<BODY BACKGROUND="" BGCOLOR="#ffffff" TEXT="#000000" LINK="#0000ff" VLINK="#800080" ALINK="#ff0000">
<BASEFONT SIZE=2> <FONT FACE="Verdana,Arial,Helvetica" SIZE=2> <FONT SIZE=+1>
<CENTER>
  <B>College Discussion - Troubleshooting</B> 
</CENTER>
</FONT> 
<HR>
<P> The following page contains a list of previously experienced problems and 
  what you can do to solve them. 
<P> 
<h4>Problems</h4>
<UL>
  <A HREF="#cache">
  <LI>My post does not show up</LI>
  </A> <A HREF="#reload">
  <LI>When I click the &quot;Reload&quot; button, I go to the top page</LI>
  </A> <A HREF="#tags">
  <LI>My formatting tags don't work</LI>
  </A> <A HREF="#clearing">
  <LI>Text entry boxes reset when I resize windows</LI>
  </A> <A HREF="#clearing2">
  <LI>Text entry boxes reset when I use the back button</LI>
  </A> <A HREF="#textboxes">
  <LI>Text entry boxes don't fit entirely on screen</LI>
  </A> <A HREF="#notfound">
  <LI>Some links present "not found" messages</LI>
  </A> <A HREF="#imgboxes">
  <LI>Images are not displayed properly</LI>
  </A> <A HREF="#colors">
  <LI>Colors are displayed strangely on the screen</LI>
  </A> <A HREF="#char">
  <LI>Some strange characters appear</LI>
  </A> <A HREF="#nobox">
  <LI>Text entry boxes don't show up properly</LI>
  </A> 
</UL>
</FONT><A NAME="cache"></a><FONT FACE="Verdana,Arial,Helvetica" SIZE=2> 
<h4>My post does not show up</h4>
If you use the browser's back button several times after posting a message, you 
are looking at the page as it was <I>before</I> you posted the message. Clicking 
links from the Navigation Bar avoids this problem. 
<P> If you still have a problem, then your browser is pulling the document out 
  of its cache instead of reloading the document, and it keeps displaying the 
  old version of the document. To avoid this, set your browser to verify documents 
  every time upon loading as follows: 
<UL>
  <LI><B>Netscape (version 3 and lower)</B>: Click on <U>Options</U>, then on 
    <U>Network Preferences</U>, and then on the <U>Cache</U> tab. Next to &quot;Verify 
    Documents&quot; select &quot;Every Time.&quot; Then click on <U>OK</U> to 
    exit the screen.</LI>
  <LI><B>Netscape Communicator</B>: Click on <U>Edit</U>, then on <U>Preferences...</U>, 
    and then on the <U>+</U> icon next to &quot;Advanced.&quot; Then click on 
    <U>Cache</U> from the expanded tree. Under &quot;Document in cache is compared 
    to document on network,&quot; select &quot;Every Time.&quot; Then click on 
    <U>OK</U> to exit the screen.</LI>
  <LI><B>Internet Explorer</B>: Click on <U>View</U>, then on <U>Options...</U>, 
    then on the <U>Advanced</U> tab, and then on the <U>Settings...</U> button 
    under &quot;Temporary Internet files.&quot; Under &quot;Check for newer versions 
    of stored pages,&quot; select &quot;Every visit to the page.&quot; Then click 
    on <U>OK</U> to exit the settings dialog box, and finally on <U>OK</U> to 
    exit the options dialog box.</LI>
</UL>
</font><P><FONT FACE="Verdana,Arial,Helvetica" SIZE=2> Alternatively, try reloading the frame or refreshing the frame using your 
  browser's command. Note that this is different from reloading the document (see 
  the next problem). 
</font><A NAME="reload"></a><FONT FACE="Verdana,Arial,Helvetica" SIZE=2> 
<h4>When I click the &quot;Reload&quot; button, I go to the top page</h4>
This is because the browser reloads the entire document (the one shown in the 
&quot;Location&quot; line) when the reload button is clicked. This document contains 
the code that sets up the frames -- and hence it reloads the top page into the 
frame on the right side. If you want to reload only the frame, use the &quot;Refresh&quot; 
command (in Netscape, access the browser's View menu and select &quot;Reload Frame&quot;; 
in Internet Explorer, right-click in the frame and select &quot;Refresh&quot;). 
</font><A NAME="tags"></a><FONT FACE="Verdana,Arial,Helvetica" SIZE=2> 
<h4>&nbsp;</h4>
<h4>My formatting tags don't work</h4>
It is likely that you have made one of the following common mistakes: 
<UL>
  <LI><B>Not looking at the preview</B></LI>
  <P> 
  <UL>
    The message preview shows your tags in action. If you look at it and your 
    <B>\b{</B>Bold text<B>}</B> isn't bold, you have made a mistake! 
  </UL>
  <P> 
  <LI><B>Using <FONT COLOR=ff0000>/</FONT> instead of \ to start a tag</B></LI>
  <P> 
  <UL>
    <LI><FONT COLOR=ff0000><B>/</B></FONT><B>b{</B>Bold text tag<B>}</B> is wrong</LI>
    <LI><B>\b{</B>Bold text tag<B>}</B> is correct</LI>
  </UL>
  <P> 
  <LI><B>Using parentheses instead of curly braces</B></LI>
  <P> 
  <UL>
    <LI><B>\b</B><FONT COLOR=ff0000><B>(</B></FONT>Bold text tag<FONT COLOR=ff0000><B>)</B></FONT> 
      is wrong</LI>
    <LI><B>\b{</B>Bold text tag<B>}</B> is correct</LI>
  </UL>
  <P> 
  <LI><B>Using the wrong case in tags</B></LI>
  <P> 
  <UL>
    <LI><B>\<FONT COLOR=ff0000>B</FONT>{</B>Bold text tag<B>}</B> is wrong (<B>\B{ 
      }</B> is not defined)</LI>
    <LI><B>\b{</B>Bold text tag<B>}</B> is correct</LI>
  </UL>
  <P> 
  <LI><B>Not escaping commas where necessary</B></LI>
  <P> 
  <UL>
    <LI>Advanced tags use the comma to separate the various arguments. If you 
      need to use a comma and not have it treated as a delimiter, you must escape 
      the comma.</LI>
    <LI>See the discussion under &quot;Special Characters&quot; in the formatting 
      instructions for further explanation and many examples.</LI>
  </UL>
  <P> If one specific tag does not work properly, check the Formatting page to 
    be sure that you are using the proper tag. 
</UL>
</font><A NAME="clearing"></a><FONT FACE="Verdana,Arial,Helvetica" SIZE=2> 
<h4>Text entry boxes reset when I resize windows</h4>
This appears to be a feature (or a bug) with some browser programs. The solution 
is not to resize windows when you are filling in a text box. </font><A NAME="clearing2"></a><FONT FACE="Verdana,Arial,Helvetica" SIZE=2> 
<h4><br>
  Text entry boxes reset when I use the back button</h4>
This appears to be a feature (or a bug) with Internet Explorer. Most screens in 
the user interface preserve the user's input even if an error occurs. In general, 
you do not need to use the back button when you are presented with a form to correct 
your mistake. </font><A NAME="textboxes"></a><FONT FACE="Verdana,Arial,Helvetica" SIZE=2> 
<h4><br>
  Text entry boxes don't fit entirely on screen</h4>
Unfortunately, text entry boxes cannot be resized within the document to fit on 
your screen. One option is to drag to the left the border between the main menu 
and the page containing the text box. Alternatively, you could increase your desktop 
size to 800x600 or higher. <B>Warning:</B> If you resize the frame, all text contained 
within the text box will be lost and must be re-entered. </font><A NAME="notfound"></a><FONT FACE="Verdana,Arial,Helvetica" SIZE=2> 
<h4><br>
  Some links present "not found" messages</h4>
Moderators can set up links that appear as subtopics but really link to a page 
that is outside of the discussion board. Likewise, anyone posting a message can 
include links. If links are entered incorrectly or change, you will get an error 
message. If you get an error message, contact the moderator (be sure to specify 
where the bad link was). The moderator can then fix or remove the bad link. </font><A NAME="imgboxes"></a><FONT FACE="Verdana,Arial,Helvetica" SIZE=2> 
<h4><br>
  Images are not displayed properly</h4>
Because the discussion board supports image upload and clipart, images are permitted 
on pages. If your browser has automatic loading of images turned off, you will 
see boxes where images are supposed to be displayed. To load the images, turn 
automatic image loading on, or click the "Load Images" button on the Netscape 
toolbar. In Internet Explorer, image loading is controlled with the options, accessible 
from the &quot;View&quot; menu under &quot;Options...&quot; 
<P> If images still fail to load properly, contact a board moderator. 
</font><P><FONT FACE="Verdana,Arial,Helvetica" SIZE=2> 
</font><A NAME="colors"></a><FONT FACE="Verdana,Arial,Helvetica" SIZE=2> 
<h4>Colors are displayed strangely on the screen</h4>
If your screen is configured to display only 16 colors, the color scheme may appear 
strange. Increase your setting to 256 colors or 16.8 million colors if this is 
possible. </font><A NAME="char"></a><FONT FACE="Verdana,Arial,Helvetica" SIZE=2> 
<h4><br>
  Some strange characters appear</h4>
Depending on your browser and operating system, some special characters and formatting 
will not be displayed correctly. This is especially noticable with browsers below 
Netscape Navigator 3.0 and below Microsoft Internet Explorer 3.0. Some fonts are 
specific to the Windows operating system and will not be displayed correctly on 
other platforms. 
</font><P><FONT FACE="Verdana,Arial,Helvetica" SIZE=2> 
</font><A NAME="nobox"></a>
<FONT FACE="Verdana,Arial,Helvetica" SIZE=2> 
<h4>Text entry boxes don't show up correctly</h4>
Netscape Communicator 4 appears to have a bug that prevents text entry boxes from 
showing up correctly in some cases. If you click the mouse under the &quot;Add 
a Message&quot; line, where you think the text entry box would normally be, you 
get a cursor. Otherwise, try using the NavBar to go back one page and then return 
to the page on which the text entry box does not show up. 
<HR>
<!-- You must leave this copyright information on this page according to the license
agreement.  Do not delete the following copyright information.--> College admissions, 
financial aid, college search - College Confidential.com is the best web source 
for information on college-related topics, from Ivy League admissions to evaluating 
college rankings, from college books and book reviews to college counseling and 
paying for a university education. ©Copyright 2001 by CollegeConfidential.com, 
Inc., all rights reserved. See College Confidential trademark information. <BR>
<BR>
</font> 
</BODY>
</HTML>


