Sunday, January 15, 2012

blogspot blog এর নীচে অতিরিক্ত কলাম তৈরী করা।

Blog এ login করে, Deshboard > Design > Edit Html এ ক্লিক করুন ।
নীচের codeগুলো Ctrl+F কিংবা searce করে বের করুন :-
1



]]>

কোডগুলি ঠিক এর উপরে বসিয়ে দিন ।

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72

/* bottom
==================== */

#bottom {
width: 970px;
position: relative;
clear:both;
margin: 0 auto;
color:#4E0038;
float: left;
background:#efefef;
padding: 5px 0 5px 0;
}

#bottom h2 {
padding: 4px;
margin: 0 auto;
color:#884218;
background-color: #addfff;
font-size: 100%;
color: #ff0000;
font-weight:bold;
border-bottom: 1px solid #ffffff;
letter-spacing: 0px;
}

#bottom ul {
padding: 0;
margin: 0;
}

#bottom ul li {
line-height: 26px;
list-style-type: none;
border-bottom: 1px dashed #031c5d;
}

#bottom ul li a {
display: block;
padding: 0 10px;
color:#062D4E;
text-decoration: none;

}
#bottom ul li a:hover {
background: #B1ACB1;
padding-left:5px;
}

#bottom1 {
width: 250px;
float: left;
padding-left:10px;
}

#bottom2 {
width: 250px;
float: left;
padding-left:10px;
}

#bottom3 {
width: 220px;
float: left;
padding-left:10px;
}

#bottom4 {
width: 200px;
float: left;
padding-left:10px;
}

এখনই সেইভ করবেন না ।

আবারও Ctrl+F দিয়ে নিচের কোডটি খুজে বের করেন
1



অথবা
1

No comments:

Post a Comment