---------------------------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 197 wide and 148 high We put that into the above code: 4. width:197px; height:148px; 5. And one more place at the bottom:-------------here-----------and here--------------------------------------- Now let's get your image into the code 6. size, border style and color The back-ground color of the border is here: background:darkslategray; put in red let's say: background:red; ----------------------------------------------------------- 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^) --------------------------------------------------------------