PDA

View Full Version : stuck with img coding


lukegt351
11-10-2009, 04:15 PM
Hey guys,

I run a computer business and yes i should know this kinda stuff but just learning it myself at the moment been trying to set everything up on dreamweaver all night had some good success with the index page with pictures but for some reason with the articles page the pictures will not come up even though i think i have done everything correctly, my website is www.neofytoucomputing.com.au

This is the image coding <img src="../images/thecus n77001.png" alt="" />

Any help would be great
Thanking you
Luke

abduraooft
11-10-2009, 04:21 PM
This is the image coding <img src="../images/thecus n77001.png" alt="" /> I can't see that code in the page source of the given link.

PS: It's a good practice to not use blank spaces in file/directory names.

lukegt351
11-10-2009, 04:23 PM
thanks yeah got it off a template and the it was on www.neofytoucomputing.com.au/articles.html sorry pretty bad at this stuff as I am slowly teaching myself

abduraooft
11-10-2009, 04:26 PM
Your image is not present at
http://www.neofytoucomputing.com.au/images/thecus n77001.png to get accessed from that src attribute.

lukegt351
11-10-2009, 04:28 PM
sorry again but I don't quite understand what you said at the bottom and also would you know what I would have to change the coding to make it work at all ?

abduraooft
11-10-2009, 04:31 PM
Take a look at http://www.neofytoucomputing.com.au/images/

For instance, your code <img width="372" height="125" alt="" src="../images/NCLogo orange1.png"/> shows the image since your have that image under your images directory at http://www.neofytoucomputing.com.au/images/NCLogo%20orange1.png

But the above specified file is not there. You might have missed to upload it.

lukegt351
11-10-2009, 04:36 PM
hmm thank you for that for some reason they say they have been updated and are in the remote files but will still not come up not sure what to do

oracleguy
11-10-2009, 05:02 PM
Also as a tip, avoid using spaces in file names on the web. It adds extra pain that really isn't worth it. Use dashes or underscores instead.