in reply to Re^2: <img> tag does not work in my perl/cgi code
in thread <img> tag does not work in my perl/cgi code
Dear Guys,
I'm New to PERL, I'm trying to create a webpage with a Logo in PERL+CGI.
I'm also facing the same problem.
If you solved this, please share the information to help me.
Here is my code:
#!C:/Perl/bin/perl.exe use CGI; $q = new CGI; print "Content-type:text/html\n\n"; print '<HTML> <head></head> <body> <h1> <img alt="LOGO" src="LOGO.gif" alt="LOGO"/> My Name is SaRaVaNaN. </h1> </body> </HTML>';
The HTML Styles are loading perfectly, & a 'X' box is showing instead of the image.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: <img> tag does not work in my perl/cgi code
by afoken (Chancellor) on Mar 24, 2010 at 13:56 UTC |
In Section
Seekers of Perl Wisdom