Custom Format Problem! |
6/8/2008 11:55:38 AM |
ASPRunnerPro General questions | |
M
mardisr author
i have the following code: |
|
J
|
Jane 6/18/2008 |
Hi, str = "<table width=100% align=center bgcolor=" if strvalue= "ON HOLD" then str = str & "red" else str = str & "" end if str = str & "><tr><td align=center>" & strValue & "</td></tr></table>" strValue = trim(str) |