If I am understanding you correctly your main page is index.html but you
want a splash screen to open then go to your main page? IE Display logo and
company/personal tag line ... if this is the case all you do is change the
name of your main page design and name your splash page index.html then add
a refresh meta tag to your html on the splash page allowing it time to load
and run before it refreshes to your main page.
There is a function in FP that will add it ... or you can simply add the
code and alter it to refresh to the page you want.
the meta tag I use is
<META HTTP-EQUIV="refresh"
CONTENT="10; url=what ever the new page will be goes here">
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.