T O P I C R E V I E W |
Andy Humm |
Posted - 13 June 2008 : 05:40:18 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< |
7 L A T E S T R E P L I E S (Newest First) |
Shaggy |
Posted - 18 June 2008 : 04:01:22 That's it ... 
< |
Andy Humm |
Posted - 18 June 2008 : 03:27:01 Shaggy, LOL, but we canny be too serious, all this code of conduct and fine tuning makes you go off frequency sometimes and hopefully were all on the right station and assist each other. Keep up the great work - team.< |
Shaggy |
Posted - 16 June 2008 : 04:27:51 You're welcome 
But, any more puns and I'm recommending you for a locking! 
< |
Andy Humm |
Posted - 13 June 2008 : 13:31:47 Good call I'll give that a try.. I will tune me radio into that approach - thanks shaggy!< |
Shaggy |
Posted - 13 June 2008 : 06:58:00 If you only need to change the colour in one section of your site then you'll need to create a new class that uses strForumCellColor as its background rather than changing the one I posted above which would apply to all radio inputs on your forum.
< |
Andy Humm |
Posted - 13 June 2008 : 06:53:02 Thanks for that Shaggy, I am currently changing the colour scheme of all the admin area pages and some of the str settings are uniform across the whole forum, hence the need to change this particular radio background. Thank you for the input (non radio!) and reply andy < |
Shaggy |
Posted - 13 June 2008 : 05:56:22 inc_header.asp, line 270:
"input.radio {background:" & strPopUpTableColor & ";color:#000000}" & vbNewLine & _
But why not just change that colour in your admin options?
< |