Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1:
Removing <p></p> tags

 

 


TitanJeff
User

Oct 9, 2006, 1:45 PM

Post #1 of 6 (3083 views)
Shortcut
Removing <p></p> tags Can't Post

I have a client on a pc who is typing her articles directly into WYSIWYG article window. When she saves, it added <p> and </p> code which messes up the formatting.

When I try to recreate the problem on my mac, I don't have this issue. Anyone know what is adding this code?


ross
Staff / Moderator


Oct 9, 2006, 3:35 PM

Post #2 of 6 (3080 views)
Shortcut
Re: [TitanJeff] Removing <p></p> tags [In reply to] Can't Post

Hi Jeff.

Thanks for posting!

I have been testing this out and am having some trouble recreating the problem. When I enter some test data and save, the only spacing I get in the code are some <br> tags where I had hit enter.

Where abouts are you seeing the <p> tags? Where they surrounding the content entered? Or where the embedded in the content?

What browsers are you using on mac and on pc?

If you could get back to me with some more details, that would be great!

I look forward to hearing from you Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



TitanJeff
User

Oct 9, 2006, 3:45 PM

Post #3 of 6 (3078 views)
Shortcut
Re: [ross] Removing <p></p> tags [In reply to] Can't Post

She is using IE. I don't have the version but will check. The <p> appears at the beginning and </p> at the end. Also they appear between paragraphs.


TitanJeff
User

Oct 10, 2006, 8:36 AM

Post #4 of 6 (3065 views)
Shortcut
Re: [TitanJeff] Removing <p></p> tags [In reply to] Can't Post

Ross,

She is running IE 6.0 for the pc.

I have no idea why it would be adding code to her content.

Thanks.


Donna
Staff / Moderator


Oct 10, 2006, 3:21 PM

Post #5 of 6 (3060 views)
Shortcut
Re: [TitanJeff] Removing <p></p> tags [In reply to] Can't Post

Hi there,

The IE engine that creates the HTML does something a little weird -- when you use a carriage return, it actually creates a <P> tag, instead of the <BR> that you would expect.

To create a <br> instead, have her hold down "shift" when hitting enter. Or, she can use Firefox, which adds <br>'s as one would expect. :)

Donna

--
support@interactivetools.com


TitanJeff
User

Oct 10, 2006, 3:22 PM

Post #6 of 6 (3059 views)
Shortcut
Re: [Donna] Removing <p></p> tags [In reply to] Can't Post

Thanks, Donna. I'll pass that along.