need help

This is a discussion on "need help" within the Web Page Design section. This forum, and the thread "need help are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 19th, 2006, 20:39
New Member
Join Date: Dec 2006
Location: australia
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Question need help

trying to upload my web page which i designed with index,and my srever is servergrade,tried uploading with ws-ftp pro,but its not working,can anyone out there help me?
Reply With Quote

  #2 (permalink)  
Old Dec 19th, 2006, 20:56
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: need help

Thread moved to HTML Forum!!
Reply With Quote
  #3 (permalink)  
Old Dec 20th, 2006, 01:20
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: need help

We're going to need a lot more info than that. First off, I would try using a different FTP program. SmartFTP is a good one
Reply With Quote
  #4 (permalink)  
Old Dec 20th, 2006, 01:26
New Member
Join Date: Dec 2006
Location: australia
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation Re: need help

i can get them uploaded,but the web page shows a parental guide,the files or an error 404,i have deleted everything on my page (public-html)etc,do i need them on there,
Reply With Quote
  #5 (permalink)  
Old Dec 20th, 2006, 05:24
Reputable Member
Join Date: Sep 2006
Location: Rothwell
Posts: 146
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to chubbs Send a message via Skype™ to chubbs
Re: need help

did u set the permissions of the files and the folders?
Reply With Quote
  #6 (permalink)  
Old Dec 20th, 2006, 05:26
Reputable Member
Join Date: Sep 2006
Location: Rothwell
Posts: 146
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to chubbs Send a message via Skype™ to chubbs
Re: need help

Upload ur html files in the server's root folder, create an images folder for the image files, and then set the permissions with right click on them.
Reply With Quote
  #7 (permalink)  
Old Dec 20th, 2006, 11:42
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: need help

Most likely you are not getting them into the "Root folder". Depending on your webhost. Some use the /www folder, some use /htpdocs, some use /html folders etc.
I would contact the host or go to their FAQ page and see what folder.
Since they are uploading I'd say your are using the correct login info.

Is the homepage saved as either index.html or index.htm? Is there a place holder titled index.htm or index.html that the web host may have put there that's overriding your own file?

Hope that helps?
Reply With Quote
  #8 (permalink)  
Old Dec 20th, 2006, 11:56
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: need help

/public_html is also a popular http directory.
Reply With Quote
  #9 (permalink)  
Old Dec 20th, 2006, 19:19
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,765
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: need help

yeah it is, but some even do /www.yourdomain.com or /yourdomain.com as the directory as well. Filezilla is a good free FTP client too btw.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #10 (permalink)  
Old Dec 21st, 2006, 05:19
New Member
Join Date: Dec 2006
Location: australia
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re:how do i link pictures to site?

thanks to all that helped me get my page online,now i have to try link the photos to my page i have them all in the same folder(public-htm),the program i used(cool page)i could not find how to do this,is there another way?
Reply With Quote
  #11 (permalink)  
Old Dec 21st, 2006, 05:24
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: need help

Maybe you could show us a link...or be more descriptive of what you are trying to accomplish. Are you just trying to make a picture display on an html page, and link the picture somewhere...or what?
Reply With Quote
  #12 (permalink)  
Old Dec 21st, 2006, 06:37
New Member
Join Date: Dec 2006
Location: australia
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re:text with no pics

ifyou look at www.paulleombruni.com i have the text there but no pics,all files are in the same folder.
Reply With Quote
  #13 (permalink)  
Old Dec 21st, 2006, 06:44
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: need help

Ok the problem is the location. In the html you are telling it that the pictures are in this dictionary..."index_files/

Here is a little bit of the code, so that you know what to change.

Code: Select all
src="index_files/a_FENCE.jpg"
Ok, all you have to do is remove the index_files/ every where there is supposed to be a picture. After you have done this the picture will work. You can do this by editing the page within notepad...and searching for the index_files/ and deleting it every where you find it. Please let me know if that does not work, or if you are having problems.
Reply With Quote
  #14 (permalink)  
Old Dec 21st, 2006, 07:13
New Member
Join Date: Dec 2006
Location: australia
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up Re: need help

thanks,that worked,one more problem,not a big deal,but i have a background picture which isn't there,is it the same thing as the pics?
Reply With Quote
  #15 (permalink)  
Old Dec 21st, 2006, 07:18
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: need help

The problem is the same. Here is the code that needs to be changed.

Code: Select all
<BODY text=#ffffff vLink=#ffff80 link=#ffffff bgColor=#008080 leftMargin=0 background=index_files/Bricks_Red.jpg topMargin=0 scroll=auto>
Again, take out the "index_files/" part and it will work. Also, the program you are using to build your html in sucks!! Nothing personal, but I would change it allot to make it more professional. I understand you are a beginner and would be willing to help get you started in the right direction. You can feel free to contact me over MSN anytime. My MSN screen name is in my profile.

Good Luck!!
Reply With Quote
Reply

Tags
help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 02:16.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43