![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I created a website using a CSS template set I bought, the site is http://www.parrotnanniesmn.com/. The problem is that the hyperlinks within the website are NOT underlined, and I want them to be. I have tried to figure out how to fix the problem myself and I can't. Can anyone help me? This is the code for the styles.css sheet: |
#3
| |||
| |||
|
|
dreamspinner3 wrote: I created a website using a CSS template set I bought, the site is http://www.parrotnanniesmn.com/. The problem is that the hyperlinks within the website are NOT underlined, and I want them to be. I have tried to figure out how to fix the problem myself and I can't. Can anyone help me? This is the code for the styles.css sheet: [snip code] I don't know why you are showing the contents of "styles.css", while the site doesn't even use that stylesheet? The only page I can find links on (Link Partners), uses "brownmenu.css". In that stylesheet, on line 39, sits this code: a { color:#5B3815; font-weight:bold; text-decoration:none;} Change that last line to textdecoration:underline; and there's your underlined links. Be aware that on several pages there are underlined words that aren't links, this is very confusing. It's best to take off the underlining from those words, to avoid annoying your visitors. -- Els http://locusmeus.com/ accessible web design: http://locusoptimus.com/ |
#4
| |||
| |||
|
|
I created a website using a CSS template set I bought, the site is http://www.parrotnanniesmn.com/. |
|
The problem is that the hyperlinks within the website are NOT underlined, and I want them to be. I have tried to figure out how to fix the problem myself and I can't. |
![]() |
| Thread Tools | |
| Display Modes | |
| |