Image Problem using /public

Hi everyone, I'm having some funky errors with my images on my rails app. When I am

I'd have to assume that you are not using #image_tag. You're probably doing img src="images/yourimage". Put a leading slash, or use image_tag to make sure that the path is always right.

Jason

You are exactly right! Thank you for your help, simply putting in that slash made all the difference.

Thanks again, - Jeff