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

Photoshop
PS签名制作教程:永不消失的电波
PS教程:详细制作水晶玻璃球
PS签名制作教程:云中心事音画设计
PS实例教程:美化低像素手机照片
PS照片教程:处理灰蒙蒙的大海沙滩照片
PS美女照片调色:好看的韩式风格美女
PS教程:彩妆照片修整流程和修饰技巧
Photoshop制作高光质感蛋黄文字特效
PS照片处理教程:帅哥照片详细转仿手绘
Photoshop教程:液化工具修饰美女脸型
Photoshop CS4 Extended制作甜麦圈包装袋
PS教程:绚丽的吸引眼球的潮流元素
PS调色教程:青春的青黄色调美女照片
PS图片合成教程:清新靓丽数码写真美女照片
PS数码照片后期处理:独特意境画意效果
PS数码后期合成教程:水墨写意风格照片
PS修饰照片教程:化妆照片中的眼影和唇彩处理
PS处理照片教程:空间感非常强的绚丽写真
PS教程:年轻女性的青春写真照片处理
Photoshop教程:晶莹剔透清润水嫩的肌肤

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


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