好的,现在是时候让我的网页看起来很漂亮了,但是当我尝试在我的树枝模板中包含图像时,这些图像不会显示。
我的图像存储在路线中'MyBundle/Resources/public/images'
我试图在树枝模板中使用它们,比如
<img src="{{ asset('bundles/predit/images/goddie.png') }}">
或<style>
类似的
{
background-image:url('gradient.png');
background-repeat:repeat-x;
background-attachment: fixed;
}
任何的想法?我在网络样式方面有点新,我使用 Symfony 作为框架