 |
|
here are a few ways for you to link to my site from yours..
(druid) a friend of mine made this picture. to link to my site from his. and this is what it looks like.
here is the coding for this picture
<a href="http://www.dittmerdan.net" target="_blank">
<img src="http://www.dittmerdan.net/pictures/link2ditt01.png" border="0"></a>
here is a banner i made
here is the coding for the banner
<a href="http://www.dittmerdan.net" target="_blank">
<img src="http://www.dittmerdan.net/pictures/link2ditt03.png" border="0"></a>
here is a link picture i made
here is the coding for this picture
<a href="http://www.dittmerdan.net" target="_blank">
<img src="http://www.dittmerdan.net/pictures/link2ditt02.png" border="0" width="160px"></a>
here is a java button link to my site
here is the coding for the java button
<input type="button" value="dittmerdan.net" onclick="window.open('http://www.dittmerdan.net')" style="background-color: #666666; color: #99CCFF; border-color: #fefefe;">
you can just do a standard link code
<a href="http://www.dittmerdan.net" target="_blank">dittmerdan.net</a>
equals dittmerdan.net
|

|