Chunk

Difference between revisions of "Anchor"

From Joomla! Documentation

m (Added category)
m (fixing chunk)
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<translate>
 +
<!--T:1-->
 
An anchor is created using the <a> tag in HTML. An anchor allows you to place a bookmark inside an HTML page. In Joomla!, you can place an anchor inside an article (for example, using the [[Content_editors#TinyMCE editor | TinyMCE]] editor). This lets you create a link that will go directly to that point in the article.  
 
An anchor is created using the <a> tag in HTML. An anchor allows you to place a bookmark inside an HTML page. In Joomla!, you can place an anchor inside an article (for example, using the [[Content_editors#TinyMCE editor | TinyMCE]] editor). This lets you create a link that will go directly to that point in the article.  
  
 +
<!--T:2-->
 
The HTML source code for an anchor looks like the following: <source lang="html4strict"><a name="my_anchor" title="My Anchor"></a></source>You can link to an anchor from within the same page using the HTML code <source lang="html4strict"><a href="#my_anchor" ></a></source>Clicking that link will take you directly to the location of the anchor tag.  
 
The HTML source code for an anchor looks like the following: <source lang="html4strict"><a name="my_anchor" title="My Anchor"></a></source>You can link to an anchor from within the same page using the HTML code <source lang="html4strict"><a href="#my_anchor" ></a></source>Clicking that link will take you directly to the location of the anchor tag.  
  
You can link to an anchor in a different page by appending "#" plus the anchor name to the end of the URL. In the example above, if the URL for the article was <code><nowiki>http://www.mysite.com/my_article.html</nowiki></code>, then you could link directly to the anchor in that page with the URL <code><nowiki>http://www.mysite.com/my_article.html#my_anchor</nowiki></code>.
+
<!--T:3-->
<noinclude>[[Category:Glossary definitions]]</noinclude>
+
You can link to an anchor in a different page by appending "#" plus the anchor name to the end of the URL. In the example above, if the URL for the article was <code><nowiki>http://www.mysite.com/my_article.html</nowiki></code>, then you could link directly to the anchor in that page with the URL <code><nowiki>http://www.mysite.com/my_article.html#my_anchor</nowiki></code>.<noinclude>[[Category:Glossary definitions|{{PAGENAME}}]]</noinclude></translate>
 +
<noinclude>
 +
== Languages ==
 +
<languages /></noinclude>

Revision as of 17:37, 4 March 2014

An anchor is created using the <a> tag in HTML. An anchor allows you to place a bookmark inside an HTML page. In Joomla!, you can place an anchor inside an article (for example, using the TinyMCE editor). This lets you create a link that will go directly to that point in the article.

The HTML source code for an anchor looks like the following:

<a name="my_anchor" title="My Anchor"></a>

You can link to an anchor from within the same page using the HTML code

<a href="#my_anchor" ></a>

Clicking that link will take you directly to the location of the anchor tag.

You can link to an anchor in a different page by appending "#" plus the anchor name to the end of the URL. In the example above, if the URL for the article was http://www.mysite.com/my_article.html, then you could link directly to the anchor in that page with the URL http://www.mysite.com/my_article.html#my_anchor.

Languages[edit]

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎català • ‎dansk • ‎español • ‎français • ‎italiano • ‎svenska • ‎български • ‎русский • ‎العربية • ‎中文(台灣)‎ • ‎日本語