how can i replace and image URL with an IMG tag??
is the http: with the colon confusing it?
http:
src=$(url)&w=$(width)&h=$(height)
HI how do i use syntax correctly to get that url parsed?
HOW CAN i use the FULL image URL with the http: and colon without breaking this module?
How do i use ";" semicolon instead of colon ":" to delineate?
EDIT: i tried with ; but that didnt work......what can i use?
getting there LOL
Comments
Comment #1
chasz commentedsrc=$(url)&w=$(width)&h=$(height)HI how do i use syntax correctly to get that url parsed?
Comment #2
chasz commentedhttp:HOW CAN i use the FULL image URL with the http: and colon without breaking this module?
Comment #3
chasz commentedHow do i use ";" semicolon instead of colon ":" to delineate?
EDIT: i tried with ; but that didnt work......what can i use?
Comment #4
chasz commentedgetting there LOL