User Forum
Xequte User Forums
Profile    Active Topics    Forum FAQ    Search this forumSearch
     
Forum Tips
» This forum is for users to discuss their software problems and suggestions for improvement.  Remember that only a tiny percentage of our users experience such problems (To be precise less than 0.7% have ever posted on this forum)
» Include your software version number (as displayed in the About Box)
» Check the FAQ before posting as most common questions have already been answered
» You don't need to also e-mail us separately as our support team will respond to all questions on this forum
 
 All Forums
 Xequte User Forums
 MailList King
 HTML Messages insert extra lines

Note: You must be registered in order to post a reply.

Size 
UserName:
Password:
Mode 
Format  BoldItalicizedUnderline Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailBrowse for an image to attach to your post Insert CodeInsert QuoteInsert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
electricwind Posted - Mar 03 2009 : 14:13:05
With the new version I'm seeing that extra <div> tags are being inserted instead of <p>. This renders as an extra line. Also, the default font is inserted ahead of the chosen font which sometimes affects font size (depending on CSS style file).

Therefore, all HTML messages I used for older versions of MLK are all messed up.

When I put in plain text without any formatting at all, MLK is inserting the extra DIV tags. I can delete the extra lines in WYSIWYG, and that seems to solve the problem, but it's an extra step, and time-consuming.

Please advise.

Boyd
8   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Mar 05 2009 : 14:40:22
Hi Boyd

Yes, if you are not using the Western European character set then that should be set to True (I can't see a good reason why it is not).

You can either set it there in settings.ini file (then save and run MLK) or it will be set to True automatically if you choose either of the Western European encoding options.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
electricwind Posted - Mar 05 2009 : 13:33:17
HtmlSourceCodePreservation=False -- I changed it to true in the .ini file, is that correct?

Or is there an option within the program interface itself that I should change? And how did it get set to False?
xequte Posted - Mar 05 2009 : 13:25:49
Hi Boyd

Hmmm, one other thing. Can you please:

1. Run MLK and click Ctrl+Shift+I to display your key folders
2. Check the settings folder and click OK
3. CLOSE MAILLIST KING
4. Double-click the settings.ini file to open it in Notepad
5. What is the value of:

HtmlSourceCodePreservation

(It should be set to True)


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
electricwind Posted - Mar 05 2009 : 02:36:35
And, yes, it's v.8.1.1
electricwind Posted - Mar 05 2009 : 02:33:39
It's set for Windows 1252, which is checked on the Edit dropdown.
xequte Posted - Mar 04 2009 : 16:00:11
Hi Boyd

Is this v8.11?

Did you try selecting Edit > Encoding > Western European (Windows) on the message sending toolbar?



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
electricwind Posted - Mar 04 2009 : 12:52:43
Hi Nigel,

I tried the test, and here is what it did:

<BODY>
<DIV>line1</DIV>
<DIV>line2</DIV>
<DIV> </DIV>
<DIV>line 3</DIV>
<DIV> </DIV>
</BODY>

The rendering was just fine. I emailed you screen caps of an actual message I sent out. I compared the HTML in Outlook with MLK's HTML, and noticed the only difference is the use of Non-Breaking Space character. Outlook does not use that (it does use DIV tags to create line breaks).

I think where the breakdown happens is where there are 2 or more lines of HTML code and text in a message. Then they get rendered as though the NBSP and the DIV tags are separate lines, so you end up with an extra line break.
xequte Posted - Mar 03 2009 : 22:14:00
Hi Boyd

I can't reproduce that on on our test machine:

1. Copy the following from Notepad:

line 1
line 2

line 3


2. Paste into MLK's editor in HTML mode

-> It displays as above


HTML shows correctly as:

<HTML>
... snip ...
<BODY>
<DIV>line 1<BR>line 2</DIV>
<DIV> </DIV>
<DIV>line 3</DIV></BODY></HTML>


Does it still do it if you select Edit > Encoding > Western European (Windows) on the message sending toolbar?


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com