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

Photoshop
Photoshop处理照片为意境中的梦幻雪景
Photoshop教程:宝宝照片精灵光芒特效
照片处理 Photoshop加光线突出照片人物
非主流PS美化教程:个性MM非主流照片
Photoshop制作照片的冬日浪漫效果
非主流ps教程:帅哥照片的单色调非主流效果
Photoshop为MM照片做漂亮的泡泡特效
Photoshop教程:制作完美女孩
非主流ps教程:可爱MM照片色调调整
Photoshop教程:修复照片技巧
PS调整照片背景色彩层次和和谐
Photoshop轻松简单制作矢量图片
Photoshop巧妙制作夏天的美丽
Photoshop教程:冷色调MM照片制作
Photoshop照片调色教程:阳光色彩
非主流ps教程:Alfa风格非主流照片制作
非主流ps教程:蓝色格调非主流色
PS光影表现为照片增添艺术效果
Photoshop为MM普通照片简单添加水晶边框
Photoshop把眼睛做的更加有神

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


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