Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Immediate problem when editing my main page

Immediate problem when editing my main page

Locked

Views: 372

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
11 Oct 2010, 2:29 AM
#1
timpu33 avatar

timpu33

New Zenner

Join Date:
Oct 2010
Posts:
2
Plugin Contributions:
0

Immediate problem when editing my main page

Hi, I'm a little new to Zen Cart, so please excuse my lack of knowledge.
So I'm trying to edit a downloaded template. First, I hope I imported the template right. I was able to switch to the template in Zen Cart, so I think the upload went ok.
So after changing Zen Cart to the new template, I decide to go to:

Tools>Define Pages Editor>define_main_page and use the HTMLarea.

At this point I try just to change a little text, and all of sudden what gets displayed on my main page is HTML test.

If I blank out the main page and just have:

Hello

Hello

on it, my main page will display this:

<p>Hello</p><p /><p>Hello</p><p /><p />

Can anyone help with this and let me know what I'm doing wrong?

Thanks for any help,

Tim

11 Oct 2010, 2:37 AM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Immediate problem when editing my main page

There is no such tag as <p />... or at least I've never seen it.

Try

<p>Hello</p><p>Hello</p>
11 Oct 2010, 3:35 AM
#4
timpu33 avatar

timpu33

New Zenner

Join Date:
Oct 2010
Posts:
2
Plugin Contributions:
0

Re: Immediate problem when editing my main page

That was it! Thanks so much. I was going a little crazy because I had just done this kind of editing about a 3 weeks ago, but with a different ISP. Awesome. Thanks again!!!