Thread: Color pallette
View Single Post
  #4  
Old 15th June 2009, 15:57
LANDSER LANDSER is offline
Member
 
Join Date: May 2008
Posts: 9
Default
Quote:
Originally Posted by joeroberts View Post
we first off are you adding this to phpBB forum or to a tracker source?
if your adding this to a tracker source you need to define the java parts
Code:
bbfontstyle
helpline
and second you need to finnish filling in the info in
bbfontstyle like this

Code:
bbfontstyle('[color'=#40FFFF]', '[/color']');
and then it may work
Yes is for a tracker surce.
I use installer surce.(last version)
Please help me with this line of cod:
PHP Code:
<td bgcolor="#000000"><a href="#" onClick="bbfontstyle('[color=#000000]', '[/color]'); return false;" onMouseOver="helpline('s');" onMouseOut="helpline('tip');"><img src="pic/bbcode/spacer.gif" alt="#000000" title="#000000" height="6" width="7"></a></td

Last edited by LANDSER; 15th June 2009 at 19:36.
Reply With Quote