The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
I am looking at altering the background table cell colours from strPopUpTableColor to strForumCellColor which I have done, but any Radio Input's still show a squared border background as the previous strPopUpTableColor color. Is there a quick fix to change the radio input to coincide with the new table cell colour strForumCellColor.
" <td bgColor=""" & strForumCellColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _
" <input type=""radio"" class=""radio"" name=""method"" value=""last_post"" checked> by Last Post (Recent Posts)<br />" & vbNewLine & _
" <input type=""radio"" class=""radio"" name=""method"" value=""most_popular""> by Topic Replies (Most Popular)<br />" & vbNewLine & _
" <input type=""radio"" class=""radio"" name=""method"" value=""new_topic""> by Topic Date (New Topics)" & vbNewLine & _
" </font></td>" & vbNewLine & _
It would be advantageous if this could be fixed. thank you<
" <td bgColor=""" & strForumCellColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _
" <input type=""radio"" class=""radio"" name=""method"" value=""last_post"" checked> by Last Post (Recent Posts)<br />" & vbNewLine & _
" <input type=""radio"" class=""radio"" name=""method"" value=""most_popular""> by Topic Replies (Most Popular)<br />" & vbNewLine & _
" <input type=""radio"" class=""radio"" name=""method"" value=""new_topic""> by Topic Date (New Topics)" & vbNewLine & _
" </font></td>" & vbNewLine & _
It would be advantageous if this could be fixed. thank you<
