Jump to content

Recommended Posts

Posted (edited)

ive made a quick page . that im practicing to redesign (link)

 

its validates as CSS and XHTML, but the images wont load.. theyre being asked to go to the right place but refuse to load

 

just as i thought i'd cracked this stuff

 

edit - im an idiot :) just worked out i named the image source folder wrong!

but still i cant get the images to load..

Edited by makaveli
Posted (edited)

><img src="img/3_yarn_6_socks.jpg" alt="our best grey socks" height="138" width="243">

 

that looks to me to be right

 

its looking in the "img" folder for 3_yarn_6_socks.jpg

if that can not load use the alt tag

 

confusing!

 

edit - posted just before bruces reply, i shall check both solutions.

Edited by makaveli
Posted

>src="http://testing.goldielookin.co.uk/socks/img/3_yarn_6_socks.jpg" alt="our best grey socks" width="243" height="138"

 

That will make your images load.

 

If "img" is in your public_html folder you could just use

 

>src="/img/3_yarn_6_socks.jpg" alt="our best grey socks" width="243" height="138"

 

otherwise you could use

 

>src="/socks/img/3_yarn_6_socks.jpg" alt="our best grey socks" width="243" height="138"

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...