HTML Problems!

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
wayno
Posts: 10
Joined: Thu Feb 07, 2008 8:41 am

HTML Problems!

Post by wayno »

Script URL: http://virtualstars.110mb.com/
Version of script: 1.3
Hosting company: 110mb
URL of phpinfo.php: http://virtualstars.110mb.com
URL of session_test.php: http://virtualstars.110mb.com
What terms did you try when SEARCHING for a solution: html problems

Write your message below:

Im trying to restructure my site and have a seperate homepage and a link to the mboard but it seems to redirect from the htm to the php mboard automatically. Is there anyway to stop this from happening? Thanks Wayne.
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

In your index.html file you have

Code: Select all

<META HTTP-EQUIV="Refresh" CONTENT="0; URL=reg.php">
in the head section. This means that the page will refresh after 0 seconds and will load reg.php.

So the automatic loading you are complaining about is done by your own coding.

Removing this code and adding a simple link to the reg.php file will solve your problem.

Greetings,
Henrie
wayno
Posts: 10
Joined: Thu Feb 07, 2008 8:41 am

Thanks again Henry!

Post by wayno »

Im not really upto speed with all this technology! I hope im not annoying you Henry? Thanks for your help again. :)
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

The name is Henrie, not Henry. You are really annoying me with that :D

About your questions, they don't annoy me. It just lets me think back to when I was a lot younger and I had these problems and questions.

Greetings,
Henrie
Locked