我试图重复一个div中的图像,没有背景图像但是没有想到如何.你能指点我一个解决方案吗?
我的代码看起来像这样:
<div id="rightflower">
<img src="/image/layout/lotus-dreapta.png" style="repeat-y; width: 200px;"/>
</div>
Run Code Online (Sandbox Code Playgroud) 我有几行代码可以在OpenCart 1.4.9中报告优惠券,但我无法克服这个错误:
You have an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use near
'order where coupon_id = 16' at line 1.
Run Code Online (Sandbox Code Playgroud)
$getcouponinfo1 = mysql_query("select * from order where coupon_id = $coupon_id")
or die(mysql_error());
Run Code Online (Sandbox Code Playgroud)
其余的代码可以在这里找到.