The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Admin Post Help

Go down

Admin Post Help Empty Admin Post Help

Post by DK April 11th 2012, 3:31 am

I was just wondering if someone could change this to black and white for my forum. I tried doing it myself, but the result wasn't good. http://i.imm.io/hjo8.png

Code:
$(function() {
$('tr.post:has(".specialpost") td').addClass('postarespeciala')
.css('background','url(http://i.imm.io/hjo8.png) repeat-y scroll left top #ff8000');
});
DK
DK
Forumember

Male Posts : 609
Reputation : 13
Language : English

http://ourworldhub.forumotion.com/forum

Back to top Go down

Admin Post Help Empty Re: Admin Post Help

Post by Guest April 11th 2012, 1:46 pm

Hi!

For first, you can useGraphic Requests section, and to request a black-white image, like that one.

Secondly, the code isn't correct, lol. Replace that to:
Code:
$(function() {
$('tr.post:has(".specialpost") td').addClass('postarespeciala');
});
Placement : Only In the topics.

Then add to CSS Stylesheet:
Code:
.postarespeciala{
background: url(http://i.imm.io/hjo8.png) repeat-y scroll left top #ff8000;
}
And to replace http://i.imm.io/hjo8.png to image you requested. Wink
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum