mostone Posted May 17, 2013 Share Posted May 17, 2013 Hello all I wan to ask previously I do not understand about this,how to add background color on widget?example like this:in the widget, there is a blue background.how to add that?source:http://www.duelingcity.net/this code in my widget <a href="http://astajim.indonesianforum.net/portal"><div style=" text-align:center;"><div style="float:center; width:100px; text-align:center;"> </div><div style=" float:center; width:200px; margin:auto;"> <br> <span class="gensmall">Text here Text here Text here Text here Text here Text here Text here Text here Text here Text here Text here Text here Text here Text here<br><br></span> </div> </div></a> result:my forum:http://astajim.indonesianforum.net/portalplease help me for this topic thanks before Quote Link to comment https://forums.phpfreaks.com/topic/278101-how-to-add-background-color-on-widget/ Share on other sites More sharing options...
Love2c0de Posted May 19, 2013 Share Posted May 19, 2013 (edited) Good evening, Add that color to your <div> with a class of .lol Like this: <div class='lol' style='background: #0E1A24;'> Kind regards, L2c. Edited May 19, 2013 by Love2c0de Quote Link to comment https://forums.phpfreaks.com/topic/278101-how-to-add-background-color-on-widget/#findComment-1431047 Share on other sites More sharing options...
Arcalypse Posted July 22, 2013 Share Posted July 22, 2013 Depending on the way you want to do it an alternative method would be... CSS: .widgetColor { background-color: #HEXCOLOR; } [/scode] HTML: [code] <div class="widgetColor"> CONTENT HERE </div> Quote Link to comment https://forums.phpfreaks.com/topic/278101-how-to-add-background-color-on-widget/#findComment-1441663 Share on other sites More sharing options...
Arcalypse Posted July 22, 2013 Share Posted July 22, 2013 (edited) I can't revise my post, but what I meant was... Depending on the way you want to do it an alternative method would be... CSS: .widgetColor { background-color: #HEXCOLOR; } HTML: <div class="widgetColor"> CONTENT HERE </div> Edited July 22, 2013 by Arcalypse Quote Link to comment https://forums.phpfreaks.com/topic/278101-how-to-add-background-color-on-widget/#findComment-1441664 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.