WarmingTheCurb, I'm don't really understand what you are asking, I can only assume that you mean in code?
If you are coding the webpage yourself, and I don't really know a huge amount about it, but i do know that if you want to remove the margin around your image you have to have something like this in the header code at the start of your body:
leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 However, doing it exactly this way removes the margin from around
all the image [righton]
and for your images, you just define the image size in your code if your not doing it in photoshop ie. you can have multiple sized images, and get them to display at the same size, but you have to take into account the proportions when reducing or enlarging the pic...
you can just do it in photoshop though, and tell the page to reference that image... if you have lots of pics you can "multicrop" by batching
Not sure if any of this helps [confused]