张天蔚前任老婆:怎样在网上发布图片

来源:百度文库 编辑:高考问答 时间:2024/05/01 15:36:20

用雅虎相册` 超大容量 速度够快`
http://cn.photo.yahoo.com/gallery/index.html

那就看你要往哪发了

一般留言板或者论坛支持的都是UBB代码或者html代码

UBB代码:
超级链接1:[url]链接地址[/url]

超级链接2:[url=链接地址]链接名称[/url]

EMAIL:[email]Email地址[/email]

贴入图片:[img]图片地址[/img]

贴入Flash:[flash]swf文件地址[/flash]

字体颜色:[color=颜色代码]文字[/color]

html代码;

<html>
<head>
<title>title</title>
<base target="_blank" href="url" src="url">
<meta http-equiv="Content-Type" content="text/html;charset=gb2312">
<!-- 关于meta说明另文介绍 -->
<style type="text/css">
<!--

-->
</style>
<script language="javascript">
<!--

-->
</script>
</head>
<body bgcolor=# text=# link=# alink=# vlink=# background="url" topmargin=0 leftmargin=0>

<!-- 字体-->
<font size=2/3/4/5 color=# face="宋体">文字</font>

<!-- 超链接 --->
<a href="url" target="_blank/_self/_top/_parent/windowname">文字</a>
<!-- 书签-->
<a name="name1"></a>
<a href="#name1></a>

<!-- 水平线 -->
<hr size=1 width="100%" align="left/right/center" noshade color=#>

<!-- 图像-->
<img src="url" alt="如果图片不存在时显示的替代文字或说明文字" align="top/middle/bottom/left/right/absmiddle" name="name3" vspace=1 hspace=1 border=0>

<!-- 表格 -->
<table width=777 height=300 cellspacing=0 cellpadding=0 border=0 bordercolor=# bordercolorlight=# bordercolordark=# background=url bgcolor=# vspace=# hspace=# align="left/center/right" frame="box/above/below/hsiges/vsides/lhs/rhs/void" rules="all/rows/closgroups/none">
<tr bgcolor=# height=#>
<td width=100% height=16 colspan=1 rowspan=1 align="left/center/right" valign="top/middle/bottom" background=url bgcolor=#>
</td>
</tr>
</table>

<!-- 表单 -->
<form action="url" method="get/post" target="_self/_top/name" name="form1">
<input type="text/password/checkbox/radio/image/hidden/submit/reset" name="name" value="" maxlength="35" size=30>
<select name="name" size="1">
<option value="" selected>文字
</select>
<textarea name=name rows=12 cols=60 wrap="off/soft/hard"></textarea>
</form>

<!-- 滚动文字/图片 -->
<marquee behavior="scroll/alternate/slide" scrollamount="2" scrolldelay="50" direction="left/right/up/down" align="center/left/right" bgcolor=# width=300 height="200" border="0">
文字或图片
</marquee>

<!-- 列表 -->
<ul><!-- 列序-->
<li type="disk/circle/square>
</ul>
<ol start=*>
<li type=A/a/1>
</ol>

<!-- 模架 -->
<iframe src=url name="" width=200 height=200 marginwidth=0 marginheight=0 frameborder=1/0 scrolling=yes/no/auto>
这里写不支持它的提示文字,如“您的浏览器不支持FRAME”
</iframe>

<frameset cols="20%,*" noresize framespacing=0 frameborder=1/0 bordercolor=# scrolling=yes/no/auto>
<frame src=url name=f1 marginwidth=0 marginheight=0 frameborder=0/1 scrolling=yes/no/auto>
<frameset rows="20%,*">
<frame src=url>
<frame src=url>
</frameset>
<noframe>您的浏览器不支持FRAME</noframe>
</frameset>