咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

phpweb后台上传图片不显示的解决方法

2016-01-05 17:15:16 1874次

由于有些模板的问题,导致图片详情中大图不显示,如何处理这个问题呢?

找到文件夹 photo/templets中找到文件tpl_photo_content.htm,需要修改显示图片的源代码:

把方框出代码改为:

<table align="center" cellpadding="10" cellspacing="0">

<tr>

<td>

<div id="contentpages"></div>

</td></tr></table>

</div>

<div class="photozone">

<table align="center" cellpadding="0" cellspacing="0">

<tr>

<td align="center">

<style type="text/css">

.imagessss img { max-width:600px;}

</style>

<div class="imagessss">

<img src="{#src#}" border="0">

</div>

</td>

</tr>

</table>



首页
最新活动
个人中心