views:

47

answers:

2

Hi All,

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

+1  A: 

Don't load print.css without specifying media="print"

David Dorward
Hi David Dorward,thanks man it worked, I didnt use media="print", u saved my daycheers,sameera
sameera207
A: 

Thanks, I was having this problem too, setting the print style sheet to media="print" fixed it.

rob walsh

related questions