What is wrong with this?

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
motdaugrnds
550 Permission denied
Posts: 24
Joined: 2013-08-11 22:55

What is wrong with this?

#1 Post by motdaugrnds » 2013-09-01 00:28

Can someone help me understand what I've done wrong here?

I have 4 hyperlink buttons, each going to a different folder under the same directory. Each of these different folders have an "index.html" file in them that works fine.

Here is my coding.

<center>
<a href="http://motdaugrnds.com/howitwasalldone" target="_blank"><img style="border:1px solid black;" src="treesP.png" width="100" height="30" ALT="This will show how it all was done."></a>
&nbsp;
<a href="http://motdaugrnds.com/inspirations" target="_blank"><img style="border:1px solid black;" src="treesP.png" width="100" height="30" ALT="What kept us going"></a>
&nbsp;
<a href="http://motdaugrnds.com/educational" target="_blank"><img style="border:1px solid black;" src="treesP.png" width="100" height="30" ALT="Interpersonal Communications"></a>
&nbsp;
<a href="http://motdaugrnds.com/shop" target="_blank"><img style="border:1px solid black;" src="treesP.png" width="100" height="30" ALT="for sale"></a>
</center>

As you can see, each hyperlink is the same with only the name of the folder changed and the "alt" wording changed.

All the hyperlink buttons work except for the "shop" button. I have no idea what to do to fix it and any help would be appreciated.
Attachments
This is how the buttons look on my page.
This is how the buttons look on my page.
Image1.jpg (43.61 KiB) Viewed 3460 times

User avatar
boco
Contributor
Posts: 26913
Joined: 2006-05-01 03:28
Location: Germany

Re: What is wrong with this?

#2 Post by boco » 2013-09-01 02:32

Is the subdirectory called 'shop' (and not Shop or sHOP or ShoP or SHOP)? Webservers are case sensitive. Another thing is leading/trailing blanks - 'shop' but not ' shop' or 'shop '.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

motdaugrnds
550 Permission denied
Posts: 24
Joined: 2013-08-11 22:55

Re: What is wrong with this?

#3 Post by motdaugrnds » 2013-09-01 12:24

I am feeling so stupid and apologize for this. After literally hours of trying to figure out what was wrong, I discovered my "shop" (all lower case) had not even been uploaded to my account. After fixing this, all my links work now. :)

Post Reply