Örnek vermek gerekirse;
<ul> <li>asdasda</li> <li>deneme1</li> <li>deneme2</li> </ul>bunun yaptığını aynı şekilde <li> veya <ul> kodu olmadan nasıl yapabilirim ?
2
●423
<ul> <li>asdasda</li> <li>deneme1</li> <li>deneme2</li> </ul>bunun yaptığını aynı şekilde <li> veya <ul> kodu olmadan nasıl yapabilirim ?

#right_col { background:#fff; float:right; display:inline; width:320px; padding:0px; margin:15px 15px 0px 0px; }
#right_col h2 {
font-weight:normal;
letter-spacing:0.7px;
font-family:Verdana;
color:#92c927;
font-size:15px;
font-weight:bold;
line-height:120%;
margin:0px 0 0px 0px;
border-bottom:1px dashed #CCCCCC;
margin:0px 0px 10px 0px;
padding:0px 0px 3px 20px;
background:url(img/img01.png) no-repeat 0px 3px;
}
.sidetop{
background:url(img/side-top.png) no-repeat bottom;
height:17px;
width:320px;
}
.sidemiddle{
border-right:1px solid #e0e0e0;
border-left:1px solid #e0e0e0;
padding-left:10px;
padding-right:10px;
margin:0px;
background: #ffffff ;
width:298px;
}
.sidebottom{
background: #ffffff url(img/side-bottom.png) no-repeat;
height:17px;
width:320px;
margin-bottom:5px;
}
.kutucuk {
width:305px;
margin:0px;
padding:0px;
}
.plus{
text-align:center;
padding:5px;
margin:0px;
}
.plus img{
text-align:center;
padding:5px;
margin:0px;
}
.categorilist {
margin:0px;
padding:0px;
}
.categorilist h2{
overflow:hidden;
margin:0px 0px 0px 0px;
border-bottom:1px dashed #CCC;
padding-top:0px;
padding-bottom:2px;
font-size:16px;
font-weight:bold;
letter-spacing:0.3px;
font-family:Verdana,"BitStream vera Sans";
color:#4c9320;
}
.categorilist ul {
color:#CC0000;
padding: 0px;
margin:0px;
list-style-type: none;
}
.categorilist ul li {
line-height: 26px;
border-bottom: 1px dashed #e0e0e0;
}
.categorilist ul li a {
color:#5b656e;
display:block;
font-size:12px;
font-family:tahoma;
letter-spacing:0.9px;
padding-left:22px;
padding-top:3px;
text-decoration: none;
background: url(img/fold.png) no-repeat 0 9px;
}
.categorilist ul li a:hover {
color:#ab1000;
background:#e9f1f9 url(img/fold.png) no-repeat 0 9px;
}
/**********************
* Feed *
***********************/
.feed{
float:right;
height:125px;
width:auto;
margin:0px 00px 0px 0px;
padding:5px 5px 5px 5px;
color:#666666;
font-size:12px;
display:inline;
}
.feed h2{
color:#ce7900;
letter-spacing:0.5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
line-height:33px;
background: url(images/ico-rss.jpg) no-repeat 0px 0px;
margin:0px 0px 3px 2px;
padding:5px 0px 0px 38px;
}
.feed form {
margin: 0;
padding: 0;
}
.feed fieldset {
margin: 0;
padding: 0;
border: none;
}
.feed p {
margin: 0;
}
.input{
margin-left:5px;
margin-right:0px;
float: left;
width:208px;
height:23px;
padding: 10px 5px 0px 9px;
background:url(img/feed_back.png) no-repeat;
border:none;
font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
color:#666666;
}
.sbutton{
width:50px;
float: right;
background:url(img/feed_buton.png) no-repeat;
border:none;
padding:0px 0px 0px 0px;
color: #e1681f;
margin:0px 0px 0px 0px;
height:33px;
}
.kutu{
margin:5px 5px 10px 5px;
}
#rssoku{
margin:15px 10px 15px 10px;
}
#rssoku h2{
color:#dd9a6d;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border-bottom:1px dashed #CCCCCC;
margin-bottom:7px;
padding-bottom:2px;
font-weight:bold;
}
.yazilarrss{
float:left;
background:url(img/feedyaz.png) no-repeat 0px 0px;
padding:2px 0px 0px 20px;
height:16px;
line-height:16px;
}
.yazilarrss a{ color: #ff6803; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;} .yazilarrss a:hover{ color: #000000; text-decoration:none;}
.yorumlarrss{
float:right;
background:url(img/feedyor.png) no-repeat 0px 0px;
padding:2px 0px 0px 20px;
height:16px;
line-height:16px;
}
.yorumlarrss a{ color: #99cc00; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;} .yorumlarrss a:hover{ color: #000000; text-decoration:none;}
/* The hint to Hide and Show */
.hint {
display: none;
position: absolute;
right: 230px;
width: 200px;
margin-top: 48px;
color:#FFFFFF;
border: 1px solid #000;
padding: 10px 12px;
/* to fix IE6, I can't just declare a background-color,
I must do a bg image, too! So I'm duplicating the pointer.gif
image, and positioning it so that it doesn't show up
within the box */
background:#ab1000;
}
/* The pointer image is hadded by using another span */
.hint .hint-pointer {
position: absolute;
left: 10px;
top: -10px;
width: 19px;
height: 10px;
background: url(img/pointer.gif) top no-repeat;
}