Making Links
This is a basic link
<a href="http://url.html">my link</a>
Just replace url with your site's web address. Mine would look like this
<a href="http://www.lillium.net">lillium</a>
If you want to make a link that will open in a new page but will leave the one that is being viewed, it'd look like this
<a target="_blank" href="http://www.url.html">my link</a>
Mine would look like this
<a target="_blank" href="http://www.lillium.net">my link</a>
Now say you wanted to link a picture instead of text
<a href="http://www.url.html"><img src="http://www.url/images/image.gif"></a>
Mine would look like this
<a href="http://www.lillium.net"><img src="http://www.lillium.net/images/flash6.gif">
If you wanted to target the link for the image it would look like this
<a target="_blank" href="http://www.url.html"><img src="http://www.url/images/image.gif"></a>
If you want a pop up message to appear when the image is
moused over
it'd look like this
<a title="make a message appear when the image is moused over" href="http://www.url.html"><img src= "http://www.url/images/image.gif"></a>
Tired of the basic blue link? Want every link to be a different color, maybe even a different font.
<a style="color: #ff0066; font-size: 10pt; font-family: Comic Sans MS; text-decoration: none; font-weight: bold" href="http://www.url.html"style="cursor:help">my link</a>my link
<a style="color: #ff66cc; font-size: 10pt; font-family: Comic Sans MS; text-decoration: line-through; font-weight: bold" href="http://www.url.html"style="cursor:crosshair">my link</a>my link
<a
style="color: #CC66FF; font-family: Pristina; font-size: 12pt; text-decoration:
overline underline; font-style: italic; font-weight: bold; background-color: #FFCCFF"
title="another pop up message" target="_blank" href="http://demented-dreamz.net">
my link</a>
If you're using a frame or Iframe and you want your link to open in the same window you would use this
<a target="_self" href="http://www.url.html">my link</a>
Mine would look like this
<a target="_self" href="http://www.lillium.net">my link</a>
If you're using a frame or Iframe and you want your link to open in a desired frame you would do this
<a style="color: #CC66FF; font-size: 10pt; font-family: Times New Roman;
text-decoration: none; font-weight: bold" target="wacko" href="http://www.lillium.net/makinglinks.htm">
my link</a>
Now you have to name your frame(s), I named mine wacko and yacko, the first link is targeted to open wacko and the second one is targeted to open yacko.
This is what my iframe(s) code looks like
<iframe name="wacko" src="http://members.aol.com/trixiegirl591003/purpleinlineframe.htm">
Your browser does not support inline frames or is currently configured not to
display inline frames.</iframe>
<iframe name="yacko" src="http://members.aol.com/trixiegirl591003/purpleinlineframe.htm">
Your browser does not support inline frames or is currently configured not to
display inline frames.</iframe>
see how I named them and see how the link code goes with the names.
target="wacko" target="yacko"
Do you have a button and need the link me code?
Mine looks like this
..Link
Me..
<img src="http://www.lillium.net/images/flash7.gif" width="7"
height="7">..Link
Me..<img src="http://www.lillium.net/images/flash7.gif" width="7"
height="7"></font></b></td>
</tr>
<tr>
<td width="100%">
<p align="center"><textarea
style="background:ffffff"
style="font-family:Papyrus"
style="color:ffccff"
style="border style:solid"
rows="1" cols="12"><a href="http://www.lillium.net" target="_blank">
<img src="http://www.lillium.net/buttons/button1.gif" border="0"
width="88" height="31"></a></textarea>
see this part
style="background:ffffff"
style="font-family:Papyrus"
style="color:ffccff"
style="border style:solid"
rows="1" cols="12"
that's the part that tells it what to look like, you can change this to something like
style="background:000000"
style="font-family:Ariel"
style="color:ff0000"
style="border style:dashed"
rows="2" cols="14"
you'd get something like this
..Link
Me..![]()
|
|