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

Photoshop
数码暗房之应用通道系列:1、《通道中有什么?》
数码暗房之应用通道系列:2、《通道就是选区》
数码暗房之应用通道系列:3《利用Lab明度通道转换黑白》
Photoshop快速打造莹蓝冰窟特效
《凝香》色彩调整教程
诱惑:Photoshop打造性感日本美女
数码暗房之应用通道系列:4《计算法 选择效果最好的通道》
数码暗房之应用通道系列:5《最常见的通道混合器法》
数码暗房之应用通道系列:6《利用CMYK黑色通道加锐》
[PS技艺交流之一]怎样仿制水彩效果
[PS技巧交流之二]怎样增强照片清晰度?
[PS技巧交流之三]怎样快速改变照片色调及调制单色照片
[PS技巧交流之四]怎样仿制钢笔淡彩效果
[PS技巧交流五]如何挽救逆光失败的照片[附逆光修正滤下载]
[PS技巧交流六]初学PS的“三板斧”
[PS技巧交流之七]人物后期综合PS处理技巧[附磨皮滤镜下载]
[PS技巧交流之八]摹仿色调的秘密
[PS技巧交流之九]怎样精确校正严重偏色的照片?
教你用PS打造一只漂亮的足球
用PS打造水粉画效果

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


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