Quote:
Originally posted by amsch
Can you explain how you did that? I would love to be able to do that.
Thanks a head of time!
|
It's actually pretty simple. Take the bit of code that the instructions for webwelcome tell you to include on your webpage (where you want the webwelcome to show up)
and create a new page with just that code. Name it welcome.php and upload it to your server. (I keep all my SSI files in one folder named "SSI" off my root).
Now on your index.html page where you want the web welcome panel to show up, just include the SSI call instead. On my page it looks like this:
Code:
<!--#include virtual="SSI/webwelcome.php" -->
That's pretty much it.