You are viewing a post by Co_don SanAdH. View all 59149 posts in [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-.
[quote=marianaluvrenato]how can i change the font color of the add box header text??
this is my addbox code (tracker)
addBox("RIGHT","<a href=\"#\" onClick=\"show_hide('content_tracker'); return false\"><div>"+pageOwnerFName+"\'s Visitors</div></a>",TRACKER.div.innerHTML,"tracker",null);[/quote]
you can try this
[quote]addBox("RIGHT","<a href=\"#\" onClick=\"show_hide('content_tracker'); return false\"><div><font color='[b][color=#ff0000]#ff0000[/color][/b]'>"+pageOwnerFName+"\'s Visitors</font></div></a>",TRACKER.div.innerHTML,"tracker",null);[/quote]
[b][color=#ff0000]#ff0000[/color][/b] hex value
or you can try this
[quote]addBox("RIGHT","<a href=\"#\" onClick=\"show_hide('content_tracker'); return false\"><div><font color='[b][color=#ff0000]red[/color][/b]'>"+pageOwnerFName+"\'s Visitors</font></div></a>",TRACKER.div.innerHTML,"tracker",null);[/quote]
Last edited by Co_don SanAdH (2008-06-10 08:15:49)