MyBB Community Forums

Full Version: .thead
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i wanna change .thead size, plz help

this is my code css

.thead {
background: url(http://img02.picoodle.com/img/img02/3/2/...dec73f.png);
color: #FFF8DC;
}
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;
k let me try it now
(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 [Image: 512c3952432e1a8adc92b7a7b15c2527.png]

but i want to make like this picture [Image: 218d26a0e365409c78c5a6ffb2d4e0a5.png]
Forum URL please?
(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]
Global.css

Find..

.tborder

Remove border: 1px solid #104E8B;