[jQuery] Re: Calling images programatically from a database?

2009-01-12 Thread tovi
Well, I figured out a solution. Just in case someone in the future has the same problem as me, here's what I did: (1) Delete all that script in the head section (2) Do this in the body: a href=%%picture%% rel=lyteboximg style=display:none src=% %picture%% onLoad=this.style.display='block'

[jQuery] Re: Calling images programatically from a database?

2009-01-12 Thread tovi
Well, I figured out a solution. Just in case someone in the future has the same problem as me, here's what I did: (1) Delete all that script in the head section (2) Do this in the body: a href=%%picture%% rel=lyteboximg style=display:none src=% %picture%% onLoad=this.style.display='block'