如何贴背景图案 --贴图小常识
背景--(文字与图片居中)
开头如下: <center><table cellpadding=0 cellspacing=0 border=0 width=80% align=center background="放入背景图案" width=500><tr><td><center>
(上面公式里面放入背景图案的"http://bimoxuan.vip.myrice.com/feixue/pic/d2.jpg"即是所选的图案或颜色) 。。。。。 文字 <P align=center><IMG height=490 src="图片地址" width=331 border=0> <P align=center><IMG height=490 src="图片地址" width=331 border=0> <P align=center><embed src="音乐地址" width=350 height=30 controls=ControlPanel loop=true autostart=true volume=100 type=audio/x-pn-realaudio-plugin Initfn=load-types mime-types=mime.types> 结尾
</center></td></tr></table></center>
以上这个就是用HTML发一个完整帖子的语言
帖背景音乐:
<EMBED src="音乐地址" hidden=true type=audio/mpeg autostart="true" loop="true"></EMBED> ============================================= <P align=center>表示居中 <br>表示换行 例:放多副图片 <P align=center><IMG height=490 src="图片地址" width=331 border=0></P><P align=center><IMG height=490 src="图片地址" width=331 border=0> 文字: 图片向左移动 <marquee directio=left><IMG height=490 src="图片地址" width=331 border=0> </marquee> 文字向左移动 <marquee directio=left><font size=? color=?>文字部分</font></marquee>
其中 size字号1---7,1最小,7最大;color字体颜色 =================================== 贴FLASH <embed src="flash地址"width="550"height="400"> width="550"height="400" 这个尺寸可自己根据需要变动 ============================== 精简的播放器 <embed src="http://61.139.106.6/lanhoo/lhcl/lhmusic/qt/ns.MP3" width=350 height=30 controls=ControlPanel loop=true autostart=true volume=100 type=audio/x-pn-realaudio-plugin Initfn=load-types mime-types=mime.types> =============================================
字体(FONT)标记(TAGS)
标题字体(Header)
<h#> ... </h#> #=1, 2, 3, 4, 5, 6 <h1>今天天气真好!</h1> 今天天气真好! <h2>今天天气真好!</h2> 今天天气真好! <h3>今天天气真好!</h3> 今天天气真好! <h4>今天天气真好!</h4> 今天天气真好! <h5>今天天气真好!</h5> 今天天气真好! <h6>今天天气真好!</h6> 今天天气真好! <hn>---</hn> 这些标记显示黑体字。 <hn>---</hn> 这些标记自动插入一个空行,不必用 <p> 标记再加空行。
因此在一行中无法使用不同大小的字体。
字体大小
<font size=#> ... </font> #=1, 2, 3, 4, 5, 6, 7 or +#, -# <basefont size=#> #=1, 2, 3, 4, 5, 6, 7
<font size=7>今天天气真好!</font> 今天天气真好!
<font size=6>今天天气真好!</font> 今天天气真好!
<font size=5>今天天气真好!</font> 今天天气真好!
<font size=4>今天天气真好!</font> 今天天气真好!<font size=3>今天天气真好!</font> 今天天气真好!<font size=2>今天天气真好!</font> 今天天气真好!<font size=1>今天天气真好!</font> 今天天气真好!
物理字体(Physical Style) <b>今天天气真好!</b> 今天天气真好! <i>今天天气真好!</i> 今天天气真好! <u>今天天气真好!</u> 今天天气真好! <tt>今天天气真好!</tt> 今天天气真好!<sup>今天天气真好!</sup> 今天天气真好! <sub>今天天气真好!</sub> 今天天气真好! <s>今天天气真好!</s> 今天天气真好! <strike>今天天气真好!</strike> 今天天气真好!
逻辑字体(Logical Style) <em>今天天气真好!</em> 效果: 今天天气真好! <strong>今天天气真好!</strong> 效果: 今天天气真好! <code>今天天气真好!</code> 效果: 今天天气真好! <samp>今天天气真好!</samp> 效果: 今天天气真好! <kbd>今天天气真好!</kbd> 效果: 今天天气真好! <var>今天天气真好!</var> 效果: 今天天气真好! <dfn>今天天气真好!</dfn> 效果: 今天天气真好! <cite>今天天气真好!</cite> 效果: 今天天气真好! <small>今天天气真好!</small> 效果: 今天天气真好! <big>今天天气真好!</big> 效果: 今天天气真好!
指定“字体大小”的标记和“指定字体”的标记的组合使用 <i><font size=5> <b>今天</b> 天气<font size=6> 真好!</font> </font></i> 效果: 今天 天气 真好!
字体颜色 指定颜色 <font color=#> ... </font> #=rrggbb 16 进制数码,或者是下列预定义色彩:
Black=#000000, Olive=#808000,
Teal=#008080, Red=#FF0000,
Blue=#0000FF, Maroon=#800000,
Navy=#000080, Gray=#808080,
Lime=#00FF00, Fuchsia=#FF00FF, W
Green=#008000, Purple=#800080,
Silver=#C0C0C0, Yellow=#FFFF00,
Aqua=#00FFFF, width(白色)=#FFFFFF ==================================
会移动的文字(Marquee) 基本语法
<marquee> ... </marquee> <marquee>啦啦啦,我会移动耶!</marquee> 效果:
文字移动属性的设置 方向 <direction=#> #=left, right <marquee direction=left>啦啦啦,我从右向左移!</marquee>
<marquee direction=right>啦啦啦,我从左向右移!</marquee>
方式 <bihavior=#> #=scroll, slide, alternate <marquee behavior=scroll>啦啦啦,我一圈一圈绕着走!</marquee>
<marquee behavior=slide>啦啦啦,我只走一次就歇了!</marquee>
<marquee behavior=alternate>啦啦啦,我来回走耶!</marquee>
循环 <loop=#> #=次数;若未指定则循环不止(infinite) <marquee loop=3 width=50% behavior=scroll>啦啦啦,我只走 3 趟哟!</marquee>
<marquee loop=3 width=50% behavior=slide>啦啦啦,我只走 3 趟哟!</marquee>
<marquee loop=3 width=50% behavior=alternate>啦啦啦,我只走 3 趟哟!</marquee>
速度 <scrollamount=#> <marquee scrollamount=20>啦啦啦,我走得好快哟!</marquee>
延时 <scrolldelay=#> <marquee scrolldelay=500 scrollamount=100>啦啦啦,我走一步,停一停!</marquee>
外观(Layout)设置 对齐方式(Align) <align=#> #=top, middle, bottom <font size=6>
<marquee align=# width=400>啦啦啦,我会移动耶!</marquee>
</font>
底色 <bgcolor=#> #=rrggbb 16 进制数码,或者是下列预定义色彩:
Black, Olive, Teal, Red, Blue, Maroon, Navy, Gray, Lime,
Fuchsia, White, Green, Purple, Silver, Yellow, Aqua
<marquee bgcolor=aaaaee>啦啦啦,我会移动耶!</marquee>
面积 <height=# width=#><marquee height=40 width=50% bgcolor=aaeeaa>
啦啦啦,我会移动耶!
</marquee>
空白(Margins)<hspace=# vspace=#>********************************************<br>
嗨,
<marquee hspace=20 vspace=20 width=150 bgcolor=ffaaaa align=middle>啦啦啦,我会移动耶!</marquee>
大家好!<br>
********************************************
********************************************
嗨,
大家好!
******************************************** 在本站用HTML语言发帖子之前要先点上HTML的勾.把你要发的帖子的代码放入,然后再把勾去掉.最后点“添加文章 ”就OK了,帖子就发表成功了.期待你的贴子出现哦:)
本站最新发表文章 | 本站推荐你的文章 | 网友正在观看文章 | |