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

Photoshop
PS IR联合打造流光字动画
Photoshop教程:简单的3D立体字特效
Photoshop教程:精细修改茶杯
Photoshop打造立体质感管道字特效
Photoshop CS3制作火红的特效线框字
Photoshop制作超绚光束文字特效教程
Photoshop制作立体感光亮广告字
photoshop教程:制作镶金钻石文字效果
Photoshop制作剔透的3D字效果
Photoshop制作闪烁的霓虹灯文字
Photoshop打造熔化了的“LOVE”字符特效
Photoshop制作个性文字签名效果图
Photoshop教程:制作超酷水晶立体字
Photoshop教程:打造漂亮水晶花纹字
Photoshop教你打造古旧金属字效果
Photoshop轻松打造漂亮的抽丝文字特效
Photoshop处理风景照片为艺术特效
用Photoshop打造有趣的顶帖文字
ps打造超炫的海报立体光芒字
Photoshop打造个性雕刻效果文字

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


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