<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 7, 2013 at 11:22 AM, Νίκος Γκρ33κ <span dir="ltr"><<a href="mailto:nikos.gr33k@gmail.com" target="_blank">nikos.gr33k@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have fixed this!<br>
Still ahve allok and you will see that in both of my images they appear in the firstpage of <a href="http://superhost.gr" target="_blank">superhost.gr</a><br>
<br>
the output of .py files appear fine except of that ehen a visitor click on my first 2 image links he also sees as first line this:<br>
<br>
print ( "Content-type: text/html; charset=utf-8\n" )<br>
<br>
this is because the above code is a header and its contained to every cgi .py file that i generate html ouput from via os.system()<br>
<br>
Can this be somehow eliminated?<br>
<span class="HOEnZb"><font color="#888888">--<br></font></span></blockquote><div><br></div><div>That page is not valid html.  View the source in your browser to see -- it has no <html> tag, no <head>, no <body>.  fix that stuff <br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr"><div>Joel Goldstick<br></div><a href="http://joelgoldstick.com" target="_blank">http://joelgoldstick.com</a><br></div>
</div></div>