Page 1 of 1

Advertisment removers

Posted: Mon Dec 16, 2002 10:44 am
by LITHIA
Hey all! I just started php not long ago, and was wondering if anyone could help me remove the advertisment which is added to my html. Each time this advertisment pops up on my page, it corrupts my dam fields or any other special stuff on the page.
All I need to do is make it remove/ignore a peice of html which is added to my page to stop the dam, annoying advertisment which gets viewed on the page.
If anyone can help me, ill let them have the html which is added.
Thanks for anyones help, i greatly appreciate it.

LITHIA - Beginner PHP Programmer

Posted: Mon Dec 16, 2002 10:56 am
by LITHIA
Problem has been resolved! Thanks to ShdwStal. :D

Answer was:

After </html> include the line: <noframes>

That solves the advertisment problems, thanks ShdwStal! :wink:

LITHIA