shadyDW Posted August 8, 2003 Posted August 8, 2003 Following several replies to my post I successfully uploaded my webpage to my public_html folder however, whenever I preview my webpage here's what I see: Name Last modified Size Description -------------------------------------------------------------------------------- Parent Directory 07-Aug-2003 19:25 - _private/ 16-Mar-2003 20:56 - cgi-bin/ 07-Aug-2003 18:35 - Any ideas what I'm doing wrong? SORRY GUYS BUT I'M VERY NEW TO THIS WHOLE THINGE' Quote
TCH-Rick Posted August 8, 2003 Posted August 8, 2003 Give us a domain name so we can look closer. Quote
shadyDW Posted August 8, 2003 Author Posted August 8, 2003 Here the domain name http://shadykrew.com Quote
leezard Posted August 8, 2003 Posted August 8, 2003 (edited) you dont have an index.html all i can see is the directory. make a simple html page that just says test or something, name it index.html and upload it to your public_html folder and see if you can see it Edited August 8, 2003 by leezard Quote
leezard Posted August 8, 2003 Posted August 8, 2003 or...if you have already uploaded your webpage and cant see it, rename the main page of your site to index and then re upload it Quote
shadyDW Posted August 8, 2003 Author Posted August 8, 2003 Ok I did rename it but it only added the index files to whatever else was already on my home page. Whenever I click on index.html then select "show file" inside my public_html folder it seems fine, but not when I preview my homepage. Quote
shadyDW Posted August 8, 2003 Author Posted August 8, 2003 Now it works but it doesn't display the image. Quote
leezard Posted August 8, 2003 Posted August 8, 2003 ok, you only need to name one file index.html and that is your main page. for the logo is it also uploaded into your public_html folder or is it in another folder within the public folder? Quote
TCH-Don Posted August 8, 2003 Posted August 8, 2003 Yea! you have a start, I see the page. Did you upload the logo? I do not see it, I tried Index-Logo and index-logo Quote
leezard Posted August 8, 2003 Posted August 8, 2003 heh turtle i tried index-logo, Index-logo, index_logo, Index_logo, logo and Logo Quote
TCH-Don Posted August 8, 2003 Posted August 8, 2003 What are you using to upload with? ftp or a program? Quote
leezard Posted August 8, 2003 Posted August 8, 2003 well i see you have an image now! your gettin there!! Dance Quote
leezard Posted August 8, 2003 Posted August 8, 2003 Just a little tip here since you said your new to this in your HTML change this. ><title>index.html</title> to ><title>Your Site Name</title> or whatever you want, thats what displayes on the title bar in your browser Quote
shadyDW Posted August 8, 2003 Author Posted August 8, 2003 Thanks to everyone who've been so helpful. With your help I did get my SAMPLE page up. It's not much but at least now I have an idea what I need to do. Again thanks a lot guys Thumbs Up Quote
leezard Posted August 8, 2003 Posted August 8, 2003 glad to help, not sure if you are doing your site in html or with a wysiwyg editor but heres my next tip. if you want to make that image a link to the next page of your site you would make the code look like this. ><p><a href="index2.html"> <img src="Index-logo.jpg" width="300" height="300"></img></a></p> this is assuming the page you were linking to is called index2.html, if it isnt you would just replace that with whatever the name of the file is Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.