Izzy ♥ Posted February 20, 2007 Posted February 20, 2007 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?
Eric Posted February 20, 2007 Posted February 20, 2007 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>
Izzy ♥ Posted February 20, 2007 Author Posted February 20, 2007 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...
webpixie Posted February 20, 2007 Posted February 20, 2007 <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
Izzy ♥ Posted February 20, 2007 Author Posted February 20, 2007 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...))
webpixie Posted February 20, 2007 Posted February 20, 2007 your welcome, oddly i like hunting down codeing..
Eric Posted February 20, 2007 Posted February 20, 2007 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.
Recommended Posts