T O P I C R E V I E W |
mariah |
Posted - 03 Sep 2004 : 18:35:50 Everything on my site works except my images. Is there anything special I need to keep in mind when putting them online? |
9 L A T E S T R E P L I E S (Newest First) |
mariah |
Posted - 05 Sep 2004 : 14:13:32 Thanks for helping out btw=) |
mariah |
Posted - 05 Sep 2004 : 14:03:17 Never mind-- I just made it!! |
mariah |
Posted - 05 Sep 2004 : 13:50:20 This may be a little too much to ask for but.. do you have an example-page of pictures where the name and everything is right? |
s.dav |
Posted - 05 Sep 2004 : 11:06:44 Dynamic HTML Editor automatically manages pictures for you so you can insert every type of picture you want in the page and the editor make the rest.
By default all pictures are renamed automatically but you can force Dynamic HTML Editor to use a certain name by filling the property "Export Name".
|
mariah |
Posted - 04 Sep 2004 : 17:33:33 mm, so in Dynamic HTML Editor it renames all my images to "indexpicture2", "indexpicture3" etc, etc.. when really before that I called it something differently. Should I call my folder the same as BEFORE Dynamic HTML Editor renamed it, or as it's called in Dynamic HTML Editor?? |
mariah |
Posted - 04 Sep 2004 : 17:23:32 Okay-- one question.. Do you need to export every each picture and upload everything separately, or can you export and upload one whole site with more images and text at the same time? It's actually kind of important for me to know in order to do this right. Thanks! |
herodes |
Posted - 04 Sep 2004 : 10:18:12 quote: Originally posted by mariah
I'm not quite sure what you mean. Are you saying, I'll have to name the folder when uploading it with the info to where I'm keeping my image?
Yes exactly ... Example... Note: ../MyNewWebpage/ is the directory that contains the files that need to be uploaded
you want to put an image in your page ... You go into a directory like ../MyNewWebpage/pictures Then you select the image 'logo.png' from that folder and you place it on the page.. When you export the html you have been creating then that file doesnt not contain the actual image file but a link to it ...
So you need to find out where that link is pointing.. If there is no image where the html code is looking for one,.. then it wouldnt be able to display it .. So it is better to keep the directory structure you have in your hard disk identical on hte server...
there are programms available on the internet that manage this kind of uploading on a server ... althought I have never used any I hear they can be some relief to this kind of practical problems ... |
mariah |
Posted - 04 Sep 2004 : 00:25:38 I'm not quite sure what you mean. Are you saying, I'll have to name the folder when uploading it with the info to where I'm keeping my image? |
herodes |
Posted - 03 Sep 2004 : 21:07:46 you need them to be in the same folder structure with that in which u created the from .. meaning ... if you have '../pictures/logo.png' in an img html tag in your page code ... then you'll need to be creating a 'pictures' folder and inside that your 'logo.png' image file for the html to display it .. otherwise it will not be possible for it to find it ... |