• My problem is on this site : http://www.urbadtk.org

    if you show the source of the whole page you get something of a blank.html

    <frame src=”blank.html” name=”blank” frameborder=”0″ noresize scrolling=”no”>

    if you google the urbadtk name you get the link to a urbadtk.org/blank.html with a 404 error, so no traffic, etc.

    So, how to disable this blank.html thing ? where does it comes from ??

    thank you for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nothing to do with wordpress from what I can tell – ask the people hosting your site.

    yep, it’s something wrong with your code.

    why do you have this code on your main page?:

    <frameset rows="0,*" border="0" framespacing="0" frameborder="0">
    <frame src="blank.html" name="blank" frameborder="0" noresize scrolling="no">
    <frame src="http://dakar.itomac.com/" name="body" frameborder="0" noresize>
    </frameset>

    You basically have a 100% frame that shows “http://dakar.itomac.com/&#8221;.
    Are you trying to redirect from this site? If so, you can make a simple redirect url.

    But, to fix your problem, just take the first line out of the code that says <frame src=”blank.hmtl……..>

    or save your dakar.itomac.com index file (Which shows up in the screen) as the index file of this site and upload it to your server, thus eliminating the middle person. (this requires moving of ALL files though)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘blank.html’ is closed to new replies.