Author Topic: Glow, Shadow  (Read 5943 times)

0 Members and 1 Guest are viewing this topic.

Offline Midnite

  • Exec Moderator /
  • Administrator
  • SENIOR ASCENDANT
  • *****
  • Posts: 10715
  • Karma: +717/-4882
  • Gender: Female
    • View Profile
Glow, Shadow
« on: July 01, 2003, 06:47:03 PM »
I'm playing around with the codes for shadow and glow, but will let the codes display to hopefully help someone else learn to use these features...


SHADOW

Code: [Select]
[shadow=lime green,2,4]TEST[/shadow][shadow=lime green,2,4]TEST[/shadow]
this is how the Help file says to do it [shadow=color,glow width,#characters wide], but I think it looks darn ugly and not at all like the demonstration shown there


Code: [Select]
[shadow=purple,left]TEST[/shadow]TEST


Code: [Select]
[shadow=red,right]TEST[/shadow]TEST


Code: [Select]
[shadow=yellow, left]TEST[/shadow][shadow=yellow, left]TEST[/shadow]
to space or not to space after the commas?-- apparently it doesn't matter


GLOW

Code: [Select]
[glow=color,glow width,#characters wide]text goes here[/glow]also in Help file under Posting, YABBC


Code: [Select]
[glow=red,2,4]TEST[/glow]TEST


Code: [Select]
[size=5][glow=red,2,4]TEST[/glow][/size]TEST
size tags don't work on the outside of glow tags (which proves that size matters only if you know where to put it, heh)


Code: [Select]
[glow=red,2,4][size=5]TEST[/size][/glow]TEST


Code: [Select]
[glow=red,5,4][size=5]TEST[/size][/glow]TEST


Code: [Select]
[glow=green, 2, 4]TEST[/glow][glow=green, 2, 4]TEST[/glow]

Code: [Select]
[glow=green,2,300]TEST[/glow]TEST


Code: [Select]
[move][glow=yellow,5,300][color=red][b][size=5]TEST[/size][/b][/color][/glow][/move]TESTPLEASE note that to insure your multiple codes will work in SE, place your codes as mirror images of each other on the different sides of the text.


Feel free to reply to practice or ask questions.  BTW, "glow" and "shadow" do not work in Netscape, and "move" doesn't work in the Netscape versions that are compatible with the forum.

Offline Raineypark

  • DSF God
  • *****
  • Posts: 2749
  • Karma: +13053/-14422
    • View Profile
Re:Glow, Shadow
« Reply #1 on: July 01, 2003, 07:18:00 PM »
TEST

TEST

[shadow=indianred][color=yellow,left]TEST[/color][/shadow]

Code: [Select]
[color=indianred][shadow=yellow,left]TEST[/color][/shadow]  This code does not appear to work...I'm not seeing the color indianred on the last test....only the yellow shadow.  Is it written wrong?
"Do not go gentle into that good night.  Rage, rage against the dying of the light."
Dylan Thomas

Offline Midnite

  • Exec Moderator /
  • Administrator
  • SENIOR ASCENDANT
  • *****
  • Posts: 10715
  • Karma: +717/-4882
  • Gender: Female
    • View Profile
Re:Glow, Shadow
« Reply #2 on: July 01, 2003, 07:26:01 PM »
Woo hoo!

Code: [Select]
[color=indianred][shadow=yellow,left]TEST[/color][/shadow]  This code does not appear to work...I'm not seeing the color indianred on the last test....only the yellow shadow.  Is it written wrong?

Shadow and Glow tags apparently need to be on the outside of color and size tags (and a few others) to work.  So you'll get the indian red text if you put the color tags for it inside of the shadow tags.  And don't forget to make your codes mirror images (they not only work better, but it looks more professional this way)-- with the shadow tags surrounding those other codes. ;)

Offline Raineypark

  • DSF God
  • *****
  • Posts: 2749
  • Karma: +13053/-14422
    • View Profile
Re:Glow, Shadow
« Reply #3 on: July 01, 2003, 07:40:02 PM »
TEXT
Code: [Select]
[glow=cyan,2,4]TEXT[[/glow]

TEXT
Code: [Select]
[glow=cyan,2,4][size=5]TEXT[/size][/glow]

TEXT
Code: [Select]
[glow=cyan,5,4][size=6]TEXT[/size][/glow]
Hmmmmm....can't get rid of the three lines of "code" at the bottom of the post  ???
"Do not go gentle into that good night.  Rage, rage against the dying of the light."
Dylan Thomas

Offline Raineypark

  • DSF God
  • *****
  • Posts: 2749
  • Karma: +13053/-14422
    • View Profile
Re:Glow, Shadow
« Reply #4 on: July 01, 2003, 07:53:40 PM »
[shadow=red]TEXT[shadow]

Code: [Select]
[shadow=red][color=yellow]TEXT[/color][/shadow]
I think this is written correctly....so what's wrong  ???
"Do not go gentle into that good night.  Rage, rage against the dying of the light."
Dylan Thomas

Offline Midnite

  • Exec Moderator /
  • Administrator
  • SENIOR ASCENDANT
  • *****
  • Posts: 10715
  • Karma: +717/-4882
  • Gender: Female
    • View Profile
Re:Glow, Shadow
« Reply #5 on: July 01, 2003, 08:07:19 PM »
Code: [Select]
[shadow=red][color=yellow]TEXT[/color][/shadow]I think this is written correctly....so what's wrong  ???

All it needs is a comma and a direction (left or right) in the 1st shadow tag.  Here's the basic code--
Code: [Select]
[shadow=color, direction][/shadow]or
Code: [Select]
[shadow=color,direction][/shadow]
so to shadow colored text, here's the basic code--
Code: [Select]
[shadow=color,direction][color=xxx]TEXT[/color][/shadow]

Offline Raineypark

  • DSF God
  • *****
  • Posts: 2749
  • Karma: +13053/-14422
    • View Profile
Re:Glow, Shadow
« Reply #6 on: July 01, 2003, 08:11:20 PM »
I always WAS wretched at 'directions'....snort

(rainey ducks and runs for cover!)
"Do not go gentle into that good night.  Rage, rage against the dying of the light."
Dylan Thomas

Offline Raineypark

  • DSF God
  • *****
  • Posts: 2749
  • Karma: +13053/-14422
    • View Profile
Re:Glow, Shadow
« Reply #7 on: July 01, 2003, 08:14:37 PM »
TEXT

Code: [Select]
[shadow=cyan,left][color=yellow]TEXT[/color][/shadow]
Oh, Excellent!!
"Do not go gentle into that good night.  Rage, rage against the dying of the light."
Dylan Thomas

Offline Midnite

  • Exec Moderator /
  • Administrator
  • SENIOR ASCENDANT
  • *****
  • Posts: 10715
  • Karma: +717/-4882
  • Gender: Female
    • View Profile
Re:Glow, Shadow
« Reply #8 on: July 01, 2003, 08:16:01 PM »
Hmmmmm....can't get rid of the three lines of "code" at the bottom of the post  ???

Looks like some extra code tags were added to the message.  Consider them gone.  :D

Offline Midnite

  • Exec Moderator /
  • Administrator
  • SENIOR ASCENDANT
  • *****
  • Posts: 10715
  • Karma: +717/-4882
  • Gender: Female
    • View Profile
Re:Glow, Shadow
« Reply #9 on: July 01, 2003, 08:19:38 PM »
TEXT

[clap]

And it didn't occur to me to demonstrate shadowing colored text, so thank you for bringing it up! [bigok]

Offline Raineypark

  • DSF God
  • *****
  • Posts: 2749
  • Karma: +13053/-14422
    • View Profile
Re:Glow, Shadow
« Reply #10 on: July 01, 2003, 08:21:25 PM »
Thanks.....but I really need to know WHY they were there.  I tried to delete all but one "close" code, but that didn't work either.  Each line had an "open" and "close" code...so why multiple "close" codes and not multiple "open" codes?

My head hurts!  [90d1]
"Do not go gentle into that good night.  Rage, rage against the dying of the light."
Dylan Thomas

Offline Midnite

  • Exec Moderator /
  • Administrator
  • SENIOR ASCENDANT
  • *****
  • Posts: 10715
  • Karma: +717/-4882
  • Gender: Female
    • View Profile
Re:Glow, Shadow
« Reply #11 on: July 01, 2003, 08:35:24 PM »
You poor thing.  What I removed are 3 complete pairs of code tags from that post and 1 pair from another post further up the topic.  You may have inadvertently added them to your messages. [idontknow]

BTW, I don't know how you stand Explorer.  I'm using it now to see the shadow and glow results and all manner of weird things have been occurring, particularly when I use its back or reload buttons. ::)

Offline dom

  • Long Lost Cousin Returned
  • Global Moderator
  • SENIOR ASCENDANT
  • *****
  • Posts: 12159
  • Karma: +591/-43135
  • Gender: Male
    • View Profile
Re:Glow, Shadow
« Reply #12 on: July 01, 2003, 08:39:47 PM »
I'm not seeing any glow or shadow in these test posts (just color). Am I missing the point or is this an IE vs NS thang?

d.

Offline Raineypark

  • DSF God
  • *****
  • Posts: 2749
  • Karma: +13053/-14422
    • View Profile
Re:Glow, Shadow
« Reply #13 on: July 01, 2003, 08:42:46 PM »
Grrrr!!!  Don't you start in on me about IE, too......Pepe tortures me about it all the time.  Like I have ANY control over this stuff in my house!!  :P

"Do not go gentle into that good night.  Rage, rage against the dying of the light."
Dylan Thomas

Offline Midnite

  • Exec Moderator /
  • Administrator
  • SENIOR ASCENDANT
  • *****
  • Posts: 10715
  • Karma: +717/-4882
  • Gender: Female
    • View Profile
Re:Glow, Shadow
« Reply #14 on: July 01, 2003, 08:50:28 PM »
is this an IE vs NS thang?

That be it.

Do you have Explorer on your Mac, dom?