---------------------------copy below here----------------------------
---------------------------copy above here---------------------------- That's the code you use. These images are done with an HTML object, drag one onto your page. 1. Right click properties, HTML content copy and paste that code into there. Let's put your image so the HTML object looks like the picture, it's easier to place that way. 2. Place holder graphic tab, and use "load new place holder graphic" and select your image. Now your image is there we can look at the size.. 3.Go to the general tab and make note of the size mine is 124 wide and 188 high We put that into the above code in the top section of the code 4. In the top part of the code put your sizes in here: width:124px;height:188px; 5.In the bottom part of the code take 12px off the two sizes (124-12=112) and put them in here: width:112px !important; and here: height:176px !important; Now let's get your image into the code 6.background:url($thisfolderurl$eagle.jpg) repeat; go to the attached files tab and attach your jpg or gif and put your name instead of mine.. which is.... eagle.jpg That's it done. Preview and you can change the colors and border sizes to what you want. ----------------------------changing the border size, style and color--------------------------- The opaque border is in the bottom part. it's white in this image: border:6px solid white; That is size: border:6px then style of the border: solid then the color of the opaque border: white and the gold border is border:2px solid #fdbe02; in the top part and is the same size,style and color. ----------------------------------------------------------- Note: I had to change the code here for get web studio, since it writes the page for us we have to work around the div tags and placement n stuff, plus I have to deal with Internet Explorer and Fire Fox they both read things different... so you'll still have to tweak placement a bit, so test in both browsers! I'm just winging this stuff like you guys. 8^) --------------------------------------------------------------