If you are seeing this message, it is possible the page did not load properly. Please hit reload/refresh on your browser.
If you still see this message, you probably do not have a browser that supports
web standards, although its content is accessible to any browser or Internet device.
Posted: 10/25/01 2:51 pm Using filters in posts, usertitles and forum names
Filters are IE only codes that you can use to create certain effects on text using css.
These filters are as follows:
Glowing Text
Motion Blur
Warped
Flip Vertical
Dropshadow
Shadow
Alpha
Flip Horizontal
Mask
Using these filters in different areas on your board is described in the following posts. These filters can be combined with various other css values, such as typeface colours and sizes.
You should also experiment with different widths.
Edited by: atlass at: 3/18/03 3:57:37 pm
Posted: 10/25/01 2:52 pm posts
Using the following codes, you can insert glowing text and other filters into your posts, or html. These should be experimented with until you're happy with them, since there are so many variables that can be used. Try changing the font family, size, colours and numbered variables. The codes are shown as examples below.
Posted: 10/25/01 2:59 pm Forum Names
You need to do this in a totally different way to user titles, because the Forum names fall within <a> tags. Doing it this way will also allow you to make a change when the user mouses over the link - you could change the colour of the glow, or the colour of the text, etc.
Put the following code in the first box in your custom html section (refer to the posts above for using filters other than glowing text)
Posted: 3/18/03 4:44 pm User titles
usertitles are best left as plain text where possible, so if you can do all the stying in your stylesheet, then good.
To change all your usertitles to the same look, put the following code in the first box in advanced:
<style>.usertitle { CHOOSE STYLE FROM BELOW }</style>
Glowing Text .usertitle { Filter: Glow(Color=#00FF00, Strength=2); width: 100%; }
If you want to have a different look for certain user levels, then give those titles a unique class - put
<span class=moderator>usertitle</span>
in the user level on the manage membership levels edit page. (You can call the class anything you like, I just used moderator as an example.) Then in your stylesheet define the class as follows: