STOP ! :This following tutorial can be achived by a code generating software called Code-it !
Click here to learn more...
Glowing Text
<span style="width: 100%; font-size: 24px; font-family: Arial Black; color: blue; Filter: Glow(Color=#00FF00, Strength=6)">Glowing Text</span>
- You can mess with the Values in the code :Like the Font family , Colour , The colour of the Filter & the strength of the filter.
For e.g.
<span style="width: 100%; font-size: 24px; font-family: Tahoma; color: green; Filter: Glow(Color=#00FF00, Strength=8)">Gautam</span>
- All the Coloured things in the code above can be changed. They are pretty self explanatory , except for Color=#00FF00 . This is the colour of the Effect. Click here to see a Colour Chart. the Modified code gives the Effect Below.
d3vmax
The codes for other Effects :
Motion Blur
<span style="width: 100%; font-size: 24px; font-family: Arial Black; color: red; Filter: Shadow(Color=#0000FF, Direction=225)">Motion Blur</span>
Warped
<span style="width: 100%; font-size: 24px; font-family: Arial Black; color: orange; Filter: Wave(Add=0, Freq=2, LightStrength=20, Phase=10, Strength=5)">Warped</span>
Flipped
<span style="width: 100%; font-size: 24px; font-family: Arial Black; color: purple; Filter: FlipV">Flipped</span>
Dropshadow
<span style="width: 100%; font-size: 24px; font-family: Arial Black; color: blue; Filter: DropShadow(Color=#FF0000, OffX=2, OffY=2, Positive=1)">Dropshadow</span>
Shadow
<span style="width: 100%; font-size: 24px; font-family: Arial Black; color: yellow; Filter: Blur(Add = 1, Direction = 225, Strength = 10)">Shadow</span>
Alpha
<span style="width: 100%; font-size: 24px; font-family: Arial Black; color: green; Filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=580, FinishY=0)">Alpha</span>
Flip Horizontal
<span style="width: 100%; font-size: 24px; font-family: Arial Black; color: purple; Filter: FlipH">Flip Horizontal</span>
Mask
<span style="width: 100%; font-size: 24px; font-family: Arial Black; color: green; Filter: Mask(Color=#00FF00)">Mask</span>
- Modify any of the codes above as instructed above. Remember. Replace the red part of the code with you own Text.
- Then Click on
- Paste the code that you modified into you blog entry.
- Click on
again. preview your entry.
- Publish your blog entry.





