I create a button, shape it, color it, change text and want to use same shaped/colored buton with differnt text, so I do a copy paste - change the text on the new copied button, appeares OK in BV (4 buttons different text) , but in preview (IE, Firefox) I get the page with all the buttons same text as I put on the LAST copied/pasted buttons...all source .png files reffer (in the preview folder and source) to the same .png - here is a part of the source : ... help please ...
<img src="bv01010.png" id="GlassButton7" width="133" height="24" alt="products" border="0" onMouseOver="this.src='bv01010_hover.png'" onMouseOut="this.src='bv01010.png'">
</a>
</div>
<div id="bv_GlassButton4" style="position:absolute;left:40px;top:382px;width :133px;height:24px;z-index:8" align="left">
<script language="JavaScript" type="text/javascript">
<!--
GlassButton8 = new Image();
GlassButton8.src = "bv01010_hover.png";
//-->
</script>
<a href="http://d">
<img src="bv01010.png" id="GlassButton8" width="133" height="24" alt="the show" border="0" onMouseOver="this.src='bv01010_hover.png'" onMouseOut="this.src='bv01010.png'">
</a>
</div>
<div id="bv_GlassButton5" style="position:absolute;left:39px;top:412px;width :133px;height:24px;z-index:9" align="left">
<script language="JavaScript" type="text/javascript">
<!--
<img src="bv01010.png" id="GlassButton7" width="133" height="24" alt="products" border="0" onMouseOver="this.src='bv01010_hover.png'" onMouseOut="this.src='bv01010.png'">
</a>
</div>
<div id="bv_GlassButton4" style="position:absolute;left:40px;top:382px;width :133px;height:24px;z-index:8" align="left">
<script language="JavaScript" type="text/javascript">
<!--
GlassButton8 = new Image();
GlassButton8.src = "bv01010_hover.png";
//-->
</script>
<a href="http://d">
<img src="bv01010.png" id="GlassButton8" width="133" height="24" alt="the show" border="0" onMouseOver="this.src='bv01010_hover.png'" onMouseOut="this.src='bv01010.png'">
</a>
</div>
<div id="bv_GlassButton5" style="position:absolute;left:39px;top:412px;width :133px;height:24px;z-index:9" align="left">
<script language="JavaScript" type="text/javascript">
<!--
Comment