Can't upload
-
Ferris Blue
- Newbie
- Posts: 8
- Joined: Sun Mar 24, 2002 4:00 pm
- Location: Da Fiery Pits o' Hell
- Contact:
-
Shoe
- Regular Poster
- Posts: 255
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: B-Town, Ontario, Canada
- Contact:
We get this a lot. I suggest using a GUI FTP Client. Some suggestions include:
Bulletproof FTP
CuteFTP
Flash FXP
Leaf FTP (I think)
There's more but I'm quite lazy today. If it still doesn't work with a GUI client, check your ASCII/Binary connections.
Bulletproof FTP
CuteFTP
Flash FXP
Leaf FTP (I think)
There's more but I'm quite lazy today. If it still doesn't work with a GUI client, check your ASCII/Binary connections.
<A HREF="http://dorm106.keenspace.com"><img src="http://dorm106.keenspace.com/images/links/dormbig.gif" border="0"></A>
-
Ferris Blue
- Newbie
- Posts: 8
- Joined: Sun Mar 24, 2002 4:00 pm
- Location: Da Fiery Pits o' Hell
- Contact:
- Kisai
- Goddess of Light

- Posts: 3276
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: The Past, the Present, The future
- Contact:
http://www.cuteftp.com (commercial)
http://www.smartftp.com (Free)
half a dozen others. Don't use IE's built in FTP client, use http://siteadmin.keenspace.com/cgi-bin/web-ftp.cgi if you have to use the web browser.
IE has a tendancy to destroy peoples sites.
http://www.smartftp.com (Free)
half a dozen others. Don't use IE's built in FTP client, use http://siteadmin.keenspace.com/cgi-bin/web-ftp.cgi if you have to use the web browser.
IE has a tendancy to destroy peoples sites.
-
Ferris Blue
- Newbie
- Posts: 8
- Joined: Sun Mar 24, 2002 4:00 pm
- Location: Da Fiery Pits o' Hell
- Contact:
- Kisai
- Goddess of Light

- Posts: 3276
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: The Past, the Present, The future
- Contact:
What? like IMG tags?
To link to an image:
<img src="mypicture.png" width="256" height="256" border="0" alt="My picture" />
To link to another page:
<a target="_top" href="pagetwo.html">Next page!</a>
To link to another page with an image
<a target="_top" href="kitty.html"><img src="kitty.png" width="64" height="64" border="0" alt="My kitty!" /></a>
The width and height are important to prevent the image from being streteched or squished. They are are also important to make the page render faster. The alt tag is optional, but should be present for accessability reasons. The border="0" is to get rid of any image border (especially if it's a link to somewhere else.)
To link to an image:
<img src="mypicture.png" width="256" height="256" border="0" alt="My picture" />
To link to another page:
<a target="_top" href="pagetwo.html">Next page!</a>
To link to another page with an image
<a target="_top" href="kitty.html"><img src="kitty.png" width="64" height="64" border="0" alt="My kitty!" /></a>
The width and height are important to prevent the image from being streteched or squished. They are are also important to make the page render faster. The alt tag is optional, but should be present for accessability reasons. The border="0" is to get rid of any image border (especially if it's a link to somewhere else.)
-
Shoe
- Regular Poster
- Posts: 255
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: B-Town, Ontario, Canada
- Contact:
Oh sorry, forgot to add the links.
P.S. It may be leach ftp, not sure...
P.S. It may be leach ftp, not sure...
<A HREF="http://dorm106.keenspace.com"><img src="http://dorm106.keenspace.com/images/links/dormbig.gif" border="0"></A>