phpweb后臺(tái)上傳圖片不顯示的解決方法
由于有些模板的問(wèn)題,導(dǎo)致圖片詳情中大圖不顯示,如何處理這個(gè)問(wèn)題呢?
找到文件夾
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>
會(huì)員登錄
賬號(hào)登錄還沒(méi)有賬號(hào)?立即注冊(cè)