I'm trying to change the colour of the letters that have a link.
Anyway it is not working correctly on Jquery.
Please go over in place of me.
//Jquery
$("a").mouseover(function(){$().html(<a href="http://www.google.co.jp/"><font size="7">linktest</font></a>
)})
//html
<a href="http://www.google.co.jp/">リンクテスト</a>
I can't have a change anyway on the lines as above.