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

Photoshop
Photoshop教程:巧用滤镜功能打造奇异斑纹
Photoshop教程:轻松打造流行P.aier非主流风格
Photoshop非主流教程:教你打造好看的蓝调风格
Photoshop合成:打造MM古旧斑驳石膏像效果
Photoshop教程:打造美女性感唇彩全过程
Photoshop非主流:颓废型索风格轻松打造
Photoshop非主流:给可爱MM加些光晕效果
Photoshop合成教程:打造MM照片转游戏动画CG美女效果
Photoshop教程:打造帅哥韩式剧照
Photoshop教程:用滤镜打造夜晚水纹效果
Photoshop教程:打造展望未来电影海报效果
Photoshop教程:用画笔为MM打造光电环绕效果
Photoshop动画教程:打造自己的QQ表情
Photoshop动画教程:制作漂亮的个性挂坠
Photoshop调色:五步搞定军色效果
Photoshop数码后期:利用通道锐化人物照片效果
Photoshop设计创意:打造撕裂的旧海报效果
Photoshop基础:活用图层模式打造心心相印金银钥匙
Photoshop技巧:给照片添加神秘雾蒙蒙效果
Photoshop教程:另类方法打造精彩水彩效果

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


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