View Single Post
Old 09-16-2010, 03:50 AM   #1
Amalthia
Wizard
Amalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beauty
 
Amalthia's Avatar
 
Posts: 1,188
Karma: 32196
Join Date: Jan 2007
Location: Anchorage, AK
Device: Sony Reader PRS-505, PRS-650, PRS-T3, Pocketbook HD2
Remove underline from links in epub

Hi,

I've tried these two codes in the css override box to remove the blue hyperlink and underline but they aren't working.

a {text-decoration: none; color: black;}
a href {text-decoration: none; color: black;}

Am I using the wrong codes? Or do I need to add the css to the epub file?

I'd appreciate any and all help,

Thanks!


EDIT: Nevermind! I found the answer. I needed to use this code instead.

a {text-decoration: none; color: black;}
a [href] {text-decoration: none; color: black;}

Last edited by Amalthia; 09-16-2010 at 03:53 AM. Reason: found answer
Amalthia is offline   Reply With Quote