| Author |
Message / Information |
PhantasyHero

Quote | Reply |
| Titles... posted on: 11/30/2003 5:42:57 PM How can I get a title for a society to look, well, like special, I've seen people on there societies with special text, and moving text with there society title in it. |
Kwama King

Quote | Reply |
This message was updated on 11/30/2003 7:09:43 PM by Kwama King
|
Titles...
replied on: 11/30/2003 7:08:33 PM
there is many ways..
for moving text, use the marquee tag,
<marquee>put ur text here</marquee>
there are lots of attributes taht go into that tag.
for glowing text, there is also a few ways..
i think the easiest would be this, but remember, it doesnt work in anything but IE..
<font style="filter:glow(color=#000000, strength=3); height=5px">PUT YOUR TEXT HERE</font>
a harder way and less convinient: just put this in the <head></head> part of the forum that you want the font to be glowing.. for the titles..
<style type="text/css"> <!-- #glowtext { font: filter(color=#000000, strength=3); height: 5px; } --> </style>
and in the title page, put this
<span id="glowtext">Put ur text here</span>
a way to get it to move and glow would be to do this..
<font style="filter:glow(color=#000000, strength=3); height=5px"><marquee>PUT YOUR TEXT HERE</marquee></font>
hope that helps.
|
PhantasyHero

Quote | Reply |
|
Titles...
replied on: 11/30/2003 7:25:18 PM
Thanks a million, that helps out a ton.
|
Kwama King

Quote | Reply |
|
Titles...
replied on: 11/30/2003 7:26:34 PM
n/p
|
PhantasyHero

Quote | Reply |
|
Titles...
replied on: 11/30/2003 7:34:09 PM
There is just one more thing that I'm curious about, how do you get the stationary glowing underscore, and the stationary glowing overscore?
|
Kwama King

Quote | Reply |
|
Titles...
replied on: 11/30/2003 7:39:31 PM
oh, haha, you saw my forum did you not?
well its pretty simple also..
<font style="filter:glow(color=#FF0000 strength=4); height=5px"><hr width="100%" color="#CC0000" size="3"><marquee>put your text here</marquee><hr width="100%" color="#CC0000" size="3"></font>
just use horizontal rules..
|
PhantasyHero

Quote | Reply |
|
Titles...
replied on: 11/30/2003 7:41:35 PM
Once again, thank you, you are such a huge help.
|
Kwama King

Quote | Reply |
|
Titles...
replied on: 11/30/2003 7:43:10 PM
once again, n/p
|