+ Reply to Thread
Results 1 to 6 of 6

Thread: how can i display an image for a short time
      
   

  1. #1
    CyberShot's Avatar
    CyberShot is offline First Sergeant
    Join Date
    Jan 2007
    Posts
    84

    Default how can i display an image for a short time

    I was how you can display an image for about 10 seconds or so, then automatically load the homepage after that time has passed. so if you went to my site, it would display my logo for ten seconds then load the homepage. anyone got any ideas?

  2. #2
    racefan20's Avatar
    racefan20 is offline Major General
    Join Date
    Jul 2005
    Location
    Concord, NC
    Posts
    2,339

    Default Re: how can i display an image for a short time

    Easily done.

    First, you'll need to open your existing index page in BV and save it under another name, such as "home" or whatever you'd like. This is the page you'll redirect your visitor to.

    With that done, open a new page in BV and on the top toolbar, click View > Page HTML. Click to open the 'between head tag' and paste the following code:

    <META HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://www.yoursite.com/page_you_want_to_redirect_to.html">
    Change the 0 to the number of seconds you want the user to view the intro page, and of course change the url to the appropriate page for the redirection.

    On this page, insert the logo, text, etc you want the visitor to initially see.

    This page will become your new index page, so save it as index and then publish both this page and the "old" index page.

  3. #3
    CyberShot's Avatar
    CyberShot is offline First Sergeant
    Join Date
    Jan 2007
    Posts
    84

    Default Re: how can i display an image for a short time

    wow, that is easy. thanks. i think i am gonna put that together right now.

  4. #4
    racefan20's Avatar
    racefan20 is offline Major General
    Join Date
    Jul 2005
    Location
    Concord, NC
    Posts
    2,339

    Default Re: how can i display an image for a short time

    I'll be around, let me know if you have any problems.

  5. #5
    CyberShot's Avatar
    CyberShot is offline First Sergeant
    Join Date
    Jan 2007
    Posts
    84

    Default Re: how can i display an image for a short time

    no problems. it worked the first time. looks good. i am gonna put it aside and develop a better graphic, i think a five second display will work for me. thanks for the info. it's exactly what i was looking for.

  6. #6
    racefan20's Avatar
    racefan20 is offline Major General
    Join Date
    Jul 2005
    Location
    Concord, NC
    Posts
    2,339

    Default Re: how can i display an image for a short time

    Happy to help.

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