Home

Steal This Button


Customizing look and feel with CSS

The blogroll is enclosed in either a DIV tag or a TABLE tag so you can use CSS to customize the look and feel. It's all up to your individual taste.

List of CSS tags generated by BlogRolling.

DIV TAG

The div tag is labeled with a class='blogrollmain' attribute.

TABLE TAGS

The main table tag is labeled with 3 separate tags to allow maximum flexibility. The TABLE tag has a class='blogroll_table' attribute. The TR tag as a class='blogroll_tr' attribute and finally the TD tag as a class='blogroll_td' attribute.

Customizing the layout using CSS and the DIV tag: The following is a simple example of what you can do to customize the look and feel to match your blog seamlessly. Just copy and paste into the HEAD portion of your html page and customize to suit.


Here are 3 examples for you to play with and to get the idea of what you can do . These CSS templates are courtesy Alex Keeny.