I have this link
http://citofkenn.pix.......9&Itemid=69
on the left side where it says ward I have 3 images that should be displaying and their src does go to the actual image on the server but the images wont show up.
Does anybody have a clue?
I always get these stupid weird problems occurring... I suppose it a good learning experience though.
images not appearing
Page 1 of 17 Replies - 593 Views - Last Post: 25 September 2009 - 05:53 PM
Replies To: images not appearing
#2
Re: images not appearing
Posted 25 September 2009 - 05:17 PM
My validator shows 42 errors, most of which are on the line where you ward section is, it's difficult to tell what's up with it until these errors are sorted out
#3
Re: images not appearing
Posted 25 September 2009 - 05:23 PM
what do you use to validate?
#4
Re: images not appearing
Posted 25 September 2009 - 05:25 PM
HTML validator for Firefox.
This post has been edited by Christopher Elison: 25 September 2009 - 05:26 PM
#5
Re: images not appearing
Posted 25 September 2009 - 05:33 PM
I checked it and their was no error on that particular line of code, and alot of those errors don't even make sense to honest.
#6
Re: images not appearing
Posted 25 September 2009 - 05:39 PM
Well, take this bit of code for example:
The validator says no 'src=' has been declared.. you spelt it 'scr'
Go through and look for 'scr' and retype it as 'src'
<img scr="/images/content/map/2.jpg".....
The validator says no 'src=' has been declared.. you spelt it 'scr'
#7
Re: images not appearing
Posted 25 September 2009 - 05:52 PM
POC...lol, thanks bro, totally missed that one... its been a long day.
#8
Re: images not appearing
Posted 25 September 2009 - 05:53 PM
I believe I found your issue. Look at this line
You have scr and it should be src. Hope that helps
<img scr="/images/content/map/2.jpg"
You have scr and it should be src. Hope that helps
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|