The file:
richieadams.com/favicon.ico
is not there.
If you navigate to the actual page:
rrc.la/richieadams/
the favicon shows up just fine.
You already have a frame (at richieadams.com/):
Code:
<html>
<head><title></title></head>
<frameset cols='*' rows='*'>
<frame src='http://www.rrc.la/richieadams' frameborder='0' scrolling='Auto' noresize marginwidth='0' marginheight='0'>
</frameset>
<!--
<noframes><body>Frame required.</body></noframes>
-->
</html>
You could perhaps set its favicon to the file on rcc.la:
Code:
<html>
<head><title></title><link rel="icon" href="http://www.rrc.la/richieadams/favicon.ico" type="image/x-icon"></head>
<frameset cols='*' rows='*'>
<frame src='http://www.rrc.la/richieadams' frameborder='0' scrolling='Auto' noresize marginwidth='0' marginheight='0'>
</frameset>
<!--
<noframes><body>Frame required.</body></noframes>
-->
</html>
And, for older browsers also upload a copy of the favicon to richieadams.com/
Bookmarks