I know this should be posted in the design section but its going here just because it's pissing me off now, I'm currently cross testing my new website with Firefox and IE 6 & 7 and I've hit a brick wall maybe someone can help me out.
Firefox won't display the images on my site, however both IE 6 and 7 work fine and there is nothing wrong with my code (Unless Firefox wants to suck my dick), here is the code which displays the image.
I mean seriously how hard is that code to look at, nothing wrong there, unless Firefox really doesn't know how to read an image tag
Now if your wondering what the fuck is an Eval statement then don't worry its just a placeholder because my image location and my images alt tag are being pulled from the database and they display fine when the page is rendered.
I mean fuck the source code after it is rendered shows the image location just fine and it shows the alt information just fine and in IE 6 & 7 the images display on the page just fine, but in the newest Firefox it is only showing me the fucking alt tag information.
Any ideas on this because I'm moving onto something else until its the very last thing I've got to deal with, its just plain stupid.
Firefox won't display the images on my site, however both IE 6 and 7 work fine and there is nothing wrong with my code (Unless Firefox wants to suck my dick), here is the code which displays the image.
Code:
<img src="<%# Eval("ImageLocation") %>" alt="<%# Eval("AltName") %>" />
I mean seriously how hard is that code to look at, nothing wrong there, unless Firefox really doesn't know how to read an image tag
Now if your wondering what the fuck is an Eval statement then don't worry its just a placeholder because my image location and my images alt tag are being pulled from the database and they display fine when the page is rendered.
I mean fuck the source code after it is rendered shows the image location just fine and it shows the alt information just fine and in IE 6 & 7 the images display on the page just fine, but in the newest Firefox it is only showing me the fucking alt tag information.
Any ideas on this because I'm moving onto something else until its the very last thing I've got to deal with, its just plain stupid.