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

Photoshop
Photoshop教程:修复严重偏蓝照片
Photoshop教程:惊艳仿手绘古典美女
photoshop替换颜色快速给名车换颜色
Photoshop简单处理照片为油画效果
Photoshop教程:雪景照片艺术效果处理
Photoshop照片调色:酷酷的淡黄色美女
Photoshop教程:让我们始终怀着一颗感恩的心
Photoshop运用图层风格打造超酷黄金组合
Photoshop绘制浪漫的圣诞节卡通雪人
Photoshop抠图教程:抽出滤镜抠毛羽
Photoshop初学者常见问题:半选与转换
Photoshop照片合成:明星换脸
PhotoshopCS4教程:迷幻烟雾字体特效
Photoshop做非主流:非主流美女加相框
Photoshop9.0教程:照片丢失色彩的美丽
photoshop cs2教程:美女甜美可爱照片
Photoshop做非主流:优雅微笑美女
Photoshop视觉设计物品实例:铅笔
Photoshop特效教程:常见的半月光辉
Photoshop美容教程:魅力质感皮肤

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-19   浏览: 170 ::
收藏到网摘: 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>