in reply to Mixing HTML and GIF

I did something like this make the html into an .shtml then put in the html <!--#exec cgi="banner.pl"-->

print ("Content-type: text/html\n\n"); $i = "<img src=$path" . banner . "$random" . "$end >"; print ("$i");


That worked for me

--BigJoe