makaveli Posted November 1, 2006 Posted November 1, 2006 (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 November 2, 2006 by makaveli Quote
knate5000 Posted November 2, 2006 Posted November 2, 2006 Have you tried putting the url for the image in the image tag? Quote
TCH-Bruce Posted November 2, 2006 Posted November 2, 2006 Try a full path to the images. http://your-site/path-to image since the page is in a subdirectory of you public_html otherwise you could use /img/image Quote
makaveli Posted November 2, 2006 Author Posted November 2, 2006 (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 November 2, 2006 by makaveli Quote
TCH-Bruce Posted November 2, 2006 Posted November 2, 2006 >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" Quote
carbonize Posted November 2, 2006 Posted November 2, 2006 http://validator.w3.org/check?uri=http%3A%...newimproved.htm But as to your problem. I just tried to view http://testing.goldielookin.co.uk/socks/im...fixed_small.jpg and got this: You don't have permission to access /socks/img/Todd-fixed_small.jpg on this server. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.