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

Photoshop
PhotoShop教程:调出帅哥照片靓丽橙黄色意境
PhotoShop教程:调出照片的淡雅意境
PhotoShop教程:巧用CS3黑白命令快速抠图技巧
PhotoShop教程:给小女孩照片增加梦幻效果
Photoshop教程:打造炫彩意境中的诱惑美女
Photoshop教程:打造环境污染导致的变异恶心青蛙
Photoshop教程:为美女照片添加个性彩色边框
PhotoShop教程:制作倒影的两个思路
PhotoShop教程:打造科幻蓝色眼睛
网站设计细节:PS处理像素化细节
Webjx推荐15个获得Photoshop笔刷网站
Photoshop处理照片润色照片教程
文字描述Photoshop滤镜的作用
Photoshop通道选区美白美容教程
Photoshop图层样式制作蓝色反光网页按钮
PhotoShop教程:调出明星照片淡雅艺术色调
PhotoShop教程:用美女照片打造仿手绘科幻效果
PhotoShop教程:制作古典花纹艺术字母
PhotoShop教程:给美女的白裙子添加漂亮的花纹
PhotoShop教程:巧用通道调出照片的梦幻蓝色

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


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