Hi -
i'm getting in a muddle over using cgi.pm's html shortcuts... i need to display a link, which so far i can do as follows:
but I also need to make this link have font verdana, the unvisited and visited link colours to be #990033 and the "hover" colour to be "#660066" - is that possible to do by nesting the tags?
cheers for any advice
i'm getting in a muddle over using cgi.pm's html shortcuts... i need to display a link, which so far i can do as follows:
Code:
print $query -> a({-href=>"feedback.html"}, "Further information and feedback");
but I also need to make this link have font verdana, the unvisited and visited link colours to be #990033 and the "hover" colour to be "#660066" - is that possible to do by nesting the tags?
cheers for any advice