Zen Cart Logo
Forums / Basic Configuration / Problem adding <textarea> to ezpages

Problem adding <textarea> to ezpages

Locked

Views: 1,312

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
19 Oct 2008, 1:10 AM
#1
pjb923 avatar

pjb923

Zen Follower

Join Date:
Jan 2005
Location:
NY
Posts:
135
Plugin Contributions:
0

Problem adding <textarea> to ezpages

I am trying to add a textarea inside a page that I created using ez-pages. Because the contents of the page are entered within a text box, the closing <textarea> tag is causing major problems for the zen cart admin.

After the first save, I can no longer update the page and anything that comes after the end of the text box shows up on the admin page.

Is there an easy way to embed a text box inside a page without interfering with the admin interface?

19 Oct 2008, 3:13 AM
#2
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Problem adding <textarea> to ezpages

pjb923:

I am trying to add a textarea inside a page that I created using ez-pages. Because the contents of the page are entered within a text box, the closing <textarea> tag is causing major problems for the zen cart admin.

After the first save, I can no longer update the page and anything that comes after the end of the text box shows up on the admin page.

Is there an easy way to embed a text box inside a page without interfering with the admin interface?

having the same problem

19 Oct 2008, 9:41 AM
#3
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town &amp; London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Problem adding <textarea> to ezpages

Have you tried working ONLY in HTML mode? (In other words, toggle to HTML mode (the <> symbol) and work with raw code. DON'T toggle back to wysiwyg before you save. Just save the page while still in HTML mode.

When you come to re-edit the page, make sure you deactivate HTMLArea first, so you are working only in raw html.

20 Oct 2008, 5:51 PM
#4
pjb923 avatar

pjb923

Zen Follower

Join Date:
Jan 2005
Location:
NY
Posts:
135
Plugin Contributions:
0

Re: Problem adding <textarea> to ezpages

fairestcape:

Have you tried working ONLY in HTML mode? (In other words, toggle to HTML mode (the <> symbol) and work with raw code. DON'T toggle back to wysiwyg before you save. Just save the page while still in HTML mode.

When you come to re-edit the page, make sure you deactivate HTMLArea first, so you are working only in raw html.

I always work in HTML mode, it makes no difference.