NEWS DAILY
..... INDO BLOG'S

Friday, November 18, 2011

Manage Blogs

A blog will look attractive if you have a different appearance from other blogs because it's the writer must be clever in making the design. There are  several ways to change the appearance of bloggers starting from the color variations and widget wich displayed. Initiated by changing the background, hoover and display the sidebar. moreover we can add the CSS code on the site. There are some steps to change the background appearance on the blog..
  • The first look for images, you can use a unique characteristic, photo beautiful scenery and also a personal picture that you can make with photoshop or drawing tools other.
  • After getting the look of the background that you like, go to the next step and go directly to the blog Design>> Template>> Custommise >> background.
  • The next step very easy, you just upload any photo or image and adjust the layout.
Although bloggers have already provided a nice background display will be much better screen background you use your own work, the reason is the appearance  of your blog will get more value from the visitor. 


Add CSS Code


For a writer blogger might be worthwhile to add the CSS code on a favorite blogs to appear
more different from other blogs. here I'll explain a little about the basic guidelines, this will 
show you how to use W3C's Cascading Style Sheets (CSS) language as well as alternatives using HTML itself. please immediately see the CSS code below.
  • Let's start by setting the text color and background. You can do this by using the STYLE element to set style properties tag in the document:
<style type="text/css">

body{color: black; background: white;}


</style>


This style element is placed at the head of the document. you can change the background color and text pages as you wish and if you change the color on each page then the page will appear with different colors, so visitors are not bored with blogs background color that is displayed when they browse the blogs page.




  • Add Style rules on blogs
first go to the menu template designer, then go directly to advance and add CSS and input code the code below :

<link rell="stylesheet"type="text/css" href="mystyle.css" media="screen"/>

<style media="screen" type="text/css">

add style rules here

</style>

<h2 style="font-family:Georgia;color:white;background:black;font-style:italic;font-

weight:bold;font-size:42px">YOUR TEXT</h2>

The result you will see your text at the top blogs. in addition to adding text you can add gadgets in there.

No comments: