View Single Post
  #8  
Old 01-22-2011, 08:52 PM
PTGigi's Avatar
PTGigi PTGigi is offline
Crazily Friendly~HoF
 
Join Date: Jul 2009
Location: Somewhere >.>
Posts: 370
Gender: Female
Credits: 25,164
PTGigi
Default

Another error! I messed this up with URLs X3
PHP Code:
<img src='".randomImage($items)." alt='Prize></div>"; 
(from above) should change to:
PHP Code:
<img src='".randomImage($items)." alt='Prize'></div>"; 
It might be thinking all the rest of the code is the alt text O.o

EDT: Hm...I'm typing in the change but the forum's not showing it D: I added a ' in after Prize just fyi :S
__________________


"I see now that the circumstances of one's birth are irrelevant; it is what you do with the gift of life that determines who you are."~Mewtwo
My Adoptables|Nuzlocke Webcomic
Reply With Quote