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

Photoshop
Photoshop教程:绘制蓝色水晶蝴蝶
Photoshop教程:打造超级靓丽的水晶球
Photoshop转手绘教程:帅哥玄彬仿手绘特效
PS笔刷资源:Photoshop装饰花纹笔刷下载
友基绘影ⅡPF8080数位板+PS绘制《龙》
数位板+Photoshop绘制锡迈山的矿城
设计作品展示:漂亮的简洁设计作品
Photoshop教程:绘制有趣的沙漠流浪者
Photoshop制作简单流行的可爱发光字体效果
Photoshop调色教程:好看的红灰色调图片
Photoshop鼠绘教程:唯美的卡通风景
免费下载漂亮的Photoshop样式
Photoshop签名制作资源:常用的中文笔刷
Photoshop调色教程:制作唯美浪漫的作品
佳作欣赏:精彩有趣的环境广告创意作品
Photoshop绘制精美的企业网站首页布局
Photoshop教程:有趣独具风格的专业照片效果
Photoshop教程:自由变换制作折叠图片效果
Photoshop文字特效:制作文字的融化特效
Photoshop绘制清新的布纹花边绿色相框

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


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