Styled buttons for your pages

With the MO Button module, you can create really nice buttons with just a simple tag:
[mo_button:<name> {<parameters>...}]
The tag accept the destination URL, a title, a label... everything you need to create a link.
Technical Features
- Current version: MO Button version 1.3 for Drupal 6.x
- Supported platforms:
- All platforms that support PHP 5+ with Drupal 6.x
(Microsoft Windows, Linux, Mac OS/X, SunOS, HP UX, etc.)
- Create real nice dynamic buttons in minutes from your Drupal environment
- Easy to incorporate your own graphics for buttons that match your website
- Create any number of buttons with any number of combinations
- Complete MO Button documentation
- How to create an MO Button
- Used by this very site Ubercart link module, see the Buy Now! buttons
- Package includes complete PHP source code
- Available parameters:
- url—The destination URL for your button; it cannot include any Javascript
- title—Add a title parameter which appears as a tooltip when someone mouses over your button
- label—The text displayed to the users visiting your website
- target—The name of the frame or a special target name (such as _blank)
- query—Complements the URL with a query string; for instance, if you are using a button to add a product in your cart, you may want to use query="destination=cart" to send the user to their cart after the add
- align—One of three available alignments: left, center or right
Known Issues
The module generates a table that is aligned using the align parameter on the table tag. The will be changed with a float in a future version. This is an issue only for those who want pure XHTML code to be output. The align parameter is a not legal XHTML parameter.
There are no other known issues.