* TechnoSparks * toshudhiman Make sure you know how to code CSS. Syntaxes are vital for your CSS to work.
If you want to use your classes directly by using the building tools classes dropdown, you can open your global_stylesheet.css file and then enter your desired code anywhere you like.

.myBlock
{
 color: #ffffff;
 background-image: url("http://wfs01.wapka.mobi/3161/3161342_97df1f5f41.png");
 border-width: 1px;
 border-color: #555555;
 border-style: solid;
 margin-bottom: 1px;
 margin-right: 0px;
 padding-bottom: 5px;
 padding-left: 1px;
 padding-top: 4px;
 font-weight: bold;
 font-style: italic;
}

Copy code

I've fixed your background property, you need quotes or apostrophes when entering URL!

If you are going to use the code block, or the code editor, make sure you entered the class attribute. Example
<div class="myBlock">SOmething</div>
Copy code
2014-04-02 00:03 · (1)

Online: Guests: 1