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.

Not sure what to do, but it's in the Post and Topics where you edit them at.

5 posters

Go down

Solved Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by !_NICK_! April 16th 2011, 6:30 am

Here is a picture. Not sure what to do, but it's in the Post and Topics where you edit them at. HELPHELP How do I get that to look like the other colors?


Last edited by ! NICK ! on April 17th 2011, 9:43 pm; edited 1 time in total
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by Sir Pradyuman April 16th 2011, 6:32 am

Well as far as i know,it depends on which Theme u are using,you might get one like this on hitskin.
Sir Pradyuman
Sir Pradyuman
Forumember

Male Posts : 158
Reputation : 3
Language : English,Mandarin,Spanish
Location : Shanghai,China

http://theadminsplace.forumotion.com/

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by !_NICK_! April 16th 2011, 6:34 am

I did get it on hitskin.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by SLGray April 16th 2011, 8:56 am

Administration Panel>>Display>>Pictures & Colors>>Colors

Look for the Background Colors section.


Not sure what to do, but it's in the Post and Topics where you edit them at. Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by Base April 16th 2011, 10:55 am

Hi, for the text area, please add this to your CSS code:

Code:
#text_editor_iframe, input.post, select, textarea.inputbox, textarea.post {
    background-color: #FFFFFF;
}

The smilies panel looks fine for me, but the drop down box is black. To fix that, please add this to your CSS code:

Code:
input, select, textarea {
    border-width: 1px;
    background-color: #FFFFFF;
}
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by !_NICK_! April 16th 2011, 7:25 pm

Thanks for that base, but the place where you type is still black, but where the smileys are is the way they are suppose to be.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by Base April 16th 2011, 7:28 pm

Oh, I only provided you with the CSS code for the non-WYSIWYG mode! Razz

Here is the last piece of code that you need to add:

Code:
.wysiwyg {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #FFFFFF;
    font: 10pt verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by !_NICK_! April 16th 2011, 8:13 pm

Umm.........That don't work. Confused
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by Base April 16th 2011, 8:16 pm

Apologies, it's this code:

Code:
.wysiwyg {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font: 10pt verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}

Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by !_NICK_! April 16th 2011, 8:21 pm

I'm sorry, but that don't work either.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by Base April 16th 2011, 8:24 pm

It's working for me. scratch

Here's what I see:

Not sure what to do, but it's in the Post and Topics where you edit them at. Whitetextfield

I'm using Firefox, so may be it doesn't work on IE.
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by !_NICK_! April 16th 2011, 8:30 pm

Oh, well are you using the new thread button or quote button becaue im using the quote button.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by Base April 17th 2011, 10:54 am

I'm using the new topic button, but what difference would that make?
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by !_NICK_! April 17th 2011, 9:42 pm

None. I have moved to Firefox though. Thanks for the advise for doing that. I think we can close this thread now.

Solved!
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Solved Re: Not sure what to do, but it's in the Post and Topics where you edit them at.

Post by Jophy April 18th 2011, 4:03 am

Not sure what to do, but it's in the Post and Topics where you edit them at. Solved10Since this thread has been marked as 'Solved', I will now lock this thread.

~ Joph25

Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top


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