为Gadget标题添加框框,颜色或背景

添加基本的框框
Example:

就是像我的那样啦=]
是不是很想要吶?

步骤一 : Design --> Edit HTML
Ctrl+F 找到
h2  {

然后在下面添加以下代码

border-top: 2px dashed #FBF5EF;
border-left: 2px dashed #FBF5EF;
border-right: 2px dashed #FBF5EF;
border-bottom: 2px dashed #FBF5EF;
margin:0 0 1.5em;
padding:5px 5px 5px 5px;


红色 的数目越大框框就越粗
蓝色 的是框框的类型
青色的highlight 就是框框的颜色
橙色 的是数目越大距离越远


在框框加颜色
Example:

很简单只要在之前的代码里多加

background:#000000;

红色 的是框框里边的颜色

Example:
background:#000000;
border-top: 2px dashed #FBF5EF;
border-left: 2px dashed #FBF5EF;
border-right: 2px dashed #FBF5EF;
border-bottom: 2px dashed #FBF5EF;
margin:0 0 1.5em;
padding:5px 5px 5px 5px;


在框框里添加背景

也只需要在之前的代码多加

background:url(图片url Direct Link);

紫色 的是添加你的图片url Direct Link

Example:
border-top: 2px dashed #FBF5EF;
border-left: 2px dashed #FBF5EF;
border-right: 2px dashed #FBF5EF;
border-bottom: 2px dashed #FBF5EF;
margin:0 0 1.5em;
padding:5px 5px 5px 5px;
background:url(图片url Direct Link);

不要忘记按下广告哦=]
你的支持是我写下去的动力哦^^






2 comments:

  1. 成功了呢O(∩_∩)O
    谢分享~

    ReplyDelete
  2. 爲什麽我的沒有笑面那條的?
    http://www.jeslyncheah0713.blogspot.com/

    ReplyDelete