May 14, 200917 yr Hi, I'm creating my first website using Dreamweaver CS4. I've created my first (home) page and have validated the HTML and CSS just fine. I have previewed it in Explorer, Firefox, Google Chrome, Opera, and Safari. When I preview in Chrome, Opera and Safari, the word 'home', which is a link to the home page, appears with an underline. However it appears just fine when previewed in Explorer and Firefox. I've set the style to "text decoration: none" throughout, but this doesn't seem to have helped. Can anyone help? Many thanks.
May 14, 200917 yr Got a link? text decoration: none obviously needs to be assigned to an element, and the code you posted should be a { text-decoration:none; }
Create an account or sign in to comment