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 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 Good evening, Add that color to your <div> with a class of .lol Like this: <div class='lol' style='background: #0E1A24;'> Kind regards, L2c. 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> 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 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> 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
Archived
This topic is now archived and is closed to further replies.