Friday, June 3, 2011

How do I change a link?

I got this link, (http://kevan.org/brain.cgi?Neowulf) and I want to change it to something more subtle. Any ideas?How do I change a link?%26lt;p%26gt;%26lt;a href=%26quot;URL path to external link%26quot; title=%26quot;Mouseover Description%26quot;%26gt;Neowulf%26lt;/a%26gt;%26lt;/p%26gt;



or use an image:



%26lt;p%26gt;%26lt;a href=%26quot;URL path to external link%26quot; title=%26quot;Mouseover Description%26quot;%26gt;%26lt;img style=%26quot;width: XXpx; height: YYpx; border: 0;%26quot; src=%26quot;Path to image%26quot; alt=%26quot;Text Description%26quot;%26gt;%26lt;/a%26gt;%26lt;/p%26gt;



You can change the %26quot;p%26quot; tags to div tags and style as needed to make a nice div container for image links.



RonHow do I change a link?On your own web page? On someone else's web page? Somewhere else? (A link is just text, so just change the text.)