"$testurl" is constant and the firt line <? echo $testurl; ?> shows value - "./bbs/test/img".
But I could not see "401caffe.png".
<? echo $testurl; ?>
<style type="text/css">
.container{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 300px;
}
.container .idiv{
background: transparent url(images/picture5.png) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}
.idiv .test2 { list-style-image:url(<?=$testurl;?>401caffe.png); }
</style>
<div class="container">
<div class="idiv">
<ul class="test">
<li class="test2">
testtst teset
<? echo $testurl; ?>
</li>
</ul>
</div>
</div>
Any helpful comment would be much appreicate.
Thanks in advance.