By Daniel Essin - 3/7/2006
Throughout my help file HTML formatting tags are visible as in:
Private Sub AddSQLConnection()
'-- Establish Locals
Dim loSQL As New SqlDataSourceItem("MyCustomKey", "server=myserver;integrated security=sspi;database=MyDatabase")
'-- Add the new connection to the data sources
DataLayer.DataSources.Add(loSQL)
End Sub
Is this what you intended?
|
By StrataFrame Team - 3/8/2006
No, we have a JavaScript method that colorizes the text, but if the method is enabled when we edit a help topic within our help editor, then it permanently adds the colorized tags... I'll see if I can find that one and remove it. Thanks for the heads up
|
By Daniel Essin - 3/8/2006
thanks. the help is loaded with them. probably 100%
|
|