AH.
A lesson I learnt long ago, at the initial stages of working in this job as Software Engineer... & I forgot how to do it AGAIN.
To remove the border for hyperlinked image, use the border property:
< href = "whateveryourlinkis" border = "0">
As for the underline in the hyperlinked text and the default blue colour, use CSS to be rid of it:
a:link
{
text-decoration: none;
/*this can be any other colour you want, not necessarily black*/
color: #000000;
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment