Please tell me what is wrong with my HTML for the text hyperlinks at the bottom of this page. I keep trying to make the color as yellow or white (currently at yellow) but as you can see, the links don't appear easy to see.
you need to add style attribute.. here's how it should look like.. <a href="" style="color:#FFFF00">TopRecipeSource</a> I suggest to use css in styling your site.. It would help you for easier style customization..
I think you've missed adding style attribute in TopRecipeSource link.. <a href="" style="color:#FFFF00">TopRecipeSource</a> Cheers!