Justin T. Thurn  said:  Hey, all,  Here I am to whine about something else. I'm trying to build something similar to Craven's conditions list, so I started by following his instructions on page 14 of this very thread:   PowerCard Status List   Bless|angel-outfit
 Rage|screaming
 Blind|bleeding-eye
 Charmed|chained-heart
 Dead|dead
 Afraid|screaming
 Deaf|interdiction
 Grap|grab
 Invis|ninja-mask
 Paralyzed|aura
 Petrified|aura
 Poison|skull
 Prone|back-pain
 Restrained|fishing-net
 Stunned|sleepy
 Unconscious|sleepy
  This prints a list of the symbols to chat using powercards !power {{
 --titlefontshadow|none
 --corners|10
 --format|GM
 --name|**Condition Symbols**
 --leftsub| **Meaning of the Symbols.**
 --Blessed|[+Bless] ^^ ^^
 --Blind|[+Blind] ^^ ^^
 --Charmed|[+Charmed] ^^ ^^
 --Deafened|[+Deaf]^^ ^^
 --Frightened|[+Afraid], **1-Rage**, ^^ ^^
 --Grappled|[+Grap] ^^ ^^
 --Invisible|[+Invis] ^^ ^^
 --Paralyzed|[+Paralyzed], **1-Petrified**, ^^ ^^
 --Poisoned|[+Poison] ^^ ^^
 --Prone|[+Prone] ^^ ^^
 --Restrained|[+Restrained] ^^ ^^
 --Stunned|[+Stunned], **1-Unconscoius**, ^^ ^^
 }} Here's the result I get:        Hovering the mouse over the slot where the icon should be changes the cursor into a pointing finger, as if there's a clickable link. At this point I suspect it's morphing to a middle finger.  Things I've tried:   Deleting the handout and macro to start from scratch.  Reading Craven's instructions and Sky's original post numerous times, using various kinds of eye wear, and attempting several reading positions (some provocative).  A shot of whiskey.  Pasting the handout list and the macro as plain text before putting them into their respective spots.  Rethinking my assumption that I'm an intelligent human being capable of problem solving.  Using fewer conditions in the list and the macro.  Using different status icons.  Two shots of whiskey.  Accepting the fact that I am but a mortal vainly grasping to understand demigods like Craven, Sky, Aaron, etc.  What am I doing wrong? Should I give up on life? Have I just not had enough whiskey?  Hi here is my code.  !power {{ 
--titlefontshadow|none 
--corners|10
--format|Conditions
--name|**Condition Symbols**
--leftsub| **Meaning of the Symbols.**
--Blessed|[+Bless] ^^ ^^
--Blind|[+Blind] ^^ ^^
--Charmed|[+Charmed] ^^ ^^
--Deafened|[+Deaf]^^ ^^
--Frightened|[+Afraid], **1-Rage**, ^^ ^^
--Grappled|[+Grap] ^^ ^^
--Invisible|[+Invis] ^^ ^^
--Paralyzed|[+Paralyzed], **1-Petrified**, ^^ ^^
--Poisoned|[+Poison] ^^ ^^
--Prone|[+Prone] ^^ ^^
--Restrained|[+Restrained] ^^ ^^
--Stunned|[+Stunned], **1-Unconscoius**, ^^ ^^
}} and the Handout   Bless|angel-outfit
Rage|screaming
Blind|bleeding-eye
Charmed|chained-heart
Dead|dead
Afraid|screaming
Deaf|interdiction
Grap|grab
Invis|ninja-mask
Paralyzed|aura
Petrified|aura
Poison|skull
Prone|back-pain
Restrained|fishing-net
Stunned|sleepy
Unconscious|sleepy  Make sure there are no spaces at the start of the handout. That the name is exact "PowerCard Status List" no quotes. and try this option on your macro.       If that doesn't work maybe I can join your game and take a look.