When I go to upload all my files to my server, none of my images seem to work. Do I need to do anything more than, for example, images/main_bot.png? If all my images are in the images foler, sholdn't they work? I had to physically list the URL of the image to get it to work, and I really do not want to have to do this for every single image? Any advice would be great! Edit: heres a snippit of code: <table style="width:766px; background:url(images/main_bot.png) no-repeat left bottom">
ur path is wrong for sure ! is ur using this table inside a html/php file ! then the folder/directory that contains this file must have a folder called "images" with images in it as you are saying ! is that right? check it !
I tried adding the slash, that did not work. I went ahead and used the full URL of the images and that doesn't work either, at least not for most images.
It might be that you have made changes to your domain and the site is trying to show the old hosting service, i.e. if you just switched to a new hosting service. Or it might be that you are capitalizing their names, i.e. the stylesheet reads mages/main_bot.png and the directory might be IMAGES/main_bot.png or the image could be mages/Main_Bot.png In Linux environments this can make the difference.
I ended up hosting the images on my other server, and just using the full URL in the image source, it works now though thansk!