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
Images not loading up proper
Old 06-29-2010, 08:54 AM Images not loading up proper
Junior Talker

Posts: 2
Trades: 0
some images wont seem to load up when i upload them to the webspace, but in dreamweaver and liveview the images load up, now some of the images work and some dont, i cant seem to find the link why they are not working
The addresses seem spot on, the images are in the right folder, here is abit of the code that is not working


<div id="body">
<div id="highlights">
<div class="p white">
<a href="#"><img src="http://www.webmaster-talk.com/images/photo_3.jpg" width="124" height="76" alt="skirt" /></a>
</div><!-- end .green -->
<div class="p white">
<a href="#"><img src="http://www.webmaster-talk.com/images/photo_3.jpg" width="124" height="76" alt="skirt" /></a>
</div><!-- end .purple -->
<div class="p white">
<a href="#"><img src="http://www.webmaster-talk.com/images/photo_4.jpg" width="124" height="77" alt="skirt" /></a>
</div><!-- end .orange -->
<div id="topspot">

<div class="">
<img src="http://www.webmaster-talk.com/images/photo_7.jpg" width="87" height="130" alt="Sintama" />
<p>&nbsp;</p>
</div><!-- end .-->
<p>&nbsp;</p>
<p>&nbsp;</p>
</div><!-- end topspot -->
</div><!-- end highlights -->
<div id="right">
<div id="products">
<div id="item-one">
<h2>Primary</h2>
<img src="http://www.webmaster-talk.com/images/skirt4.jpg" width="84" height="117" alt="deo" class="left" />
<p>Stitch down skirts with no zip</p>
<p class="readmore"><a href="buyskirt1sec.html" class="orange">click here</a></p>
</div><!-- end item-one -->
<div id="item-two">
<h2><img src="http://www.webmaster-talk.com/images/skirt5.jpg" width="84" height="117" alt="deo" class="left" />&nbsp;</h2>
<p>Stitch down skirts with zip</p>
<p>&nbsp;</p><p class="readmore"><a href="buyskirt2sec.html" class="orange">click here</a></p>&nbsp;</p>
</div>
<div id="item-two">
<img src="http://www.webmaster-talk.com/images/boxsk.jpg" width="84" height="117" alt="deo" class="left" />
<p>box pleate skirt inc zip</p>
<p class="readmore"><a href="buyskirt3sec.html" class="orange">click here</a></p>



</div>

Last edited by jukieuk; 06-29-2010 at 08:55 AM..
jukieuk is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-29-2010, 09:21 AM Re: Images not loading up proper
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Judging buy the code you posted above the links are pointing to locations on your local machine NOT the server.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-29-2010, 09:27 AM Re: Images not loading up proper
vectorialpx's Avatar
Extreme Talker

Posts: 249
Name: octavian
Location: Bucharest
Trades: 0
we cannot see if your path is OK but you can use firebug to check the request and the answer [it's marked with red if the URL is unavailable]

I had a strange problem with some images that where coming from a scanner (or other source). You have to access the image directly in browser, to see if you can view it. Like...

www.site.com/images/myFile.jpg
and see if the image is there

Also, be careful that file-names are case-sensitive
__________________
you can
Please login or register to view this content. Registration is FREE
vectorialpx is offline
Reply With Quote
View Public Profile Visit vectorialpx's homepage!
 
Old 06-29-2010, 09:41 AM Re: Images not loading up proper
Junior Talker

Posts: 2
Trades: 0
i feel abit silly now, my pics were saved .JPG instead of jpg

sorry guys for wasting your time
jukieuk is offline
Reply With Quote
View Public Profile
 
Old 06-29-2010, 11:09 AM Re: Images not loading up proper
vectorialpx's Avatar
Extreme Talker

Posts: 249
Name: octavian
Location: Bucharest
Trades: 0
it happens!
__________________
you can
Please login or register to view this content. Registration is FREE
vectorialpx is offline
Reply With Quote
View Public Profile Visit vectorialpx's homepage!
 
Old 06-30-2010, 10:34 AM Re: Images not loading up proper
Experienced Talker

Posts: 49
Trades: 0
I am begining to learn html using notepad but my images are not displaying. they are on my computer right now and Im guessing they need to be uploaded to something before I can display them...please advise guys. thanks
Steviie is offline
Reply With Quote
View Public Profile
 
Old 06-30-2010, 11:22 AM Re: Images not loading up proper
vectorialpx's Avatar
Extreme Talker

Posts: 249
Name: octavian
Location: Bucharest
Trades: 0
You don't say: is your site on-line or it's local [on your machine]
Your URL to a picture should be relative

in the structure
...............
SiteFolder/file.html
SiteFolder/anotherFolder/pic3.jpg
ImageFolder/pic1.jpg
ImageFolder/pic2.jPG

if the <img src is in your file.html, it has to look like this
Code:
<img src="http://www.webmaster-talk.com/ImageFolder/pic1.jpg" alt="" />
<img src="http://www.webmaster-talk.com/ImageFolder/pic2.jPG" alt="" />
<img src="anotherFolder/pic3.jpg" alt="" />
http://www.webmaster-talk.com is in fact ../
[but the forum replaced it with the DNS - an admin can fix this]

So, if your site is on-line, you have to upload everything.

edit // you could add another thread, instead writing in this one
__________________
you can
Please login or register to view this content. Registration is FREE

Last edited by vectorialpx; 06-30-2010 at 11:26 AM.. Reason: problem with the code
vectorialpx is offline
Reply With Quote
View Public Profile Visit vectorialpx's homepage!
 
Reply     « Reply to Images not loading up proper
 

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.76572 seconds with 12 queries