> I'm also still not able to get the banners and other images to work on the new site, which is kind of aggravating. lol Okay, I think I figured out the problem. Here is the the code that I assume you are using. `![](http://s362.photobucket.com/user/NMShape/media/coollogo_com-23143504_zps3f633df4.png "Lyger")` ![](http://s362.photobucket.com/user/NMShape/media/coollogo_com-23143504_zps3f633df4.png "Lyger") And here is the code you should be using. `![](http://i362.photobucket.com/albums/oo63/NMShape/coollogo_com-23143504_zps3f633df4.png "Lyger")` ![](http://i362.photobucket.com/albums/oo63/NMShape/coollogo_com-23143504_zps3f633df4.png "Lyger") The problem is that the banners that you are using are links to the page that contains the image, not a direct link to the image itself. If you look at the url's in the two examples, you will see that the url's are actually different. If you go to the IC (last page) and hover your mouse over your Lyger banner, you will see that your cursor will turn into the icon that denotes that the image can be clicked (like a hyperlink). If you scroll down to my Raptor post just bellow that, you will see that the mouse cursor will not change. And looking at the code in that post, it looks like that there is an image inside of a link (as seen in the code below). Therefore, when you right click and select "copy url", you are getting the link url, not the image url. If you follow that url hyperlink to your photobucket account, on the bottom right hand corner, you will see four url options. The "Direct" option will give you the direct link to the image. From what I can tell, you selected the "IMG" code when you posted before the Guild's core code was changed. `[URL=http://s362.photobucket.com/user/NMShape/media/coollogo_com-23143504_zps3f633df4.png.html][IMG]http://i362.photobucket.com/albums/oo63/NMShape/coollogo_com-23143504_zps3f633df4.png[/IMG][/URL]` I hope this is not too cluttered to help! Let me know whether or not this was helpful!