WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1 Quick reply Background on Wed Jun 09, 2010 4:20 am

Matti


Registered Member
Registered Member
In the Quick reply box I want to add Background with the text of my forum.

2 Re: Quick reply Background on Wed Jun 09, 2010 4:47 am

iJerick


Registered Member
Registered Member
If im right it looks like this..

Code:

form#quick_reply #textarea_content textarea#text_editor_textarea {
background-image:url('asdfsadf.png');
background-repeat: repeat;
background-position: top center;
}

3 Re: Quick reply Background on Wed Jun 09, 2010 1:00 pm

Matti


Registered Member
Registered Member
Nope not working Sad

4 Re: Quick reply Background on Wed Jun 09, 2010 1:06 pm

Sanket


Administrator
Administrator
asdfsadf.png

Did you change that with the image of the text?

http://www.webartzforum.com

5 Re: Quick reply Background on Wed Jun 09, 2010 3:13 pm

Matti


Registered Member
Registered Member
No, but I'm going to try that now

6 Re: Quick reply Background on Wed Jun 09, 2010 3:17 pm

Matti


Registered Member
Registered Member
BlueSky wrote:No, but I'm going to try that now


Edit: Nope

Sorry about that I clicked the wrong button lol! ''Quote''

7 Re: Quick reply Background on Wed Jun 09, 2010 3:28 pm

Sanket


Administrator
Administrator
So did it work?

http://www.webartzforum.com

8 Re: Quick reply Background on Wed Jun 09, 2010 9:05 pm

Matti


Registered Member
Registered Member
No it doesn't work!

9 Re: Quick reply Background on Wed Jun 09, 2010 10:01 pm

Sanket


Administrator
Administrator
Okay, what code did you use? Moreover, whats your forum version?

http://www.webartzforum.com

10 Re: Quick reply Background on Wed Jun 09, 2010 11:17 pm

Matti


Registered Member
Registered Member


Code:
form#quick_reply #textarea_content textarea#text_editor_textarea {
background-image:url('http://i65.servimg.com/u/f65/14/65/54/10/thison11.png');
background-repeat: repeat;
background-position: top center;
}


11 Re: Quick reply Background on Thu Jun 10, 2010 8:31 am

Russel


WebArtz Moderator
WebArtz Moderator
Code:

#text_editor_textarea {
background : url(http://i65.servimg.com/u/f65/14/65/54/10/thison11.png);
background-attachment:scroll;
background-position:center center;
background-repeat:no-repeat;
}



Try it Smile


_________________





No Support Via PM
http://facebook.com/russelpuge

12 Re: Quick reply Background on Thu Jun 10, 2010 4:57 pm

Matti


Registered Member
Registered Member
It works perfect but I forget to say this can you also add background color => #95ADDB

13 Re: Quick reply Background on Fri Jun 11, 2010 6:03 am

Russel


WebArtz Moderator
WebArtz Moderator
Code:
#text_editor_textarea {
background : #95ADDB url(http://i65.servimg.com/u/f65/14/65/54/10/thison11.png);
background-attachment:scroll;
background-position:center center;
background-repeat:no-repeat;
}


_________________





No Support Via PM
http://facebook.com/russelpuge

14 Re: Quick reply Background on Fri Jun 11, 2010 6:12 am

Joel


Registered Member
Registered Member
Just asking, i need to do template editing for this?

http://www.advertisehotspot.info/

15 Re: Quick reply Background on Fri Jun 11, 2010 6:31 am

Russel


WebArtz Moderator
WebArtz Moderator
Nah. You just need to add this in your css stylesheet


_________________





No Support Via PM
http://facebook.com/russelpuge

16 Re: Quick reply Background on Fri Jun 11, 2010 6:54 am

Matti


Registered Member
Registered Member
Thank you very much Very Happy this can be locked now Very Happy

17 Re: Quick reply Background on Fri Jun 11, 2010 6:59 am

Russel


WebArtz Moderator
WebArtz Moderator
Solved & Locked


_________________





No Support Via PM
http://facebook.com/russelpuge

View previous topic View next topic Back to top  Message [Page 1 of 1]

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