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

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]

1Quick reply Background Empty Quick reply Background Wed Jun 09, 2010 5:50 am

Matti

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

http://csshelp.forumotion.net/

2Quick reply Background Empty Re: Quick reply Background Wed Jun 09, 2010 6:17 am

iJerick

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;
}

3Quick reply Background Empty Re: Quick reply Background Wed Jun 09, 2010 2:30 pm

Matti

Matti
Registered Member
Registered Member
Nope not working Sad

http://csshelp.forumotion.net/

4Quick reply Background Empty Re: Quick reply Background Wed Jun 09, 2010 2:36 pm

Sanket

Sanket
Administrator
Administrator
asdfsadf.png

Did you change that with the image of the text?

http://www.webartzforum.com

5Quick reply Background Empty Re: Quick reply Background Wed Jun 09, 2010 4:43 pm

Matti

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

http://csshelp.forumotion.net/

6Quick reply Background Empty Re: Quick reply Background Wed Jun 09, 2010 4:47 pm

Matti

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''

http://csshelp.forumotion.net/

7Quick reply Background Empty Re: Quick reply Background Wed Jun 09, 2010 4:58 pm

Sanket

Sanket
Administrator
Administrator
So did it work?

http://www.webartzforum.com

8Quick reply Background Empty Re: Quick reply Background Wed Jun 09, 2010 10:35 pm

Matti

Matti
Registered Member
Registered Member
No it doesn't work!

http://csshelp.forumotion.net/

9Quick reply Background Empty Re: Quick reply Background Wed Jun 09, 2010 11:31 pm

Sanket

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

http://www.webartzforum.com

10Quick reply Background Empty Re: Quick reply Background Thu Jun 10, 2010 12:47 am

Matti

Matti
Registered Member
Registered Member
Quick reply Background Thison11

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;
}

Quick reply Background Fmphpb11

http://csshelp.forumotion.net/

11Quick reply Background Empty Re: Quick reply Background Thu Jun 10, 2010 10:01 am

Russel

Russel
Moderator
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

https://www.twitter.com/russeltubo

12Quick reply Background Empty Re: Quick reply Background Thu Jun 10, 2010 6:27 pm

Matti

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

http://csshelp.forumotion.net/

13Quick reply Background Empty Re: Quick reply Background Fri Jun 11, 2010 7:33 am

Russel

Russel
Moderator
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;
}

https://www.twitter.com/russeltubo

14Quick reply Background Empty Re: Quick reply Background Fri Jun 11, 2010 7:42 am

Joel

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

http://www.advertisehotspot.info/

15Quick reply Background Empty Re: Quick reply Background Fri Jun 11, 2010 8:01 am

Russel

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

https://www.twitter.com/russeltubo

16Quick reply Background Empty Re: Quick reply Background Fri Jun 11, 2010 8:24 am

Matti

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

http://csshelp.forumotion.net/

17Quick reply Background Empty Re: Quick reply Background Fri Jun 11, 2010 8:29 am

Russel

Russel
Moderator
Moderator
Solved & Locked

https://www.twitter.com/russeltubo

Sponsored content


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