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

Photoshop
Photoshop文字特效:晶莹剔透的水果糖文字
矢量的ipad ui设计的PSD源文件
作品欣赏:PS设计的26个出色的动物机器人
作品欣赏:别出心裁的个性酒瓶设计实例
Photoshop调色教程:红润肤色的美女
Photoshop文字特效:梦幻彩色发光文字
Photoshop图片合成教程:水彩效果海报
Photoshop教程:时尚个性的撕皮特效
Photoshop教程:轻松绘制逼真的Apple IPAD
Photoshop影楼调色教程:可选颜色的使用
Photoshop教程:调色制作恐怖的电影场景
Photoshop图片:逼真的流泪特效
Photoshop绘制黑色的实用网页导航按钮
Photoshop绘制红色风格美丽的花瓣壁纸
Photoshop绘制碳纤维风格的网页导航按钮
Photoshop经典教程:90后女孩照片仿手绘
Photoshop教程:轻松绘制黑色风格导航条文字
Photoshop入门教程:制作搞笑的GIF动画
Photoshop入门教程:色彩搭配设计讲解
Photoshop教程:水彩特效的卡通小男孩

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


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