I'm trying to customize twentyten theme.
this is part of header.php:
<body <?php body_class(); ?>>
<div id="wrapper" class="hfeed">
<div id="header">
<img id="topL" src="images/img01.png"/> //this img I cannot insert !
</div><!-- #header -->
No errors. Simply - nothing happens.

headerdiv which is the parent div of the image, but there is no image inside, and there is no error. – user182196 Jan 4 at 21:55<img id="topL" src="/images/img01.png">– user182196 Jan 4 at 21:57