Help with html on my home page

Permalink
I have attached a picture of my home page of my website. Suddenly, the home page shows a lot of html code at the top. Can someone guide me to getting this off? Thanks and appreciate any help.

1 Attachment

 
JohntheFish replied on at Permalink Reply
JohntheFish
At a guess, you have inserted something into the page that is faulty. Perhaps an incomplete html tag, unclosed comment, mismatched quote, a php section that isn't ended in your theme, incomplete script or style section, tracking codes...

Look back through what you have recently done and you should find the source of your error.
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
You have a closing style tag in the middle of your declaration
#blockStyle854HeaderImage252 {background-color:#f0f0f0; background-repeat:no-repeat; style>#main-content-inner {background-color:pink;}</style>}

Notice the " </style>} "
Just delete that and you are good to go