On a lot of websites, this one including, you see tag-clouds. These are lists of most popular alphabetical sorted tags relevant to that website. This tutorial is about how to style a tag-cloud that is used in WordPress with css, a cascading style sheet.
Jan
09
Everyone who programs css has his own program style. Tabs, spaces, new lines etc. Some remarkable script styles in a short list:
Style one
body {
background: url('images/pagebg.gif') repeat-y;
background-position: center;
padding: 0px 0px 35px 0px;
}
Adding a horizontal center align is a weird feature when you have made the step from a table to div layout. It’s all in the margin. Change the width to your own preferences.






