rguggisberg
07-02-2012, 01:40 PM
This should be simple, but I have not used an HTML Dialog until now and I am not an HTML programmer. The example in Help under "Using an HTML Control on a Dialog" does not quite work.
----------------------------------------------------
Set the value of the string identifier as follows:
[html]<style type="text/css">html,body {padding:0; margin:0; background-color:ButtonFace} * {font-size: 8pt; font-family: "MS Sans Serif";} </style> <a href="http://www.MyWebSite.com">Visit my Web site</a>
----------------------------------------------------
Displays everything you see above.
If I leave out
[html]<style type="text/css">html,body {padding:0; margin:0; background-color:ButtonFace} * {font-size: 8pt; font-family: "MS Sans Serif";} </style>
It looks better, but the background color is white (I want grey). What do I need to do?
Some of the old links on that topic on this forum are dead.
Basic MSI project.
Thanks
----------------------------------------------------
Set the value of the string identifier as follows:
[html]<style type="text/css">html,body {padding:0; margin:0; background-color:ButtonFace} * {font-size: 8pt; font-family: "MS Sans Serif";} </style> <a href="http://www.MyWebSite.com">Visit my Web site</a>
----------------------------------------------------
Displays everything you see above.
If I leave out
[html]<style type="text/css">html,body {padding:0; margin:0; background-color:ButtonFace} * {font-size: 8pt; font-family: "MS Sans Serif";} </style>
It looks better, but the background color is white (I want grey). What do I need to do?
Some of the old links on that topic on this forum are dead.
Basic MSI project.
Thanks