Hello, could someone help me?

liunx

Guest
Hello. First let me introduce myself. I am a newbie to this message forum, and somewhat of a newbie to HTML. I'm studing DHTML ans stylesheets, just to have the knowledge.<br />
<br />
Now, here is my problem, I am designing a personal page on a website. I would like to spruce up the body of my text, make it glow or (personal favorite,) set it on fire. I don't know how to do this and I was hoping you could help.<br />
If you would like to see the page, it is <br />
<!-- m --><a class="postlink" href="http://members.Blackplanet.com/Ayngel_Eyez2003/">http://members.Blackplanet.com/Ayngel_Eyez2003/</a><!-- m --><br />
<br />
thanks in advance!<!--content-->hmmmmm..... as far as i know u can only do text effects in Photoshop. do check out some useful scripts at Hotscripts.com or Dynamicdrive.com for the effect u like for ur body. :)<!--content-->Thanks. I tried dynamic drive, but I don't know if i know enough about Dhtml for it to work right. no harm in looking again tho, thanks!<!--content--><<--Flaming Text-->> (<!-- m --><a class="postlink" href="http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&q=flaming+text">http://www.google.com/search?hl=en&lr=& ... aming+text</a><!-- m -->) <br />
<br />
There are some ideas you can work with.<br />
<br />
Welcome to the Forum :rocker:<!--content-->You could try the MS IE proprietary filters as described at <!-- m --><a class="postlink" href="http://www.draac.com/wildiefilters.html">http://www.draac.com/wildiefilters.html</a><!-- m --> and elsewhere. They don't work in Netscape.<br />
Or you could do interesting things with CSS positioning, like:<br />
<br />
<html><br />
<head><br />
<title>Glowing CSS Text</title><br />
<style><br />
<!--<br />
.title1 { <br />
position: absolute; <br />
top: 8px; <br />
left: 8px;<br />
color: #ff0000; <br />
font-family:comic sans ms; <br />
font-size: 40pt; <br />
}<br />
.title2 { <br />
position: absolute; <br />
top: 10px; <br />
left: 10px; <br />
color: #ff0000; <br />
font-family:comic sans ms; <br />
font-size: 40pt; <br />
}<br />
.title3 {<br />
position: absolute; <br />
top: 9px; left: 9px; <br />
color: #ffff00; <br />
font-family:comic sans ms; <br />
font-size: 40pt; <br />
}<br />
--><br />
</style><br />
</head><br />
<body><br />
<br />
<span class="title1">Flaming kind of text</span><br />
<span class="title2">Flaming kind of text</span><br />
<span class="title3">Flaming kind of text</span><br />
<br />
</body><br />
</html><!--content-->Yeh like KWJAMS said about flaming text is a good place for learning who want animated banners etc,, i checked out your page and a few pic don't work, as well when i scrolled over ur flaming pic, in the alt tag you have advertisment for flaming text as well as under it, just thought i would let u know that it will still work if you change or take them out :P hehe<!--content-->
 
Back
Top