OpenCart 中的图像背景

Image background in OpenCart

我在 OpenCart CMS 的帮助下开发了一个电子商务网站。我想在首页设置一张图片作为背景。

如果我想在 OpenCart 中放一张图片作为 table 的背景,该怎么办?

你可以在这里找到答案:http://forum.opencart.com/viewtopic.php?t=75679

在"catalog/view/theme/yourtheme/stylesheet/stylesheet.css"

body {
background: #ffffff url('../image/your_background.jpg');