"correct dimension"? If this is a background image, it will show up as whatever size it actually is (assuming these are regular raster graphics). So if the image is really 400px by 615px then that's what you'll get. The only choices you have for background images (images set in the background of an HTML element) is how they repeat, and what if any background colour that element should have if the image doesn't show (will also show through any transparency in your background image). Actual <IMG>s in your HTML, those can be resized by stating whatever height and width you want on them: AAARRG I'm trying to post an example of code but the forum keep eating it and changing it... However, setting the height and width to something other than what the image actually is, is a bad idea usually. Browsers suck at resizing images. Better to do it in your painting program and re-upload to your server. *edit I can't seem to post HTML for some reason. Isn't this forum like any other? It says
vB code is ON. ??? ARRRG and the forum is eating all my characters and newlines! Sorry if this is an unreadable mess I didn't write it this way!!!