could you please tell me how i can change the font size and color of the board.
thanks in advance
font size and color
Hello,
You can do that by editing file "style.css". Open it in a plain text editor (like Notepad or Wordpad) and just edit values for font size and color codes.
If you want to change font size from 12 points you would change this code:
font-size : 12px;
to for example 10 points:
font-size : 10px;
Color values are all the 6 char values starting with a #, for example:
#000000
#FFFFFF
#FFCC00
etc.
You can find color codes for different numbers here:
http://www.google.com/search?q=hex+color+codes
Remember, it's all trial and error, but you should get it working quite easily.
If you want to learn more about CSS (Cascading Style Sheets) see
http://www.google.com/search?q=CSS
Regards
[/code]
You can do that by editing file "style.css". Open it in a plain text editor (like Notepad or Wordpad) and just edit values for font size and color codes.
If you want to change font size from 12 points you would change this code:
font-size : 12px;
to for example 10 points:
font-size : 10px;
Color values are all the 6 char values starting with a #, for example:
#000000
#FFFFFF
#FFCC00
etc.
You can find color codes for different numbers here:
http://www.google.com/search?q=hex+color+codes
Remember, it's all trial and error, but you should get it working quite easily.
If you want to learn more about CSS (Cascading Style Sheets) see
http://www.google.com/search?q=CSS
Regards
[/code]
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools