Quick reply/Reply box code
Page 1 of 1 • Share •
Quick reply/Reply box code
I recently found a code on how to add it but it isn't working when I add it to my CSS stylesheet.
this was the code given, just wondering what's wrong with it.
- Code:
/* Input------------------------------------------------------*/
.inputbox {
background-image: url('http://i49.photobucket.com/albums/f264/Football-88/quickreply.png');
}
The box is 550x200px. Do I have to lower the dimensions or what..
Solved that ^^ with this code:
- Code:
input,textarea, select {
color : #ededed;
font: normal 11px Verdana,Arial,Helvetica,sans-serif;
border-color : #ededed;
background-image: url('http://i49.photobucket.com/albums/f264/Football-88/quickreply.png');
}
New problem:
When I hit "Quote" or something like that to bring up the actual reply box, not the quick reply, it looks like this:

Is there any way I can make them separate images? An extra code perhaps?
Any help?
Last edited by HavocPkz on November 5th 2009, 11:38 am; edited 3 times in total (Reason for editing : Partially solved.)
Re: Quick reply/Reply box code
i think all you have to do is removethe photobucket link.
you mean you dont want the image in there right.
try that and se if it works for you.
where is this box supposed to appear at?
i put the code into try to test it but i dont see it anywhere on my forum.
hahaha oh ok i see. um all that dose for me is put an image in the quick reply or subject board.. so ok thats a cool code for that. but if you remove image link then now you wont see the image, but it's the same it would show without the code there anyway?
so I'm confused unless you have it appearing somewhere else on your forum..
Another words with the image link in there then you can see the image.
but if you take the image out of the equation. then it's the same way it would be with out the code.
am i missing something? to me the only significance to have this code is that you can add an image to your subject box or quick reply.and thats actually cool.but without the image then it's just a normal box like all forums.
you mean you dont want the image in there right.
- Code:
input,textarea, select {
color : #ededed;
font: normal 11px Verdana,Arial,Helvetica,sans-serif;
border-color : #ededed;
background-image: url(' ');
}
try that and se if it works for you.
where is this box supposed to appear at?
i put the code into try to test it but i dont see it anywhere on my forum.
hahaha oh ok i see. um all that dose for me is put an image in the quick reply or subject board.. so ok thats a cool code for that. but if you remove image link then now you wont see the image, but it's the same it would show without the code there anyway?
so I'm confused unless you have it appearing somewhere else on your forum..
Another words with the image link in there then you can see the image.
but if you take the image out of the equation. then it's the same way it would be with out the code.
am i missing something? to me the only significance to have this code is that you can add an image to your subject box or quick reply.and thats actually cool.but without the image then it's just a normal box like all forums.

Re: Quick reply/Reply box code
Nah kirk, he means he doesn't want the image to repeat.
HavocPkz, you are in need of this code:
Place that under
Note: center can be replaced with top left, top right, bottom left, bottom right
HavocPkz, you are in need of this code:
- Code:
background-repeat:no-repeat;
background-position:center;
Place that under
- Spoiler:
Note: center can be replaced with top left, top right, bottom left, bottom right
Re: Quick reply/Reply box code
i think what he is trying to do is have the image only in the quick reply and not in the full reply box, this is what i'd like to do anyway.
Re: Quick reply/Reply box code
dotDavid wrote:Nah kirk, he means he doesn't want the image to repeat.
HavocPkz, you are in need of this code:
- Code:
background-repeat:no-repeat;
background-position:center;
Place that under
- Spoiler:
Note: center can be replaced with top left, top right, bottom left, bottom right
oh ok thanx dotdavid. i just got a Lil confused with that one.
Re: Quick reply/Reply box code
Laughing Assassin wrote:i think what he is trying to do is have the image only in the quick reply and not in the full reply box, this is what i'd like to do anyway.
^ Exactly right.
I don't want it to show up anywhere else but in the quick reply box.
But it shows up in all of the text fields on my forums.
Re: Quick reply/Reply box code
Hello!
I got a fix for this
Use this code for quick reply style. It won't affect the 'post reply' page
I got a fix for this
Use this code for quick reply style. It won't affect the 'post reply' page
- Code:
#quick_reply textarea.post {
color : #ededed;
font: normal 11px Verdana,Arial,Helvetica,sans-serif;
border-color : #ededed;
background-image: url('http://i49.photobucket.com/albums/f264/Football-88/quickreply.png');
}

ankillien- Support Moderator

- Posts: 2428
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13
Re: Quick reply/Reply box code
ankillien wrote:Hello!
I got a fix for this
Use this code for quick reply style. It won't affect the 'post reply' page
- Code:
#quick_reply textarea.post {
color : #ededed;
font: normal 11px Verdana,Arial,Helvetica,sans-serif;
border-color : #ededed;
background-image: url('http://i49.photobucket.com/albums/f264/Football-88/quickreply.png');
}
So this replaces the previous code?
If so, thank you so much for the fix!
--EDIT--
Eh.. That didn't work. No image comes up over that code:

--EDIT 2--
Actually, I tried putting the other code back in and nothing shows up now. o.O
Even if I click "Add Reply" it only shows a sliver of it:

Re: Quick reply/Reply box code
You need to remove the previous code that you were using.
Put this code in place of that.
Put this code in place of that.

ankillien- Support Moderator

- Posts: 2428
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13
Re: Quick reply/Reply box code
i'll let the pic do the talking

EDIT: just seen possible problem, i noticed on your pic that you had
selected this totally changes the chatbox, try putting in code and change the box edit mode.

EDIT: just seen possible problem, i noticed on your pic that you had
selected this totally changes the chatbox, try putting in code and change the box edit mode.
Re: Quick reply/Reply box code
Nice to know it works for you 
I don't think the A/A button can changes the CSS classes, so it cannot be the problem. I doubt if HavocPkz has completely removed the previous code or some part remains there
I don't think the A/A button can changes the CSS classes, so it cannot be the problem. I doubt if HavocPkz has completely removed the previous code or some part remains there


ankillien- Support Moderator

- Posts: 2428
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13
Re: Quick reply/Reply box code
just to show what i mean,
before selecting

after selecting

so worth checking.
before selecting


after selecting


so worth checking.
Re: Quick reply/Reply box code
hmmm...that makes sense. It happens because after clicking A/A button tries to preview the post which does not have any background so it removes the images we added via CSS.

ankillien- Support Moderator

- Posts: 2428
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13
Re: Quick reply/Reply box code
Laughing Assasin wrote:EDIT: just seen possible problem, i noticed on your pic that you hadselected this totally changes the chatbox, try putting in code and change the box edit mode.
Yupp.. That was it. Sorry for such confusion guys, this is now solved.
(unless you can tell me what the edit would be for the "Add Reply" reply box. Just to add an extra image.
But anyways, thank you so much for your help!
Re: Quick reply/Reply box code
For add reply box...
Glad we could help you
- Code:
#text_editor_textarea {
background : url(IMAGE URL HERE);
}
Glad we could help you

ankillien- Support Moderator

- Posts: 2428
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13

ankillien- Support Moderator

- Posts: 2428
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13
Permissions of this forum:
You cannot reply to topics in this forum
Home




by HavocPkz on November 2nd 2009, 11:23 pm








» OrangE RankS
» No Avatar
» Install "Outbrain" on portal
» Shiny white button & ranks
» Nav help
» Orange ranks
» arcade tutorial
» Resident Evil Series