当前位置: 首页 > 图文教程 > 平面设计 > Photoshop > PhotoShop分割图片并通过Html组合显示

Photoshop
用Photoshop打造精美个性签名
Photoshop滤镜简单打造照片逼真水彩画效果
教你用Photoshop去除图片中的水印文字
翻译教程:Photoshop打造星空下的浪漫壁纸
PhotoshopCS3做美容:教你修复黑眼圈
PS非主流:个性泛黄的签名图自己做
Photoshop鼠绘卡哇依卡通糖果娃娃全过程
Photoshop调色:老马糖水MM教程
翻译教程:Photoshop绘制枝头逼真绿色芒果
Photoshop快速去除图片上文字水印的方法集合
Photoshop CS3做美容:为美女打造亮白牙齿
用Photoshop调整偏色宝宝照片
Photoshop调出宝宝美白幼嫩肤色
Photoshop打造逼真苹果全过程
Photoshop抠图完全大集合
Adobe CS3安装实录
Adobe Photoshop CS3新功能体验:Black & White
Photoshop 如何选择“差值”的方式
PS初学者实例教程:制作透明气泡
Photoshop图片边框制作教程集合2

Photoshop 中的 PhotoShop分割图片并通过Html组合显示


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-19   浏览: 449 ::
收藏到网摘: n/a

不多说了,直接按下面的步骤进行吧。

PhotoShop分割图片并通过Html组合显示

PhotoShop分割图片并通过Html组合显示

PhotoShop分割图片并通过Html组合显示

PhotoShop分割图片并通过Html组合显示

点击右上角save保存,对话框中选择保存成html。

PhotoShop分割图片并通过Html组合显示

生成的html代码如下所示:

代码如下:

<html>
<head>
<title>Water lilies</title>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (Water lilies.jpg) -->
<table id="Table_01" width="800" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="/upload/tech/20090918/20090919000248_c9e1074f5b3f9fc8ea15d152add07294.gif" width="800" height="120" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="/upload/tech/20090918/20090919000248_bac9162b47c56fc8a4d2a519803d51b3.gif" width="339" height="480" alt=""></td>
<td colspan="2">
<img src="/upload/tech/20090918/20090919000249_0b8aff0438617c055eb55f0ba5d226fa.gif" width="461" height="209" alt=""></td>
</tr>
<tr>
<td>
<img src="/upload/tech/20090918/20090919000249_f74909ace68e51891440e4da0b65a70c.gif" width="311" height="271" alt=""></td>
<td>
<img src="/upload/tech/20090918/20090919000250_37bc2f75bf1bcfe8450a1a41c200364c.gif" width="150" height="271" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>