

December 5, 2016

.htmlbody = "<p style=""font-family:arial;font-style:italic;font-size:14px;"">Dear Staffs,</p>"
.htmlbody = .htmlbody & "<p style=""font-family:arial;font-style:italic;font-size:14px;"">Good day!</p>"
.htmlbody = .htmlbody & "<p style=""font-family:arial;font-style:italic;font-size:14px;"">Attached please find this monthly Salary details and payment will be arranged at this month end, please keep for reference and income tax record.</p>"
.htmlbody = .htmlbody & "<p style=""font-family:arial;font-style:italic;font-size:14px;"">BR.</p>"
.htmlbody = .htmlbody & "<p style=""font-family:arial;font-style:italic;font-size:14px;"">HR Administrator</p>"
Sorry, what is the syntax to replace paragraph tag with line break for the last two lines
Dear Staffs,
Good day!
Attached please find this monthly Salary details and payment will be arranged at this month end, please keep for reference and income tax record.
BR.
HR Administrator
ie the spacing is too wide


October 5, 2010

Hi David,
Change these p tags to span and insert a br tag between the last 2 lines:
.htmlbody = .htmlbody & "<span style=""font-family:arial;font-style:italic;font-size:14px;"">BR.</span><br/>"
.htmlbody = .htmlbody & "<span style=""font-family:arial;font-style:italic;font-size:14px;"">HR Administrator</span>"
Phil
1 Guest(s)
