page jumps with <a href> adding websites randomly to links - html

I'm trying to make page jumps on a page in blogger, using:
Test
for the source and
<a name="Test"></a>
for the target.
And this is all fine and dandy except when I switch from html mode to compose mode...and then back to html mode. When this happens it triggers the above lines to all of a sudden turn in to these two lines:
Test
Where the blogID site is a login for blogger.com and the null site just gives an error message.
It's quite annoying and, while I could just manually delete these added web addresses each time, I am hoping someone out there has a solution that will stop this from happening as i have a lot of jumps and will constantly be updating the page.
Does anyone know why this addition happens and how to stop it?!

Actually sometimes This problem occurs because this link https://www.blogger.com/null generated automatically and cause re-routing of the error page.
To solve this problem, enter the Html tab for the post and then look for this link and then remove it from the code, then publish your post immediately in Html Tab.
and you should not return to compose tab to avoid automatic generation of this link again.
you can see Demo

I had a similar proplem when working with this blog Workscheduling. the solution is to edit the link separately and then test it before pasting.

Related

XCart page showing random code at the top of the page

I'm building a website using x-cart and all of a sudden I'm getting this line of code appearing at the top of the page.
class="area-c skin-customer skin-XC_ColorSchemes-customer skin-theme_tweaker-customer authorized target-main no-sidebars">
While navigating through the webmaster mode theme tweaker, it appears this line shows up outside what I would expect in the content (that is, when I click on regular page content the relevant file in theme tweaker is highlighted yet nothing happens when I click the code).
Any advice on clearing this away would be greatly appreciated, thanks!
So it turns out in one of my template files there was an if condition followed by a class without an opening bracket.
I think the reason I hadn't spotted this is that rather than matched the text above, the code read along the lines of
case="{function.doThis()}>

Site jumping instead of scrolling on first click

I am a noob on coding. I built my site using a template and modified it with Dreamweaver.
Everything is ok to me except one thing. When the page first loads my first click on anything jumps to that section instead of scrolling to it.
I spent a lot of time reading stuff and testing but still don't have a clue how to avoid it. My site is set to go "Dreamscradle.com" and I think think it should start with "Dreamscradle.com/index.html" How do I set it?
Any help will be welcome, Thanks.
This happens because you enter the site without index.html when clicking a link it will redirect to index.html and then add the anchor. You could rewrite your links without index.html to solve the issue.
for example:
Portfolio
To:
Portfolio

Facebook like working then not again

Ok I have checked all the other posts that are similar to this but none of them are truely the same.
I have a like button on my website. The page is created dynamically via a perameter passed to the page called "page"
find here;
http://dev.crosbylakeside.co.uk/watersports/index.php?page=watersports
Now on the home page of this section the like button works great. However it does not work on any other section at all!!
The strange thing is its essentially the same page. If you check my source code header info its always right. The facebook og data is also dynamic to simulate page changes and is working fine.
If you go to the dev bugs page and put in the url of my site it all checks out ok.
I have tried everything but I cant seem to get it to go.
Please help thanks
Looks like was a caching issue

hash link reloads page

I have a code snippet that is installed on third party websites. I can't get into the details, but it loads HTML, CSS and JS onto the page through the use of a <script> tag.
Part of the code is a JS function that executes when this link is clicked:
?
If there are JS errors on the page that prevent the function from executing, clicking the link obviously just adds the hash to the URL and takes the user to the top of the page. This is the expected fallback behavior.
However, on one third party site with a multitude of JS errors, clicking the link removes everything after the top level domain, adds the hash, and directs to that page (the home page). For example, the link would take the user from:
http://www.example.com/2010/05/14/very-interesting-blog-post/
to
http://www.example.com/#
Notably, the issue occurs in Firefox and Chrome, but not IE9. I know it may be impossible to properly diagnose the issue without more detailed code, but I'm not at liberty to provide it. I'm just hoping to get some kind of reasonable explanation for this strange browser behavior.
If it helps at all, the site in question is a WordPress blog. Thanks in advance.
EDIT: This is apparently not caused by any JS on the site, because turning off JS and adding the link with the inspector produced the same behavior.
I had a similar error where clicking on any <a href="#"> causes a full page reload. I managed to solve this by removing the <base href="/"> tag from the <head> of the page. I couldn't find any informations on this (yet). I'll add more if I can find any additional info.
This problem happens when you use windows.onpopstate to handle back or forward buttons and load page using ajax. Try to solve your js code for handling history.

Flash Issue index.html

I know very little about flash but my news works website it written in this but not working and I've been asked to have a look. The problem is the login page is corrupted and so will not allow you to go past it but thats where most of the website is (My plan is to create a HTML copy of the site) The only html page I see is index.html and when on the page and you click a link, the address bar along the top still remains at index.html, does anyone know how I can get into the flash site (I have this offline) so I can edit the login page and thus copy the code/information.
Thanks for you're time
Ross
It's hard to tell what's wrong without any code, would you care to share the source code with us?
Also, some interpunction would help. It's very hard to make up what you're trying to say here, because everying is one big sentence.