How to link my Kate Bush site.
How you link this site, if you choose to do so, is of course totally up to you.
As you will have see I tend to prefer text only links, with a few style attributes on my links page. However if you would rather use a graphical link I have provided a button below with the relevant HTML.
Graphical linking.
| |  |
IE:Right click on the button, the select: "Save Picture As..."
N :Right click on the button, the select: "Save Image As..." |
| <a href="http://www.paradiseplace.org.uk/Kate/"><img src="ktbanner.gif" border="0" width="124" height="44" alt="Kate Bush @ Paradiseplace.org.uk"></a> |
|
The above code opens my page in the same window.
| <a href="http://www.paradiseplace.org.uk/Kate/" target="_new"><img src="ktbanner.gif" border="0" width="124" height="44" alt="Kate Bush @ Paradiseplace.org.uk"></a> |
|
The above code opens my page in a new window.
Text linking.
| <a href="http://www.paradiseplace.org.uk/Kate/">Kate Bush @ Paradiseplace</a> |
|
The above code opens my page in the same window.
| <a href="http://www.paradiseplace.org.uk/Kate/" target="_new">Kate Bush @ Paradiseplace</a> |
|
The above code opens my page in a new window.
|
A:link { color: blueviolet } A:visited { color: teal } A:active { color: fuchsia }
A:hover {font-style: italic; color: fuchsia }
| |
The above code is the <style> code for the link on this page.