Why won’t my pictures show up?

There are several reasons your images may not be showing up on your web page. 1. You haven’t refreshed the web page. If you add an image to your web page, then try to view the page, it’s possible that your browser is storing the old page that doesn’t have the new image. Simply press F5 on your keyboard, or Refresh on your browser, and any changes you have made to the page will show up. 2. You’re linking to an incorrectly capitalized filename. mypic.jpg is not the same file as mypic.JPG 3. You have forgotten to ftp the image to your domain’s directory. Hey, it happens to all of us sometimes. 4. You have ftp-ed the image into the wrong directory: This is easy to do, especially if you have subdirectories or multiple domains. 5. There’s an error in your html code: Check your page’s code. The link to the image should be something like this: < img src = “image.gif (or .jpeg or whatever)”> if the image is in the same directory (folder) as the page where it will appear. If you have left off a quote mark, <, >, =, misspelled img src, or made any other kind of typo, the image won’t show up. These are the main reasons images don’t show up on your pages. If you have tried all of these things, and think there might be a problem with your account, please contact...

Why do I get an empty directory listing or a goofy welcome page where my website should be?

When you first get set up and your domain becomes active, your URL will most likely bring you to an empty directory listing page or our default welcome homepage. This is because you haven’t uploaded your site yet. If you have uploaded your site, you need to create an index page. An index page can have whatever you want on it, but it must be called “index.html” (or “index.cgi” if it’s a CGI program). Calling the file “index.html” tells your visitors’ browsers to open that page; otherwise, the browser will just show your file list. You need to upload your web files in public_html...

How do I reach you if there’s a problem or if I have questions?

The first thing to do is of course to search through this help system! We try very very hard to always keep this up to date and filled with just about everything you’d ever want to know about our system. It’s faster than live support and can even be more comprehensive. However, we admit there are still some things that really require human intervention, and for that we have our world class technical support team! They are available via the online ticket system 24 hours a day, 7 days a week, 365 days a year. All tech support questions are answered within 24 hours. We do not currently provide telephone support as we feel it is unnecessary in (and can even hinder) providing quality customer...

My site or ftp service seems slow, just stops, or doesn’t connect, why is that?

There are various of factors that can contribute to occasional slow download speeds or time-outs. If it seems that your site generally is always slow, it may be because you have images on your pages that are too large. If you have larger images, try using image compression software to reduce your image file size. Another reason could be a problem or congestion with a provider that is out of our network but between you and us. If your ISP is having any troubles it will also produce the same laggy effect. Run a Trace from your computer to your web site: When you download from your site, you are taking a path to get from your computer to your web site. To do so using Windows: * Go to START * Click on PROGRAMS * Click on MS-DOS PROMPT * Type TRACERT your_domain.com (replace your_domain.com with your domain or IP address) You will see output that has lines like this: phnx-core-7513.getnet.net (216.19.201.247) 0.929 ms 0.946 ms 1.012 ms phnxaz1wce2-se2-1.wcg.net (65.77.92.41) 1.588 ms 1.380 ms 1.227 ms phnxaz1wce1-pos6-0.wcg.net (65.77.92.29) 1.446 ms 1.356 ms 1.779 ms hstntx1wcx2-pos10-3-oc48.wcg.net (64.200.210.105) 24.107 ms 24.046 ms 25.502 ms hstntx1wcx1-pos6-0-oc48.wcg.net (65.77.93.209) 23.818 ms 23.817 ms 23.859 ms Each of the numbers above are three attempts that your computer makes to get to that location. A * or any number over 300 is a sign of a slow link. If you see a slow link the problem is in the route upstream from us, between you and us. If the problem continues or is extend you may want to consider calling them or contact us and...