Results 1 to 4 of 4

Thread: new pic not popping up in browser window...
      
   

  1. #1
    sparklingteam is offline Sergeant
    Join Date
    Aug 2006
    Posts
    32

    Question new pic not popping up in browser window...

    I would like to display a different pic from the one on screen to pop up in a browser window.

    I've tryed all the different techniques via the buttons on your web builder but non let me do this.

    where am I going wrong.

    oh, and theres no clue in your forum.

    cheers peeps. Im off to bed

    goodnight.

    love
    square eyes.

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

  3. #3
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: new pic not popping up in browser window...

    Create a new page with the new image.
    From your page link to the new pic.
    Remembr to select _blank

  4. #4
    zigzag's Avatar
    zigzag is offline Captain
    Join Date
    Apr 2006
    Location
    Durban, South Africa
    Posts
    206

    Default Re: new pic not popping up in browser window...

    Here's a technique I used in my Gallery pages. Lets say the pictures are called Pic1 and Pic2, and the dimensions are both 300(w) x 400(h).
    Pic1 is already placed on ExistingPage.bvp

    Create a new page called (say) NewPage.bvp and place Pic2 on it near the top left corner, but leaving a (say)100pixel gap at the top and the left hand side. NewPage.bvp requires nothing else except to be published.

    ExistingPage.bvp needs some tweaking. Right click Pic1 and take out any linking stuff that you may have there in 'Image Properties'
    Right click Pic1 and go to HTML. There you will see some black text describing Pic1 like "<IMG src="Pic1.jpg ... alt .. align... top ...border".This is fine

    Click "before tag" and type in -
    <A href="#" onClick="window.open('http://www.yoursitename.com/NewPage.html', '','width=400,height=500'); return false;">

    Click "after tag" and type in -
    </A>

    Click ok, save ExistingPage.bvp and publish it.
    You can play with the popup window dimensions by changing the width and height numbers (in blue) in the "before tag" above.

    Have fun

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