Linking pages on your website

Saxophonist

Free Member
Jan 26, 2010
29
0
I am trying to post a link between pages on my website. I used to be able to do this, but I think I must have done something wrong to the site because now it will not let me.
I am using this method:
create title for link eg click here for more info on ..........
Highlight this
Click on the link chain icon to insert hyperlink
when the widow pops up add the URL
then add link.
I know this used to work, but it will not work now so I must presume I have altered something.
 

fisicx

Moderator
Sep 12, 2006
46,969
9
15,522
Aldershot
www.aerin.co.uk
What doesn't work? Are you saying the link isn't being accepted or doesn't display or displays but doesn't work?

If you view the source code of the page can you see the anchors and the URL?
 
Upvote 0

zigojacko

Free Member
Dec 7, 2009
3,795
1,222
Plymouth, UK
clubnet.digital
Anchor is the word where you want to add your landing page. And if there is no link on your original page than you have no anchor text . So firstly you just make you link proper than its work.

No idea what you just said but the anchor is the text used for the link. The content between <a> and </a>. For example:-

<a href="http://mylink.com>this is my anchor</a>
 
  • Like
Reactions: Saxophonist
Upvote 0
No idea what you just said but the anchor is the text used for the link. The content between <a> and </a>. For example:-

<a href="http://mylink.com>this is my anchor</a>

This is the right answer.

Bar one little closing " after the URL:

<a href="http://mylink.com">this is my anchor</a>

You can also include rel="nofollow" if your linking to external sites, or title="My Keyword" if you like.

Just don't overdo the title= aspect of it as you could eventually be seen as a keyword stuffer and slapped by search engines appropriately.
 
Upvote 0

SolutionLab

Free Member
Dec 17, 2013
147
74
Look, given the nature of the question, why don't you use Adobe Dreamweaver ? There's a fully functioning 30 day trial, a lot of tutorials & resources available and it's just easy.

Worst come to worst, just post a link to your website, tell me what you want done and I'll send you the HTML/JS/PHP files for you to re-upload. For free, obviously.
 
  • Like
Reactions: Saxophonist
Upvote 0

fisicx

Moderator
Sep 12, 2006
46,969
9
15,522
Aldershot
www.aerin.co.uk
Adobe Dreamweaver?

Why would anyone ever use that bit of bloatware? And it's not going to fix their problem 'cos they are using a CMS.
 
Upvote 0

SolutionLab

Free Member
Dec 17, 2013
147
74
Adobe Dreamweaver?

Why would anyone ever use that bit of bloatware? And it's not going to fix their problem 'cos they are using a CMS.


Fair point, code coming out of Dreamweaver lacks efficiency. But it's time-efficient and straight-forward for him. But ok.

As for Saxo, there are a few tutorials on WordPress (I'm guessing) on Lynda and Tuts+ which should solve your problems. Sometimes it can be a little thing like not having a - in your URL, so just keep trying.
 
  • Like
Reactions: Saxophonist
Upvote 0

fisicx

Moderator
Sep 12, 2006
46,969
9
15,522
Aldershot
www.aerin.co.uk
What CMS are you using? Try using a different browser? When was the last time you cleared your cache or turned the PC off?
 
Upvote 0

10032012

Free Member
Mar 10, 2012
1,955
321
This is the right answer.

Bar one little closing " after the URL:

<a href="http://mylink.com">this is my anchor</a>

You can also include rel="nofollow" if your linking to external sites, or title="My Keyword" if you like.

Just don't overdo the title= aspect of it as you could eventually be seen as a keyword stuffer and slapped by search engines appropriately.

The a in the opening and closing tags is short for anchor. The href is short for hypertext reference. The contents within the opening and closing tag is the anchor text. Not the anchor. Anchor is usually informal way of referring to anchor bookmarks (i.e. pass an anchor text with an id on the page, and link to it with page.html#idvalue) - less used these days except for #top. (Of course you can also do this with section tag etc. <section id="item3"> .... </section> and link with page.html#item3)
 
Upvote 0

10032012

Free Member
Mar 10, 2012
1,955
321
Can you not use the HTML tab that gets rid of the editor with a box of just HTML code?

I normally do something like this to make it easier..... %%LINKHERE%% in the editor, and look for that in the HTML, then replace with the link (or whatever I am changing it for)

The problem could be a plugin hook interfering... or wordpress (assumingly) is adding empty links without anchor text for some reason or another.
 
Upvote 0

Trish_Mundus

Free Member
Jan 8, 2014
10
2
42
if you want to set a link to anouther page in code write this
<a href="link-page.html">Click here</a>
if you want to set hyperlink in code write
<a href="#click">Click here</a>
and in section where your text about "Click here"
<div id="click">Text text text about click here</div> or
<a name="click">Title of click here text</a>
after clicking on Click here it will show the section with text
 
Upvote 0

Latest Articles

Join UK Business Forums for free business advice