Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
key CoLoRs & FoNTz
#1
Is there a way to have a "key blah blah blah" command, but instead key a pre-existing clip board file that contains font colors and stuff?

My signature at work contains colors and stuff, and am working on an idea

thanks!
#2
Function PasteHtml
Code:
Copy      Help
;/
function $html

;Pastes text in HTML format.
;Works only with windows that support HTML format. For example, Word.
;Error if the active window does not support HTML format.

;EXAMPLES
;PasteHtml "<html><body>text <a href=''http://www.quickmacros.com''>Quick Macros</a> text</body></html>"
;
;str mySigFile="$desktop$\test.htm"
;str s.getfile(mySigFile)
;PasteHtml s


str sh.format("Version:1.0[]StartHTML:00000033[]%s" html)
sh.setsel("HTML Format")
err end _error


Forum Jump:


Users browsing this thread: 1 Guest(s)