HTML and the <img> tag
Jan 12, 2009 0:28:21 GMT -5
Post by cmccown on Jan 12, 2009 0:28:21 GMT -5
Hey all.
Having trouble with the <img> tag in an HTML statement...
The following works--the image is displayed::
html "<img src='http://runbasic.wikispaces.com/space/showimage/FrogGIF.gif'>"
The following does not work--the image is not displayed:
base$ = ProjectsRoot$ + "\test_project\"
html "<img src='";base$;"FrogGIF.gif'>"
I have copied the frog gif to the test_project directory.
Any thoughts?
Thanks
Having trouble with the <img> tag in an HTML statement...
The following works--the image is displayed::
html "<img src='http://runbasic.wikispaces.com/space/showimage/FrogGIF.gif'>"
The following does not work--the image is not displayed:
base$ = ProjectsRoot$ + "\test_project\"
html "<img src='";base$;"FrogGIF.gif'>"
I have copied the frog gif to the test_project directory.
Any thoughts?
Thanks