I'd really appreciate your help
Regards,
Magdalena
With this I wasn't able to change the default font, but I force it,
therefore if I open the html document with other applications, I see Times
New Roman and not the other app's default font
Does anyone have a better suggestion?
Regards,
Magdalena
"Magdalena Servente" <mser...@fusiondm.tv> escribió en el mensaje
news:uSXe7XB1BHA.2244@tkmsftngp07...
DHTMLEdit.DOM.body.style.fontfamily = "Times New Roman"
Applying a FONT tag around the entire content does not consistently apply
font attributes to content within a table.
-Doug
www.ewebeditpro.com
"Magdalena Servente" <mser...@fusiondm.tv> wrote in message
news:OLYXE6x2BHA.956@tkmsftngp03...
EG:
val = DHTMLEdit.DocumentHTML
toChange = val.split("</HEAD>")
newCode = toChange.join("<STYLE> BODY{ font-family:Times Roman;}</STYLE></HEAD>")
DHTMLEdit.DocumentHTML = newCode
bit crude but it might help
Stev
"Magdalena Servente" <mser...@fusiondm.tv> wrote in message news:OLYXE6x2BHA.956@tkmsftngp03...