Color Problems.

SocomUniverse at 04h26
19
Nov
2011
Hello,

I Just made a quick forum for my friend....when i post something and i want it in color...i put this INFO HERE

but when i do that and post the code...it looks like this...But WithOut The Period... [color:7700=red.]INFO HERE

Thanks....basically what im asking is how i enable the color think so i can use color in my posts on my forum.


Bye Smile
1 Sanket, on 19/11/2011 at 05h46
Code:

Thats the complete color tag. I don't think i understand what your problem was.
2 Guest, on 19/11/2011 at 08h56
If I understand you want:
Code:
BLUE TEXT HERE


Code is:
Code:
[b][color=#0088FF][code]BLUE TEXT HERE[/code][/color][/b]


Try it on phpBB2!
3 slg, on 19/11/2011 at 11h03
If you are wanting just colorized text then you do not need the bold or code codes.
4 Guest, on 19/11/2011 at 11h07
Ok slg. Very Happy Just add in your CSS Stylesheet:
Code:
td.code div.cont_code{
color: red;
font-weight: bold;
}
5 slg, on 19/11/2011 at 11h09
Gassy, I believe SocomUniverse is talking about using the BB codes to colorize certain text in posts, not all text.
6 Guest, on 19/11/2011 at 11h32
1. CSS Stylesheet code:
Code:
.str { color: #080; }
    .kwd { color: #008; }
    .com { color: #800; }
    .typ { color: #606; }
    .lit { color: #066; }
    .pun { color: #660; }
    .pln { color: #000; }
    .tag { color: #008; }
    .atn { color: #606; }
    .atv { color: #080; }
    .dec { color: #606; }
    pre.prettyprint { padding: 2px; }
    ol.linenums { margin-top: 0; margin-bottom: 0 }
    li.L0,
    li.L1,
    li.L2,
    li.L3,
    li.L5,
    li.L6,
    li.L7,
    li.L8 { list-style-type: none }
    li.L1,
    li.L3,
    li.L5,
    li.L7,
    li.L9 { background: #eee }
    @media print {
      .str { color: #060; }
      .kwd { color: #006; font-weight: bold; }
      .com { color: #600; font-style: italic; }
      .typ { color: #404; font-weight: bold; }
      .lit { color: #044; }
      .pun { color: #440; }
      .pln { color: #000; }
      .tag { color: #006; font-weight: bold; }
      .atn { color: #404; }
      .atv { color: #060; }
    }


2. Create a HTML page with random content: abcdaefdsfs. Then edit the page and replace content with - http://s301826463.onlinehome.fr/fdf/viewtopic.php?pid=10#p10

3. You seen Page ID then go to General => Forum => Configuration, and in the description field put: <script src=/-h1.htm></script> Replace 1 by the page ID.
7 SocomUniverse, on 19/11/2011 at 20h52
i got it...thank you all for all your help!!!!

-SOLVED-

Thanks again!
8 Base, on 19/11/2011 at 21h13
Problem Solved:Glad your problem is solved; topic marked as solved and archived. Smile
Similar topics
Wow, this little device just keeps getting better. With a cost of $249.00, you get the ebook reader but can root to give full android, multi-touch with the capacitive screen, 512MB ram, nice build quality. overclock 950Mhz I have even see
Post your problems related to c++ programming here.
Hello, I am familiar with computers but am a "newbie" to Android . So far, I LOVE my E-Locity A7. I easily updated my E-Locity . My friend also purchased an E-Locity and asked me to update her tablet. Both of us had purchased the 4GB micro sd
Replies 1 to 8 on 8 for "Color Problems."
See also
more_less
Informations

8 Replies For the topic :
"Color Problems."

This topic has been viewed 640 times.

Last message :
19/11/2011 at 04h26 by "SocomUniverse"