Problem with header!!!

Whenever I try to enter anything into my store header it does this weird thing. see attached pictures. Please Help!!

Comments

  • 7 Comments sorted by Votes Date Added
  • {{block type="header" content="some text"}}

    This block is to put a little bit of text, not the entire content you want on your store's home page. Something like "welcome to my store" - with the rest of what you want underneath, outside of the {}.
  • So it just means I have too much in it?
  • No.

    Just try this. Replace everything in your home page with this:

    {{block type="header" content="some text"}}

    Then type something else below it. Submit and view your site's home page and you will see what's happening.
  • The plural for Lego is Lego, there is no 'S' at the end, remove the 's' to look more professional
  • The problem might be that you used line breaks inside the code...
  • You could try working in SOURCE view... click SOURCE VIEW in the page view, and then copy/paste:

    <p align="center"><font color="#2a4b72" face="arial" size="4">{{block type="header" content="HELLOMESSAGEHERE"}}</font></p>
    <p align="center">{{block type="recent" limit="9"}}</p>
    <p align="center">{{block type="most_viewed" limit="9"}}</p>
  • And you can then change the font color code (#2a4b72) to whatever color you want - check out color-hex.com for color ideas. :-)
Sign In or Register to comment.