twitter
261
edits
(→HTML) |
|||
Line 37: | Line 37: | ||
The HTML code for opening the link in another window looks like this: <nowiki><a href="URL of target site" target="_blank">Anchor Text</a> or <a href="URL of target site" target="new">Anchor Text</a></nowiki> and displays as this: [http://dummies.bloggertipsandtricks.com/2006/03/how-to-make-clickable-link.html Anchor Text] | The HTML code for opening the link in another window looks like this: <nowiki><a href="URL of target site" target="_blank">Anchor Text</a> or <a href="URL of target site" target="new">Anchor Text</a></nowiki> and displays as this: [http://dummies.bloggertipsandtricks.com/2006/03/how-to-make-clickable-link.html Anchor Text] | ||
=== The Link button === [[File:Links.jpg|thumb|Link button]] | === The Link button === | ||
[[File:Links.jpg|thumb|Link button]] | |||
The graphical user interface is a wonderful thing. Because of this,many blog sites don't require users to write HTML code. These sites offer a method of linking with the click of a button. This button is most often a graphic representing a chain linked together. | The graphical user interface is a wonderful thing. Because of this,many blog sites don't require users to write HTML code. These sites offer a method of linking with the click of a button. This button is most often a graphic representing a chain linked together. | ||
To use this button, simply highlight the text you wish to link, click the link graphic and insert a url. If you want to remove a link from a word or set of words, highlight the text and click the broken chain graphic. This will remove the link. | To use this button, simply highlight the text you wish to link, click the link graphic and insert a url. If you want to remove a link from a word or set of words, highlight the text and click the broken chain graphic. This will remove the link. |