Log in

View Full Version : where can I find?



alexdog1805
01-16-2009, 03:05 PM
I want to make a website with forum phpbb2 and I want to modify the style, but I don;t know the color codes for phpbb. I try with macromedia dreamweaver and copy the codes color from dreamweaver to phpbb2 but the code doesn't corespond with the color. Where cand I find color codes that corespond with phpbb2.

Twey
01-16-2009, 03:09 PM
As I recall, phpBB2 is no longer supported. You should upgrade to phpBB3.

The colours are just standard CSS colours: #RGB, #RRGGBB, rgb(RRR, GGG, BBB), or a colour name (red, orange, indigo).