I can not get mine to come up eather & I cant get any help here what do I do lkwise

Status
Not open for further replies.

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
When I go to that link I see "Index of /" followed by a standard directory listing.

What are you getting? What are you aiming to do?
 

lindaws67496

New Member
Messages
22
Reaction score
0
Points
1
I have uploaded a file this is wht I keep getting
 

Attachments

  • index.jpg
    index.jpg
    112.5 KB · Views: 3

ace_case

Member
Messages
217
Reaction score
11
Points
18
What are you using to create the website?

EDIT:

Unless I'm missing something all the files (except the js) are images. Correct?

You need to have a page called index.html or index.php (might be others) To get the images to appear, you need to use
HTML:
<img src="/directory/imagefile.ext" alt="Text displayed if image does not load">
 
Last edited:

ace_case

Member
Messages
217
Reaction score
11
Points
18
You can't make a website using only images. You need to have a page the loads those images, and in most cases many pages.
Create a page called index.html in the same location as the folder lesson1 (not IN the lesson1 folder, the folder that lesson1 is in.) and paste this code into it.
HTML:
<!doctype html>
<html>
<head>
<title>Example Page</title>
</head>
<body>
<img src="lesson1/header.jpg" alt="Header">
<img src="lesson1/welcome.jpg" alt="Welcome">
</body>
</html>
 

lindaws67496

New Member
Messages
22
Reaction score
0
Points
1
ok my index file is my txt file
 

Attachments

  • .txt
    5.8 KB · Views: 0
  • index.txt
    9.6 KB · Views: 3

ace_case

Member
Messages
217
Reaction score
11
Points
18
Is it uploaded to the server? Also it needs to be .HTML not .txt
 

lindaws67496

New Member
Messages
22
Reaction score
0
Points
1
this is the only way I could get my html to show you

Edit by Dead-i: Merged posts and removed unnecessary HTML.
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
We do not need your HTML code. I've removed it to keep the forums clean.
but I cant get it uploaded to you for some reason
What issue are you experiencing? Please can you be more detailed? What method did you use? cPanel? FTP?

Also, in order to keep the forums clean, please refrain from making consistent multiple posts. I've merged your recent posts into one, and removed the HTML code.
 
Status
Not open for further replies.
Top