I have a DHTMLEdit control that is being used to create HTML Emails. My problem is that whenever the user hits the {ENTER} key, DHTML inserts a <P></P>, instead of a <BR>.
This is bad because everything ends up being double-spaced. I've tried it with the UseDivOnCarriageReturn property as True and False, but in each case it still uses <P></P>...is there any way around this?




Reply With Quote