.gif)
Last edited by soulmirk17 (2008-06-22 20:45:24)
it works but how to change the clor of the fonts..
Last edited by lordheinz (2008-07-31 02:19:05)


[quote]var dk09 = "<font color=\"[b]hex color[/b]\"><B id=\"jump\">[b]Your Message Here[/b]</B></font>";
document.getElementById('cpShoutoutBox').style.height='100%';
document.getElementById('cpShoutoutBox').style.overflowY='hidden';
document.getElementById('cpShoutoutBox').innerHTML = "<table width='100%'><tr><td align='center'>"+dk09+"</td></tr></table>";[/quote]
change the [b]hex color[/b] with hexadecimal color code
example: hex color code for [b]black[/b] = [b]#000000[/b]
that's all
Last edited by stupid colonel (2008-11-17 15:10:09)