NOTE: Read why this site appears to be in plain text.
In your search for a reliable, dependable Internet Service Provider (ISP), consider all the features Fuse has to offer. When it comes to outstanding customer service, technological know-how and reliability, turn to Cincinnati Bell and Fuse to get connected.
The Fuse Publish File form
contains everything you need to get started. The very first step is
registering your home page. After you have registered your page, you
will be given a template to use as a starting point. This template is an HTML (HyperText
Markup Language) document.
For your convenience, Fuse provides Netscape CommunicatorTM
all subscribers at no additional charge. Netscape Composer is the HTML editor included
with Netscape Communicator. This software package allows you to create and publish
your home pages without prior knowledge of HTML. Fuse recommends using Netscape
Composer to design your home pages.
|
||||||||||||
Each subscriber home page is allotted 100MB of disk space
and 100 MB of monthly data transfer on the Fuse server.
During the home page registration process, you have two options for creating your home page URL:
Fuse Support can only answer specific questions about the Publish File form interface; they cannot help you create your home page.
To upload your web files (eg. HTML, GIF, JPG) to Fuse servers, you may use the
Publish File form, Front Page, or a FTP client of your choice.
FTP or File Transfer Protocol In order for others to see your site, you need to
put your web site files onto your server location. The easiest way is to use a
software application known as FTP to upload your files from your computer to
your Web server. FTP is simply a method of transferring files from one computer
to another.
To manage the files on your Web site, you can use any FTP
client you wish. We recommend the WS-FTP Limited Edition, a Windows application
that features a handy drag-and-drop interface. The WS-FTP LE download is
available from the Tucows
site.
WS-FTP
LE has received a Five Cows rating from the staff at Tucows and comes complete
with documentation. Please note that Fuse cannot offer technical support on
any of the applications from Tucows.
Finally, if you choose to
use
the built-in Windows FTP application that came with your computer *instead of*
downloading one from Tucows, use the instructions below:
At this time Fuse does not support Front Page extensions, however, you may use
Front page to upload your files.
After you launch FrontPage, select File
then Open Web from the toolbar.
This should bring up an Open Web window.
In the space labeled Folder Name, type in:
http://home.fuse.net/yoursite
Then, click the Open button
One of the great things about the Internet is the ability to share information (stories,
photos, etc.) with friends and family who are far away. Commonly called "links",
hyperlinks allow you to point visitors to other pages on your web site or other
resources on the Internet. Images can enhance the look of a website and provide
important information.
|
|
|
|
How do I add links to my page?
The two most popular types of links people put in their pages are ...
|
|
|
How do I add a background image to my
page?
Images can greatly enhance the look of your page. From a technical side, images must be in either GIF or JPEG format. If you have images in another format, such as bitmap, EPS, or TIFF, you will need a graphics package such as PaintShop Pro to convert your images to the proper format. To insert a background image into your page:
|
|
|
How do I add images to my page?
Images can greatly enhance the look of your page. From a technical side, images must be in either GIF or JPEG format. If you have images in another format, such as bitmap, EPS, or TIFF, you will need a graphics package such as PaintShop Pro to convert your images to the proper format. To insert images into your page:
|
Following is a list of frequently issues that may occur when you create your own
home page. Click on the link to find common solutions to these issues.
If you have any comments or pointers you would like to share, please send them to
Fuse Technical Support.
|
|
|
|
During the upload of my page, I receive
broken pipe errors.
In general, by simply disconnecting and reconnecting you can successfully upload your page. This is often caused by links that have become inactive by idle time-out. Also, please check your preferences in your HTML editor. |
|
|
My page comes up very slowly.
Many of the problems people have with the speed of their pages are directly related to their images. Check to see what format you are saving your image as. Many formats, such as .gif, will only allow you to save them in 256 colors. This ensures that most computers with color monitors will be able to view them. If you use another file type and it is possible, lower the amount of colors used. The fewer the colors, the quicker the image will load. One of the last things to check is the size of your background image. Remember that the image you use will automatically be repeated over and over, so it doesn't have to be very big. |
|
|
Images in my webpage are not showing up correctly.
In this case, the path to the image source (in html the tag img src) is usually incorrect. ;If you are using Fuse as your Web page server, you have one parent directory and there should not be paths to any other images in any other directories. NOTE: Paths to other directories are possible. However FUSE does not support them. So for explanation purposes, we assume that you are not doing this. For example, the img src tag should always be similar to this: <img src="imagename">If you see paths to other local folders or directories, please note that this is incorrect. All of your image tags should point to the local file. |