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..
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:
Post a Comment