View Full Version : glowing font??!!!
SpongeBobby
08-18-2002, 03:13 PM
Is there anyway to make my font have a glowing aspect to it? I have seen it on message boards and just wondering if that is a doable thing...If so, can u point me to more lil 'look better' stuff..
Thanks
redhead
08-18-2002, 03:35 PM
try this:
<div style="filter: glow(color=#ff0000, strength=10)">I'm Glowing!</div>
:thumbsup:
SpongeBobby
08-18-2002, 03:45 PM
i have never used <div> tags...how exactly do i use them??
Thanks
boxer_1
08-18-2002, 03:49 PM
Here's another example / method:
<html>
<head>
<title>Example</title>
</head>
<body>
<table style="width:100%;filter:progid:DXImageTransform.Microsoft.shadow (color='red',Direction=+135,Strength='30');">
<tr>
<td>
<span style="color:gray;font-size:32px">Glowing text...</span>
</td>
</tr>
</table>
</body>
</html>
I made it a complete so you can copy/paste/preview to see the result.
redhead
08-18-2002, 03:55 PM
Originally posted by SpongeBobby
i have never used <div> tags...
nothing to worry about. if you dont want to use them you could put the style="filter: glow(color=#ff0000, strength=10)" bit into <span>,<font>,<b> (although it'll be bold as well),<i> (although it'll be italic), etc etc...
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.