Author |
Topic  |
|
eleven
Starting Member
Turkey
32 Posts |
Posted - 13 June 2001 : 03:13:17
|
Hi eveybody,
I have just tested the YABB forum. It has some good and interesting features. One of them is the rich "post buttons" (and functions of course).
For example: strike, glow, shadow, align right, align left, hr, table, tr, td, sup, sub, teletype and much more...
You can see an example pf posted mesage here: http://yabb.xnull.com/cgi-bin/community/YaBB.pl?board=test&action=display&num=992416500&start=0
Can we use these type of functions (buttons) with Snitz?
Thanks... |
|
dayve
Forum Moderator
    
USA
5820 Posts |
Posted - 17 June 2001 : 20:41:08
|
yeah, I heavily modified my inc_functions for sound and marquee and other bells and whistles. an example would be
fString = replace(fString, "<marquee>", "[m]", 1, -1, 1) fString = replace(fString, "</marquee>", "[/m]", 1, -1, 1)
fString = doCode(fString, "[m]", "[/m]", "<marquee>", "</marquee>")
this is quite easy to do and depends on how you wish to use it...
here are some examples:
marquee test
embed test (shockwave sound)
Dayve |
 |
|
eleven
Starting Member
Turkey
32 Posts |
Posted - 18 June 2001 : 09:53:23
|
Thanks Dayve,
...with the help of you, I've done it!
Everything works well!
In this way, is there anybody who knows to add "shadow" or "glow" effect to the text in an HTML document? (HTML, CSS or JS code?)
Thanks...
|
 |
|
dayve
Forum Moderator
    
USA
5820 Posts |
|
|
Topic  |
|
|
|