The first rule of problem solving

The first rule of problem solving: If you have a problem that you’ve done all you can to solve but it still persists, Something you believe to be true is wrong.

Today’s problem was trying to get a headline to appear over a photo. I needed it centered with a set width. But for some odd reason, every time I set the width the headline would move all the way to the right. After hours and hours it occurred to me to check the CSS for the headline line by line and realized some of the code I had c/p’d included a margin that was mucking up the works.

Problem solved.  Yipee!

  • Post category:Debug