PDA

View Full Version : blinking


s-p0k
10-05-2009, 02:45 AM
ok i got the group i wanted to blink now i need to put the color in..can someone help me on this one

ChopSuey
10-05-2009, 03:01 AM
What color are you wanting to use?

s-p0k
10-05-2009, 03:08 AM
What color are you wanting to use?

well any color just want to get it right

ChopSuey
10-05-2009, 03:13 AM
Some HTML tags you might want to use here include:

<span style="font-weight: bold;">username</span>
<span style="font-style: italic;">username</span>
<span style="text-decoration: underline;">username</span>
<span style="color: red;">username</span>
<span style="font: 20px verdana;">username</span>

You can also do combinations by using more than one attribute in the style property:

<span style="font: 20px verdana; color: red;">username</span>

s-p0k
10-05-2009, 03:17 AM
Some HTML tags you might want to use here include:

<span style="font-weight: bold;">username</span>
<span style="font-style: italic;">username</span>
<span style="text-decoration: underline;">username</span>
<span style="color: red;">username</span>
<span style="font: 20px verdana;">username</span>

You can also do combinations by using more than one attribute in the style property:

<span style="font: 20px verdana; color: red;">username</span>

ok ty so this will just go in the Username HTML Markup ?

ChopSuey
10-05-2009, 03:33 AM
Example: <span style="color: red;"> That would go in the first box
now for the second box put this in</span>

s-p0k
10-06-2009, 05:52 AM
Example: <span style="color: red;"> That would go in the first box
now for the second box put this in</span>

ty but i want it to blink with the color

i justhave this in the frist box~~> <blink> and this one in the other box~> </blink>

and the group blink in just white..

anyone know the code for this

ChopSuey
10-06-2009, 05:58 AM
You add the color in the first box before the blink code. Then in second box, add the closing span before closing blink.;)

s-p0k
10-06-2009, 06:01 AM
You add the color in the first box before the blink code. Then in second box, add the closing span before closing blink.;)

ok ty works

ChopSuey
10-06-2009, 06:08 AM
No problem man, glad to help :)