Introduction
Account Policies
Problem Solving
Instructor Help
General help by subject
Hypertext and the web
Remote access
Contact NWE Help
Main help page
NWE Help: Web Authoring: ASWE Troubleshooting
NWE Home :: Help :: Web :: Authoring :: ASWE
How come my images don't come up on my web pages?
There are three possible causes. The first is because you are using the preview button in asWe. Check our notes on the previewing function if you're using it.
The second cause is that the images aren't in your Web directory. If they aren't, use the File manager to put them there.
The third cause is a bug in asWe. Sometimes asWe adds ../ before the image name or the full server path to the image, like /home/nwe/yourname/public_html before the image. Check that the code for the image doesn't look like this:
<IMG SRC="../nameofpicture.gif">
If the SRC has those two dots (which mean "up one directory") or the full server path, you need to edit the image tag. Click on the IMG tag itself so that it is underlined, choose Edit Tag from the Edit menu, and erase the ../ or the full path before the name of the image.
Why aren't the asWe menus displayed in color?
Sometimes if you start Mozilla before asWe, Mozilla grabs control of your terminal's color map, making it hard for asWe to display all the colors it likes.
The solution is to start the asWe web editor before the Mozilla web browser. If this has happened to you, close everything, and then start asWe, then Mozilla.
