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?
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?
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:
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.<META HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://www.yoursite.com/page_you_want_to_redirect_to.html">
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.
wow, that is easy. thanks. i think i am gonna put that together right now.
I'll be around, let me know if you have any problems.
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)