Jump to content

Recommended Posts

Posted

Does anyone know the HTML code for making text glow? I tried using this:

<font style="filter:glow(color=white,strength=2)">

It didn't work, though. Any suggestions?

Posted

I'm not exactly sure you can make text glow. =/

 

This is for making pictures glow. I'm not sure if it works with text, though.

 

<style>
body, td, p, div { filter: glow(color=#00FF00, strength=3); }
</style>

Posted

Thanks, Eric, but I tried that and it doesn't work. I'm pretty sure there's a way to do it though because I've seen it done...

Posted

<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: glow(color=#00ff00, strength=10)">text here</span>

 

code via lisa explains it all

Posted

Excellent! It works ;) Thanks, webpixie.

 

Can a mod close this now, please?

 

((BTW - might I suggest a pinned topic, similar to Mikey's battledome advice topic, where everyone can ask short questions like this? Then we won't all have to start new topics...))

Posted

your welcome, oddly i like hunting down codeing..

Posted

We'd really prefer it if you created separate topics for each query. :)

 

This topic has been edited by a member of staff (Eric).

The original topic had been answered.

Please check your user inbox to see if you have been contacted regarding this topic.

Per the reason above, this topic has been LOCKED. Please contact Eric if you have any questions regarding this action.

Guest
This topic is now closed to further replies.
×
×
  • Create New...