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

Photoshop
Photoshop调色:时尚另类气质美女
作品欣赏:各种时尚风格创意名片
作品欣赏:奥迪(audi)汽车1939年广告设计
Photoshop教程:简单绘制熊猫盼盼头像
Photoshop照片合成:光影凤凰战士
Photoshop优化输出网页图片的技巧
详解Photoshop图层样式的混合选项
Photoshop制作漂亮彩色半透明气球
Photoshop调色教程:青青河边草婚纱照
Photoshop制作清新嫩绿的韩式风格照片
初学者学会制作好看的GIF动画
Photoshop教程:MM照片人综合美化处理
Photoshop照片合成:树妖缠身的女孩
Photoshop制作独特的I Love You水晶字
Photoshop制作2009年清明时节雨纷纷GIF动画
Photoshop轻松制作置换贴图特效
Photoshop本身越来越“脱离群众”
Photoshop轻松制作质感的金属齿轮
Photoshop处理照片伪质感思路和实例
Photoshop照片调色:银色质感色彩杂志封面

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


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