you can try adding a height property and then make the image to repeat itself....
.thead {
background: url( http://img02.picoodle.com/img/img02/3/2/...dec73f.png ) repeat;
color: #FFF8DC;
height: 50px;
line-height: 25px;
}
however I personally don't like to repeat the image vertically... I would use another image which fits my desired height...
alternatively you can just use a color background instead of image... eg: background: #1A1A1A;
(2015-06-20, 03:47 PM)mmadhankumar Wrote: [ -> ]you can try adding a height property and then make the image to repeat itself....
.thead {
background: url( http://img02.picoodle.com/img/img02/3/2/...dec73f.png ) repeat;
color: #FFF8DC;
height: 50px;
line-height: 25px;
}
however I personally don't like to repeat the image vertically... I would use another image which fits my desired height...
alternatively you can just use a color background instead of image... eg: background: #1A1A1A;
no sir i try this code but its showing like this
but i want to make like this picture
![[Image: 218d26a0e365409c78c5a6ffb2d4e0a5.png]](https://camo.mybb.com/2511f6027e27475b7cf835477cf57eb8f1aa6d43/687474703a2f2f692e6779617a6f2e636f6d2f32313864323661306533363534303963373863356136666662326434653061352e706e67)
(2015-06-20, 03:47 PM)mmadhankumar Wrote: [ -> ]you can try adding a height property and then make the image to repeat itself....
.thead {
background: url( http://img02.picoodle.com/img/img02/3/2/...dec73f.png ) repeat;
color: #FFF8DC;
height: 50px;
line-height: 25px;
}
however I personally don't like to repeat the image vertically... I would use another image which fits my desired height...
alternatively you can just use a color background instead of image... eg: background: #1A1A1A;
sir at least tell me how to remove that blue underline from this picture
![[Image: d1ccf1101f6574c3285db9d8e6312a6e.png]](https://camo.mybb.com/f4f32a3f0e64732b18632db5dc8ebd892ddffc4c/687474703a2f2f692e6779617a6f2e636f6d2f64316363663131303166363537346333323835646239643865363331326136652e706e67)
Global.css
Find..
.tborder
Remove border: 1px solid #104E8B;