|
solutions - domaindlx summary:
URL: www.domaindlx.com
Space: 25 Mb
What the Solution does: Totally eliminates the pop-up
Description: DomainDLX obviously haven't noticed that the pop-up killing
scene has already killed several pop-ups setup at the end of a page's
HTML. When will a FWP learn to research before setting up??? solution:
Remember the old GeoCities fix?
A simple <noscript> tag after the </html> tag will get rid
of it nicely...
NOTE: Be sure to add this code using either Notepad or any other
plain text editor. Using WYSIWYG editors such as FrontPage and
DreamWeaver will cause the HTML to be removed as it is bad HTML. Key
To Colour Coding System Can Be Found Here
<!---
Your Web Site goes here --->
</body>
</html>
<noscript>
|