Saturday, January 22, 2011

Tips and Tricks

Here are some tips and tricks.

Adding more classes.

In the script if you do a search you will find the class that looks like this
.v1col { width:100%; }
.v2col { width:50%; }
.v3col { width:33%; }
.v4col { width:25%; }
You can add new ones by copying one of the lines and make a new one.

Example:

.v5col { width:75%; }

This will then do a 75% compression. Make sure you give it a new number.

Using button graphics instead of

Read more ...

No comments: