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.

Code Box Display

2 posters

Go down

Completed Code Box Display

Post by ANGrey January 16th 2013, 2:11 am

Hi,

Code:
How do I get my codebox to display like this?

I'm using phpBB2 as my version.


Last edited by Darkibara on January 16th 2013, 5:22 pm; edited 1 time in total
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Completed Re: Code Box Display

Post by SLGray January 16th 2013, 2:30 am

Do you want the Select Content clickable text?


Code Box Display 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Completed Re: Code Box Display

Post by ANGrey January 16th 2013, 2:38 am

Not exactly, I have that. I want the codebox on my forum to be white like it is on the support forum, but I can't find anything on how to do that.
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Completed Re: Code Box Display

Post by SLGray January 16th 2013, 2:57 am

Add this to your CSS:
Code:
dl.codebox {
    background-color: white;
}


Code Box Display 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Completed Re: Code Box Display

Post by ANGrey January 16th 2013, 3:07 am

It didn't work...
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Completed Re: Code Box Display

Post by SLGray January 16th 2013, 3:10 am

Try this:
Code:
 dl.codebox {
        background-color: white !important;
    }


Code Box Display 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Completed Re: Code Box Display

Post by ANGrey January 16th 2013, 3:11 am

Still didn't work.
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Completed Re: Code Box Display

Post by SLGray January 16th 2013, 3:13 am

Try adding it to the top of the CSS. Do you have the yes box checked for optimize CSS? If you do, check the no box.

Or try this:
Code:
dl.codebox {
    background-color: rgb(255, 255, 255);
}


Code Box Display 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Completed Re: Code Box Display

Post by ANGrey January 16th 2013, 3:25 am

Still a no-go.
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Completed Re: Code Box Display

Post by SLGray January 16th 2013, 3:35 am

I have sent you a private message.


Code Box Display 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Completed Re: Code Box Display

Post by SLGray January 16th 2013, 3:38 am

Oh. I was looking at the profile (phpBB 3).


Code Box Display 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Back to top

- Similar topics

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