You have a bunch of errors that maybe should be looked into first.
You have an apostrophe causing an error
Code:
type='application/rss+xml' title='Baxter's Bee Farm Product List RSS' href='
Can't have duplicate ID's, nav
You also have image tags inside preformatted text tags <pre>
Need to code & characters into in the code.
Also no need for inline styles when you already are using css
Code:
style="text-align: center;"
Start with those and see what happens.
|