Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 What webhoster
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Guy666
Novice

5 Posts

Posted - 27 Mar 2004 :  17:23:24  Show Profile  Visit Guy666's Homepage  Reply with Quote
What web hoster site do i use i've been trying to use angel fire but i have to change the sorce in the html for every picture if the a web hosting site i should use or is there some way that i can i can change the sorce with the Dynamic HTML Editor?

[img]http://utenti.lycos.it/dewebspace/Hex/Matrix.gif[/img][img]http://www.angelfire.com/un/coh/TA.psd.jpg[/img][img]http://utenti.lycos.it/dewebspace/Hex/Matrix.gif[/img]

n/a
deleted

492 Posts

Posted - 28 Mar 2004 :  11:34:46  Show Profile  Reply with Quote
Welcome Guy666.

... mmm ... Can you explain better? Maybe an example?
Thank You

Ciao Ciao De.
Go to Top of Page

Guy666
Novice

5 Posts

Posted - 28 Mar 2004 :  17:11:58  Show Profile  Visit Guy666's Homepage  Reply with Quote
Ok i've been trying to use angel fire, and when i get the html from Dynamic HTML Editor and the photos etc... it dosn't use them it just puts the X. i have to rename all the sorces when i get the html.

[img]http://utenti.lycos.it/dewebspace/Hex/Matrix.gif[/img][img]http://www.angelfire.com/un/coh/TA.psd.jpg[/img][img]http://utenti.lycos.it/dewebspace/Hex/Matrix.gif[/img]
Go to Top of Page

jrwebb01
Practical

41 Posts

Posted - 28 Mar 2004 :  19:36:41  Show Profile  Visit jrwebb01's Homepage  Reply with Quote
Hi Guy.

Are you using an FTP program to upload your completed HTML documents and the photos?

Some webhosts (I'm not sure about Angelfire) do not grant normal FTP access to your webspace. You have to use their server-based upload programs to tansfer documents and images individually.

I don't know if that it your problem, but it seems like a good place to start.

Hope this helps. Good luck :)

Joe
Go to Top of Page

Guy666
Novice

5 Posts

Posted - 28 Mar 2004 :  19:42:03  Show Profile  Visit Guy666's Homepage  Reply with Quote
angel fire has a built in ftp it think but i have 1 on my computer. i don't really understand what you are trying to say i don't have much exp in websites. do you know of a webhost that would work with this?

[img]http://utenti.lycos.it/dewebspace/Hex/Matrix.gif[/img][img]http://www.angelfire.com/un/coh/TA.psd.jpg[/img][img]http://utenti.lycos.it/dewebspace/Hex/Matrix.gif[/img]
Go to Top of Page

jrwebb01
Practical

41 Posts

Posted - 28 Mar 2004 :  21:18:25  Show Profile  Visit jrwebb01's Homepage  Reply with Quote
Hi again Guy.

Based on your earlier post (re: Xs appearing where images are supposed to be in your html document) your image files are not where the "src=" element of the image tag says they should be. Dynamic HTML Editor generated pages will, by default create links to your images in a "files" folder which includes all your image files, javascripts, and other things that Dynamic HTML Editor-generated html documents need. Your page cannot find that folder - and the image files it contains.

This will be easy enough for you to fix by using an FTP program to upload your html documents, as well as the "files" folder created by Dynamic HTML Editor.

I looked into the angelfire hosting program - specifically the upload of your documents via FTP (file transfer prototcol).

Angelfire - like many free hosting programs have a build-in web page builder and that is their preferred method for creating content for the site you have hosted on their server. However, Angelfire does permit FTP from your own program so you can upload html documents and other content created in other ways.

I have included the following link to Angelfire's FTP instructions. They are fairly straightforward - but reply here if you have trouble and we'll see if we can help further.

http://www.angelfire.lycos.com/doc/general/ftpupload.html#graphical

Also, here is the lilnk of my favorite FTP program. It is simple, easy to use, and FREE :) Its called i.FPT by Memecode. http://www.memecode.com

Hope this helps. Good luck!

Joe
Go to Top of Page

Guy666
Novice

5 Posts

Posted - 30 Mar 2004 :  00:39:10  Show Profile  Visit Guy666's Homepage  Reply with Quote
ok its still not working. and its not in the html document that it has the X its on the webpage here look http://www.angelfire.com/un/coh/site/Website.htm

[img]http://utenti.lycos.it/dewebspace/Hex/Matrix.gif[/img][img]http://www.angelfire.com/un/coh/TA.psd.jpg[/img][img]http://utenti.lycos.it/dewebspace/Hex/Matrix.gif[/img]
Go to Top of Page

charlie_t1010
Novice

9 Posts

Posted - 30 Mar 2004 :  00:53:39  Show Profile  Visit charlie_t1010's Homepage  Reply with Quote
I had the same delay, you must open the source html of the page and where it has the location of the picture it will say the file you had it in on your computer, change that so its just the picture name, heres an example
"file/file/picture.gif" change to just "picture.gif"
its really simple but time consuming.
Go to Top of Page

Guy666
Novice

5 Posts

Posted - 30 Mar 2004 :  01:11:27  Show Profile  Visit Guy666's Homepage  Reply with Quote
damn this is going to take to long like everytime i update my site i well have to change all the sorces

[img]http://utenti.lycos.it/dewebspace/Hex/Matrix.gif[/img][img]http://www.angelfire.com/un/coh/TA.psd.jpg[/img][img]http://utenti.lycos.it/dewebspace/Hex/Matrix.gif[/img]
Go to Top of Page

jrwebb01
Practical

41 Posts

Posted - 30 Mar 2004 :  02:41:06  Show Profile  Visit jrwebb01's Homepage  Reply with Quote
Hi again Guy.

I took the liberty of having a look at the source code of your webpage. I copied the image tag below from your code to illustrate the point:

<img id='Picture4' name='Picture4' src='files/website_picture4.jpg' border='0' width='355' height='369'></img>

If you take a close look at the underlined section of code, you can see that the "src" parameter for the image tag for 'picture4' is looking in a folder called "files" in the same folder where your html document resides. If that folder is not there, or the file "website_picture4.jpg" is not in that folder, then you will get the X in place of the image.

There are a couple of things you can do about that. You can go through and change all the src paths in your html document, or you can upload the "files" folder with all of its contents into the same folder of your webserver where your html document lives.

Your html document generated with Dynamic HTML Editor also has a style sheet "css" file that also resides in the "files" folder, as well as the javascripts and a small gif file. For your page to display and work properly, all those files will be needed. My advice is to FTP the files folder into the same webserver folder as your html document. If you've already done that, and you're still getting these results, then I'm afraid that I can't offer any more help.

Perhaps someone else on the list has more ideas.

Hope this helps. Good luck.

Joe


Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000