The "header" font on my Images page is different than the other pages. Rather than going to town on changing code in the <Head> section of the page, I thought it best to ask why the <Head> in images if different than the other pages. In the images page it reads as follows:
<head> <meta http-equiv="" content="" /> <title>El Gheko Neighborhood Weather Station | Southern Arizona Pictures</title> <meta name="" content="" /> <meta name="" content="" /> <link href="styles.css (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/styles.css)" rel="" type="" /> <link rel="" href="nivo-slider.css (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/nivo-slider.css)" type="" media="" /> <link rel="" type="" href="slides/lib/jquery.ad-gallery.css (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/slides/lib/jquery.ad-gallery.css)" /> <link rel="" type="" href="slides/lib/gallery.css (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/slides/lib/gallery.css)" /> <script type="" src="lib/jquery-1.4.3.min.js (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/lib/jquery-1.4.3.min.js)"></script> <script type="" src="slides/lib/jquery.ad-gallery.js (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/slides/lib/jquery.ad-gallery.js)"></script> <script type="" src="lib/jquery.nivo.slider.pack.js (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/lib/jquery.nivo.slider.pack.js)"></script> <script type=""> $(window).load(function() { $('#slider').nivoSlider(); }); </script> <script type=""> /* <![CDATA[ */ $(function() { var galleries = $('.ad-gallery').adGallery(); }); /* ]]> */ </script> </head>
In the other pages it reads as follows:
<head> <meta http-equiv="" content="" /> <title>El Gheko Neighborhood Weather Station | Most recent observations</title> <meta name="" content="" /> <meta name="" content="" /> <meta http-equiv="" content="" /> <link href="styles.css (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/styles.css)" rel="" type="" /> <link rel="" href="nivo-slider.css (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/nivo-slider.css)" type="" media="" /> <script type="" src="js/clockt.js (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/js/clockt.js)"></script> <script type="" src="js/clockp.js (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/js/clockp.js)"></script> </head>
Hope this helps narrow down the difference in the header font.
Tom