Afficher un message
Vieux 10/04/2008, 13h01   #5
Alec
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How do I turn off link underlining?

Then you are using "HTML formatting" instead of "CSS formatting". You
can delete all the formatting attributes from your BODY tag manually in
Code View, make sure your preferences are set to use CSS instead of HTML
(Edit > Preferences > General > Use CSS Instead of HTML Tags), then go
back to the Page Properties and you should see the "correct" things.

Or just add this to your HEAD section:
<style type="text/css">
a {text-decoration: none;}
</style>

--
Alec
Adobe Community Expert
  Réponse avec citation
 
Page generated in 0,04184 seconds with 9 queries