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

Photoshop
PS合成教程:阴云密布得云层透出一束阳光
Photoshop教程:制作白色的网页导航
Photoshop教程:制作超炫光感立体字
Photoshop简单绘制水晶网页导航按钮
Photoshop鼠绘教程:可爱得卡通小雪人
像素设计中图象中的颜色过渡
Photoshop制作明亮绚丽的螺旋光线条纹
PS照片转仿手绘教程:水手装的可爱小昭
PS转仿手绘教程:幻梦紫色彩妆美图
Photoshop鼠绘教程:绘制真实的毛发
图片和图片中文字有锯齿的7种情况
PS合成教程:骷髅烟雾禁烟标志
PS教程:美化美女照片的眼影,唇部和腮红
Photoshop调色教程:偏红色性感美女照片
Photoshop简单鼠绘御赐尚方宝剑
Photoshop修复破损老照片并且调整色彩教程
PS鼠绘教程:打架受伤的卡通帅哥
PS作品欣赏:明星们罕见的对称脸
灾难巨片《2012》制作过程揭秘
3D科幻片《阿凡达》背后盈利模式探究

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


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