You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
the iFrame, LOL. So I'm trying out JavaScript to reintegrate the menu on my Links page, and it works?? But it doesn't load at the same pace as the rest of my page, which makes sense, but feels quirky and less seamless. I also have to wonder what percentage of netizens have JavaScript blocked.
I feel like your navigation menu is a pretty critical thing to require JS for. I wouldn't do it personally.
Hi! If you decide to use iframes (which are javascriptless) you can add target="_top" on each <a> tag inside your embedded document. This will make the link open at the top of the page and not inside the iframe. I hope this helps!
Thank you for the input, @zerock. I'll avoid JS for the menu. @chattable - it works! Thank you for the tip!!