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

Photoshop
Photoshop基础:谈谈图像尺寸与分辨率的关系
Photoshop基础:打造高光按钮的简单过程
photoshop教程:调整偏色照片之新思路--多通道
photoshop教程:LAB模式打造艳丽色彩感觉
photoshop CS3教程: 制作逐帧动画开花效果
photoshop教程:结合Painter绘制插画《眺望》
分析三种常用图片格式的运用
Photoshop教程:变形工具打造飘逸轻纱
Photoshop调色教程:打造MM城市游放色调
Photoshop精彩后期:将美白坚持到底调色过程
Photoshop教程:合成打造神秘花园
Photoshop教程:淡墨风格风景套签的制作
Photoshop教程:水粉淡彩风景签名—若只初见
photoshop教程:图章滤镜打造逼真水滴效果
Photoshop超级合成教程:打造东方神秘面具
photoshop合成教程:制作极富动感的马力汽车
Photoshop教程:笔刷运用打造MM艺术照效果
Photoshop合成教程:打造神秘的苹果LOGO
Photoshop教程:合成创意打造清凉饮料广告海报
Photoshop教程:滤镜打造浪漫星空幻想

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


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