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

Photoshop
PS教程:绘制透视立体效果橙黑色风格网站导航
Photoshop制作一款逼真的数码相机
PS照片教程:普通照片转素描效果
PS婚纱照片教程:唯美红外线特效
Photoshop通道调色:梦幻朦胧模糊背景
Photoshop调色教程:黄青色调美女照片
PS照片教程:深海中也有金鱼梦幻效果
PS照片整蛊:脸部缝制一个布标签
PS教程:快速制作质感的网页按钮
Photoshop照片调色教程:浓浓的爱意暖色调
Photoshop鼠绘可爱的质感卡通小公仔
Photoshop打造超酷光束环绕的神奇圣诞树
Photoshop调色教程:质感肤色暗调美女照片
PS图片合成实例:梦幻白云蓝天雪山
Photoshop教程:非常梦幻的天使之爱
Photoshop绘制金黄色的质感五角星
PS照片调色教程:淡淡的青灰色调风景照片
PS磨皮教程:真实的皮肤质感修饰教程
Photoshop教程:制作2010虎年新年贺卡
Photoshop文字动画教程:简单的倒计时

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


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