Your Ad Here
Your Ad Here

Friday, April 24, 2009

CSS Box To Write Code for Blogger

Sometimes we must write down some code to our blog. Like HTML code or Css code or another program codes.
First if the code use < or >, we can change with &lt; for < and &gt; for >.
Before you post on blogger, copy paste your code to word or other program then click replace for < with &lt; and > with &gt; to minimize broken tags.

if only one line you can use <blockquote>..the code..</blockquote>.
But if you wanna write about 200 lines you can do some code write on your css blogger.
  • First after log in to your blog click edit html

  • Then write this code : before
]]<>/b:skin<

.csscode {
margin : 15px 35px 15px 15px;
padding : 10px;
clear : both;
list-style-type : none;
background : #333333;;
border-top : 2px solid #AAAAAA;
border-right : 2px solid #AAAAAA;
border-bottom : 2px solid #AAAAAA;
border-left : 2px solid #AAAAAA;
}
just like this exsample below.


  • Now if you wanna write some code you can use <div class="csscode">.... your code...</div>

0 komentar:

Post a Comment

 

Anyone Can Read Copyright © 2009