+ Reply to Thread
Results 1 to 2 of 2

Thread: copy an paste a button
      
   

  1. #1
    istantch is offline Private
    Join Date
    Aug 2008
    Posts
    2

    Default copy an paste a button

    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">
    <!--

  2. #2
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: copy an paste a button

    This is a common problem when using the copy and past method in BV the button will inherit the characteristics of the button on the other page. Best to create a new one each time.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49