suerama+ 2 Report post Posted April 23, 2013 I went back to a client's site to make a change and noticed two new problems. Here is the first one: Suddenly all the text in the content area on the main column is linked to the clients email address. I went into the editor and clicked on the break link icon, but it does not change. Here is the page: http://feldenkraisnoho.com/ I'd like to fix this. But I'd also like to know how things like this happen. If a site is working fine for months, why suddenly do problems like this appear? Share this post Link to post Share on other sites
James B 436 Report post Posted April 24, 2013 Hi Suerama Looking in the source code that link has been applied to some of the main section containers as well as the text, its all through the source code. http://screencast.com/t/tUD8WMtyJ This seems to be coming from the header area, it looks the a-tag link wasn't closed properly in the header - http://screencast.com/t/DK3k1LyJJnhl so it seems to be applying it to the rest of the page from that point onwards. Double check the html inside the contentbox and see if re-saving corrects the text. Kindly search the forum and read the documentation before posting. It will help you resolve many issues. For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting. James B Share this post Link to post Share on other sites
suerama+ 2 Report post Posted April 24, 2013 Yep, that was it! Thank you, James. Share this post Link to post Share on other sites