Hello!
I've troubles displaying images.
Can somone tell me where the error is?
Tnx.
Code below:
<? $article_header="article 1";?>
<HEAD>
<TITLE><?echo"$article_header";?></TITLE>
</head>
<TABLE BORDER="1"><TBODY>
<TH>
<?echo"$article_header";?>
</TH>
<TR>
<TD>
<BR>BLA BLA
<BR>BLA BLA
<BR>BLA BLA
<BR>BLA BLA
<BR>BLA BLA
<br><img scr="hunt3_mapa012.jpg">
</TD>
</TR>
</TBODY>
</TABLE>
</BODY>