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

Photoshop
Photoshop合成创意惊人的钻石广告设计
Photoshop文字特效教程:流水文字
PS调色教程:室外风景美女照片调色实例
Photoshop通道教程:修复通道调图片
PS教程:RGB和Lab模式下处理暗调美女照片
PS调色教程:暗沉色调肤色没光彩照片调整
字体资源:Webjx收集高质量的35种字体
PS照片合成教程:建军节主题海报
Photoshop合成教程:美女变精灵
PS调色教程:美女集体照肤色调整
Photoshop照片调色:朦胧色彩美女照片
Photoshop教程:美丽妇女恶搞成老妇人
Photoshop制作绿色风格网站首页模板
Photoshop制作美式橄榄球杂志广告
JPG图片优化技巧
PS修复照片:破旧老黑白照磨皮修复教程
PS美女照片:简单调色美白磨皮教程
Photoshop绘制漂亮的面巾纸塑料包装
Photoshop手绘教程:苹果IPhone手机界面
设计欣赏:50个关于动物的天才广告设计

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


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