Creating Page Jumps Within a Post

Posted in: Newspaper
Post count: 51

Hi guys,

I’m having problems with creating page jumps within my posts using this command

What it does is that the link is opening in a new tab instead of jumping within the same page, which I definitely don’t want.

See it here http://www.clearawayacne.com/products/the-brutal-clearpores-review under the subhead “What You Will Learn”, which is supposed to jump over to the subhead named “1. How ClearPores Can Clear Away Your Acne”.

How can I fix it? Is there any plugin that can make it simple?

Thanks a lot!
Sheikh

Post count: 51

Don’t know why the code didn’t appear, but here’s what I followed :http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479511

Post count: 9544

Hey…
your links look like this in your source code:
<a target="_blank" href="#detail">
so, obviously that should not have the target_blank in there; if you do a target make it target="_top" or nothing at all there. You may be getting these as default when inserting links and you would want to NOT do target blank as that is expressly designed to open new tab (as with social media links, external sites, etc.).

Post count: 51

Hi Chris,

I’m not putting it in there (see the picture in the link), it’s may be getting on its own. What should I do?

Here's the image of the code I'm putting into my post

Post count: 51

Alright I’ve got it. There was a plugin causing this. I’ve fixed it and it’s working perfectly fine.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.