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

Photoshop
Photoshop教程:唯美的粉色调仿手绘特效
Photoshop磨皮美白照片:淡蓝色的非主流女孩
PS教程:磨皮美白去除皮肤面部的油光
Photoshop教程:比较通用的调色技巧
Photoshop绘制漂亮的商业类型网站模板
Photoshop抠图教程:背景复杂的飞扬的发丝
PS图片教程:用去色图层叠加制作褪色
Photoshop文字特效教程:好看的黄色火焰字
PS抠图教程:笔刷涂抹抠图后头发遗留的白边
Photoshop调色教程:漂亮的郊野黄色照片
Photoshop简单把自己照片制作成阿凡达纳美女
PS教程:绘制简洁实用的蓝色风格网页导航条
Photoshop快速去除数码照片的紫边
Photoshop照片换颜色教程:金色的泳装
Photoshop绘制高光质感的女士化妆品瓶子
PS合成签名教程:欧美风格小女孩签名
Photoshop图片合成:制作惊险战争场面
Photoshop教程:背景橡皮擦抠图实例教程
Photoshop画笔修沧桑的复破损的老照片
Photoshop教程:调整图层给黑白照片上色彩

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


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