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

Photoshop
Photoshop让MM具有淡淡浪漫韵味
偏暗的婴幼儿照片用Photoshop修复的实例
Photoshop制作美丽新娘婚纱浪漫情怀
Photoshop模拟Paula成为大师素描作品
Photoshop模拟汽车的动态抽象艺术
Photoshop鼠绘粉红色可爱花朵
Photoshop合成美丽女人虚幻风景动物
Photoshop文字特效:粘住铁丝网的金属字
PS画笔工具绘云彩、小鱼、荷叶、荷花
Photoshop简单修复个性化曝光照片
Photoshop简单调色:青红色调MM照片
简单非主流制作教程,photoshop教程
PhotoshopCS4设计制作圣诞节壁纸
PhotoshopCS3和Maya2008的3D建模渲染贴图
Photoshop婚纱照片处理:绿地上陶醉的新娘
Photoshop为MM数码照片磨皮增加质感
Photoshop手绘教程:落落大方华贵美女
Photoshop教程:MM照片的老电影效果
PS自定义形状工具绘卡通圣诞节壁纸
Photoshop打造平安夜漂亮MM

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


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