text area buttons
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
text area buttons

how to lower this buttons and remove vertical slash
url: pinoywebmaster.punbbforum.com
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
Re: text area buttons
Look for this in your CSS:
- Code:
#text_editor_controls {
margin: 10px 0px 0px 210px;
}

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: text area buttons
@SLGray wrote:Look for this in your CSS:Change the numbers until you are happy with it.
- Code:
#text_editor_controls {
margin: 10px 0px 0px 210px;
}
nothing happen
i guess this is not the code id
#text_editor_controls
my version is punbb
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
Re: text area buttons
That is the code for punBB.
Try this:
Try this:
- Code:
#text_editor_controls {
margin: 10px 0px 0px 210px !important;
}

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: text area buttons
@SLGray wrote:That is the code for punBB.
Try this:
- Code:
#text_editor_controls {
margin: 10px 0px 0px 210px !important;
}
i already try that adding important
i also try to change pixels but nothing happen
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
Re: text area buttons
This code will add a nice feature to it, don't know if this is what you want:
Will look something like this:

To remove those, I think it'll remove the only ones on the preview and whenever creating a thread or response, but not quick reply.
ACP >> Display >> Templates >> Posts & Private Messages >> Posting_body >>

- Code:
.pun .frm .frm-buttons input {
font-size: 1em;
line-height: 1.2;
margin-right: 1em;
overflow: visible;
padding: 1px .5em 2px;
vertical-align: middle;
border: 1px solid gainsboro;
border-radius: 2px;
color: #666;
background: whitesmoke;
box-shadow: 0px 1px 0px gainsboro;
text-shadow: 0px 1px 0px white;
font-weight: bold;
font-family: Arial;
}
Will look something like this:

To remove those, I think it'll remove the only ones on the preview and whenever creating a thread or response, but not quick reply.
ACP >> Display >> Templates >> Posts & Private Messages >> Posting_body >>

- Code:
{PATH_IMG_FA}wysiwyg/separator.png



Attention!
- Please provide your forum URL at all times.
- When the issue is solved, please y it as solved.
Sir Chivas™- Support Moderator
-
Posts : 6810
Reputation : 433
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: text area buttons
@Sir Chivas™
its not that, its the editor control mark by red box

its not that, its the editor control mark by red box

zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
Re: text area buttons
I don't see it like that? What browser are you using?
http://awesomescreenshot.com/05216842ac
Ignore the CSS, use the rest of the post to guide you on how to remove those vertical dash lashes.
http://awesomescreenshot.com/05216842ac
Ignore the CSS, use the rest of the post to guide you on how to remove those vertical dash lashes.


Attention!
- Please provide your forum URL at all times.
- When the issue is solved, please y it as solved.
Sir Chivas™- Support Moderator
-
Posts : 6810
Reputation : 433
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: text area buttons
Give this a try:
Go to ACP > Display > Templates > General > viewtopic_body
. (Add this at the very bottom of the viewtopic_body)
Just play with the value, 200, until you get contented.
Go to ACP > Display > Templates > General > viewtopic_body

- Code:
<style>
img[src="http://illiweb.com/fa/wysiwyg/separator.png"] {
display: none;
}
#text_editor_controls {
position: absolute !important;
margin: 0 !important;
margin-left: 200px;
}
</style>
Just play with the value, 200, until you get contented.
Re: text area buttons
its work but did not remove the vertical slash

how about the new topic, how to stretch the text field and will not affect to quick reply


how about the new topic, how to stretch the text field and will not affect to quick reply

zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
Re: text area buttons
1. Then try to add this to your CSS:
2. For the reply in full mode, try this:
- Go to ACP > Display > Templates > Post and Private Message > posting_body
.
Add this at the very bottom part:
Just play with the value, 300.
- Code:
img[src="http://illiweb.com/fa/wysiwyg/separator.png"] {
display: none;
}
2. For the reply in full mode, try this:
- Go to ACP > Display > Templates > Post and Private Message > posting_body

Add this at the very bottom part:
- Code:
#textarea_content dd.frm-textarea iframe#text_editor_iframe, dd.frm-textarea #text_editor_textarea {
width: 300px !important;
}
Just play with the value, 300.
Re: text area buttons
- Code:
#textarea_content dd.frm-textarea iframe#text_editor_iframe, dd.frm-textarea #text_editor_textarea {
width: 300px !important;
}

zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
Re: text area buttons
I'm sorry, use this one:
- Code:
<style>
#textarea_content dd.frm-textarea iframe#text_editor_iframe, dd.frm-textarea #text_editor_textarea {
width: 300px !important;
}
</style>
Re: text area buttons
its worked! thanks bro

its solve now,.

its solve now,.
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
Re: text area buttons
Hello, You can let us know if your problem/issue is solved by editing your topic using the edit button ![]() ![]() ![]() Thank you ![]() |
Topic Solved & Locked |
Jophy- ForumGuru
-
Posts : 17924
Reputation : 835
Language : English
Location : Somewhere
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum