請問Weebly網站製作空間有辦法加入搜尋列跟我的最愛按鈕嗎?

之前無意見看到有先進推薦
http://www.weebly.com/weebly/
這個可以自己製作網站的好物

基本上它的功能還蠻齊全的
包括版面置換/圖文新增/FLASH/HTML/CSS編輯等
都是免費的

不過我目前在試做一個網站
想要在導覽工具列上加入搜尋列及我的最愛按鈕
請問有人知道怎麼做嗎?

以下是我按HTML編輯出現的東西

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
margin:0;
padding:0;
}
ul{
list-style:none;
}
fieldset{
border:0;
}
a img{
border:0;
}
.clear{
clear:both;
}


body {
background: #002d53 url(bodybg.jpg) repeat-x;
font-family: Georgia, arial, sans-serif;
font-size:12px;
color:#626262;
height: 100%;
margin:0;
padding:0;
}

a{
color: #1b4b78;
text-decoration: none;
}
p {
line-height: 140%;
color: #626262;
font-size: 13px;
padding: 10px 0px 10px 0px;
}
h1 {
font-size:26px;
color:#272e34;
line-height:1.5;
font-weight: normal;
padding: 5px 0px 5px 0px;
}
h2 {
font-size:20px;
color:#272e34;
line-height:1.5;
font-weight: normal;
padding: 5px 0px 5px 0px;
}

#wrapper {
width:986px;
margin: 0 auto;
padding: 0px 0px 0px 0px;
background: url(wrapperbg.jpg) top no-repeat;
}

.title{
width: 974px;
height: 77px;
padding: 24px 0px 0px 12px;
font-size: 40px;
color: #fff;
}

#navigation{
position: relative;
width: 962px;
height: 37px;
padding: 22px 0px 0px 12px;
z-index: 2;
}

#navigation ul li{
font-family: LucidaGrande, Arial;
float: left;
font-weight: bold;
padding: 0px 15px 0px 31px;
}

#navigation ul li a{
color: #000;
font-size: 14px;
}

#navigation ul li a:hover, #navigation ul li#active a{
color: #1b4b78;
}
#weebly-menus .weebly-menu-wrap { z-index: 5000; margin: 21px 0px 0px 31px; font-family: LucidaGrande, Arial; }
#weebly-menus .weebly-menu { padding: 0; margin: 0; list-style: none; }
#weebly-menus .weebly-menu li { float: left; clear: left; width: 168px; text-align: left; }
#weebly-menus .weebly-menu li a { position: relative; display: block; width: 150px; background: #1b4b78; border-top: none; border-bottom: 1px solid #265d90; border-right: none; border-left: none; text-decoration: none; font-size: 12px; font-weight: normal; line-height:1; padding: 8px 6px 8px 12px; color: #fff; }
#weebly-menus .weebly-menu li a:hover { background: #5797d2; color: #fff; }


#content{
font-family: LucidaGrande, Arial;
width: 960px;
height:auto !important;
background: #fff;
margin: 0px 0px 0px 12px;
}

#text{
width: 864px;
min-height:500px;
_height: 500px;
background: #f6f5f0;
margin: 0px 0px 0px 19px;
padding: 15px 28px;
border: 1px solid #dad4c0;
}


#footer{
font-family: LucidaGrande, Arial;
width: 974px;
color: #ffffff;
font-size: 12px;
padding: 198px 0px 20px 12px;
background: url(footerbg.jpg) top left no-repeat;
}

#footer a{
color: #5797d2;
}
2011-08-20 9:36 發佈

sesfan wrote:
之前無意見看到有先進...(恕刪)


這些只是CSS,簡單來說只是決定外觀長相的語法,沒辦法動到功能。
你要增加的是"功能性"的元件,要看該網站有無提供你修改原始碼,甚至直接提供寫好的元件供你插入網頁中。
在"基本功能"選項中有一各"自定意HTML"
把它拉到你要的位置,然後編輯它
內容依以下網址加入:

http://asianhollo.com/javaback/browser/07.htm

即可
sesfan wrote:
之前無意見看到有先進...(恕刪)
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?