html - Custom Background Color Wordpress Plugin WP Table Reloadad -
i using wp table reloaded plugin in wordpress on site :
http://equinoximpex.inditalent.com/acid-dyes/ on page in second column name of shade, want use different color in every next box like,
http://www.equinoximpex.com/acid-dyes.html tried using
<div style="background-color:#xyz;"></div> but not work, want use custom color in each box.
i dont have knowledge of php,,, knowledge of css , html.
so please help.
you need give div height , width. say:
<div style="background-color: yellow; height: 25px; width: 35px;"></div>
Comments
Post a Comment