I’m using Blueprint as my CSS framework in my rails project. But currently I’m having a problem as when I created a link,
it shows both the link and display text in the web page
Ex : say I have
‘go to google‘
in my web page (view) it shows both
“go to google (http://www.google.com)” where as I want to show only ‘go to google’
can someone tell me how to fix this,
thanks in advance
cheers,
sameera
Don’t load
print.csswithout specifyingmedia="print"