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

Photoshop
Photoshop绘制好看的Win7风格网站导航
PS鼠绘教程:水晶风格的ipod图标
PS调色:视觉冲击力极强的暗夜波涛图片
PS通道调色教程:公园照片换色彩
PS调色教程:舒服的清新的自然美女
photoshop制作基于960网格系统的网页模板
PS抠图教程:颜色范围命令抠出性感美女
名作欣赏:美女与水墨完全融合作品
PS调色教程:褐色调美女照片
Photoshop绘制精致的ipod播放器
PS鼠绘教程:逼真的树枝上的樱桃
PS调色教程:常见的橙红色调美女照片
PS磨皮美化教程:性感美女照片色彩调淡
Photoshop教程:国外PS专家严格保密调色方法
PS磨皮教程:国外性感美女磨皮教程
Photoshop滤镜制作简单的水彩效果
PS教程:制作搞笑的迷你的小汽车
Photoshop制作超酷黑色文字艺术壁纸
PS调色教程:制作淡黄色的复古老照片效果
PS鼠绘教程:卡通黑白电视机图标

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


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