Thanks it worked!

But one thing, I dont want that hover effect to "typo powered" image (background turns black).
How should I make this change so that default style (hover) is not applied to this image?
Please reply!!!!

On 7/30/06, Josh Susser <[EMAIL PROTECTED]> wrote:

On Jul 30, 2006, at 7:42 AM, Anil Wadghule wrote:
> I want to add typo powered image(comes in azure default) in my
> sidebar at the end. Which .rhtml file should I change? Alos need I
> do write changes in html code, or rhtml cod like link_to or <img
> src> ? Please reply me detail

In layouts/default.rhtml, add the following to the end of the
"sidebar" div.

       <!-- typo badge -->
       <p><%= link_to image_tag(' powered.gif'), 'http://
typosphere.org/', { :class => 'powered' } %></p>

Note that I'm still running on an old Typo, not the recent 4.0
release, so this might not work on your install.

--
Josh Susser
http://blog.hasmanythrough.com


_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list



--
Don't live to geek; geek to live.
http://anildigital.blogspot.com
_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to