Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
BROKEN LINKS - images do not show up
Old 04-27-2009, 09:42 PM BROKEN LINKS - images do not show up
Junior Talker

Posts: 2
Name: Ian Takahashi
Trades: 0
OK, this is my first website ever, sorry for being so green.

I created it in Dreamweaver, uploaded images and .html to my host via FTP, my .html went into the public .html folder, my images are sitting in the images folder, but when I open site (www.iantakahashi.com/index.html) only my HTML code shows up, the images don't make it.

Also, I've added a quicktime video, it plays fine when I preview, but it won't play when I open it in safari or firefox, I have the latest quicktime, and watch them all the time with both browsers.

anyone have any advice?

thanks
iantak is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-28-2009, 02:00 AM Re: BROKEN LINKS - images do not show up
technoguy21's Avatar
Average Talker

Posts: 22
Name: Greg
Trades: 0
Sorry bro but I really can't help you on this since the link you gave seems to be broken: 404 Error not Found.

If the images don't show-up, kindly check all your <img> tag and maybe you made a typo or other mistakes. Just post here if you still have a question.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

technoguy21 is offline
Reply With Quote
View Public Profile
 
Old 04-28-2009, 02:45 AM Re: BROKEN LINKS - images do not show up
JeremyMiller's Avatar
WT Moderator

Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
Trades: 0
A couple of points:

1) On your server, case matters. The actual URL has a capital "I". I suggest using lower case as a general rule.

2) I don't know the rules for getting .mov files to play on a webpage, but with Flash, one needs to use both OBJECT and EMBED tags, so you may want to research there.

3) When creating a link on a page and including the domain (i.e. your nav links), you need to add the http:// part at the beginning for it to work.

4) Your image URLs don't link to correct paths on your site. This could be due to the casing issue I mentioned above, but if they point to a non-existent location, then you'll have problems.

Hope that helps get you started!
__________________
Jeremy Miller

Please login or register to view this content. Registration is FREE
JeremyMiller is offline
Reply With Quote
View Public Profile Visit JeremyMiller's homepage!
 
Old 04-28-2009, 03:12 AM Re: BROKEN LINKS - images do not show up
francis84's Avatar
Super Spam Talker

Posts: 931
Trades: 0
You better fix first your site before we can help you in your BROKEN image links.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
francis84 is offline
Reply With Quote
View Public Profile Visit francis84's homepage!
 
Old 04-28-2009, 08:39 PM Re: BROKEN LINKS - images do not show up
Junior Talker

Posts: 2
Name: Ian Takahashi
Trades: 0
thank you all.

www.iantakahashi.com it should work now...now I'm going to make the other stuff work!
iantak is offline
Reply With Quote
View Public Profile
 
Old 05-01-2009, 03:42 AM Re: BROKEN LINKS - images do not show up
Average Talker

Posts: 21
Name: Paul
Trades: 0
Quote:
Originally Posted by iantak View Post
thank you all.

www.iantakahashi.com it should work now...now I'm going to make the other stuff work!
Not quite there yet. Like all learning, you need to understand the basics before you move on to more complex stuff. Can I suggest you read a basic tutor for html first.

I think your problem might be because you are using relative links, and have got the relationships wrong. Absolute link addresses begin with http:// and can be reached from anywhere. Relative links are relative to the page, and look like this /images/pic.jpg Try using absolute links like this:

<IMG src="http://www.iantakahashi.com/file/file/image.jpg"
ALT="image name">

If I ever have problems like this, I revert to absolute addresses,
and if that works then I know its a relationship problem and can
sort it all out.
keelbolt is offline
Reply With Quote
View Public Profile
 
Old 05-05-2009, 12:48 AM Re: BROKEN LINKS - images do not show up
technoguy21's Avatar
Average Talker

Posts: 22
Name: Greg
Trades: 0
Quote:
Originally Posted by iantak View Post
thank you all.

www.iantakahashi.com it should work now...now I'm going to make the other stuff work!
It's good to see that the images of your sites are all working. In case of mov files, it seems to be using flash-based videos(like Youtube) will be a lot better.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

technoguy21 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to BROKEN LINKS - images do not show up
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.71662 seconds with 12 queries