Quote Originally Posted by timduncan86 View Post
Okay,

So I have fixed this. Just out of curiosity, why is this better than accessing the image directly on the server?

Anyway, my main and, hopefully last, question is, what should the width of the images on the main page be now? I understand that the blue side boxes consume 150px a piece. So if the header is 1095px and the two side boxes are 300px (total), then the width of an image should be no larger than 795px? Does that make sense or are my poor math skills showing again?
Relative references will save you problems later on in particular they will prevent the "only secured items" error that might show up when you install your SSL certificate.

the total width of the site is 1095px

the width of the side columns is 300px (plus any margins/padding)

so the center column where those images will be 795px.