---------------------------copy below here---------------------------- style="border-width: 5px; border-style: double; border-color: #fdbe02;" ---------------------------copy above here---------------------------- 1. Drag your image onto the page 2. Right click on it and go to properties 3. Select the "Object HTML" tab 4. Select the inside of "object tag" radio button Copy the above code and paste it in there. Preview and you will see the border. Positoning the image is different now... it will drop down and right the number of pixels (px) you make the border-width You can do that in web studio by using the arrow keys on your keyboard, each tap is a pixel. --------------------------changing the look--------------------------- You can use the diffferent border styles like I have on the page by changing this: border-style: double; to say a solid boreder like this: border-style: solid; The color can be changed too: border-color: #fdbe02; by doing this: border-color: wheat; Hey even the size: border-width: 5px; to this: border-width: 20px; or border-width: 1px;