This is a discussion on "Dotted underlines not working" within the Web Page Design section. This forum, and the thread "Dotted underlines not working are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Dotted underlines not working
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Dotted underlines not working
I'm trying to get the dotted hyperlink style to work, but it aint.
border-bottom: dotted 1px #666; That's the code that somebody reduced if you scroll down a bit on the page: http://www.kottke.org/02/07/hyperlinks-seen-not-heard It doesn't work in DW nor when it's online (i've uploaded it). I've tried the extended code. Borders were working as normal lines but none of the styles have any effect. here's the link to where it should be working on my site: www.crewsfx.com/gallery.html www.crewsfx.com/styles.css #block a:link { color: red; text-decoration: none; font: 11px Arial; border-bottom: dotted 1px #666; } Don't tell me it's the space! Last edited by timmytots; Nov 25th, 2005 at 00:44. |
|
|
|
#2
|
|||
|
|||
|
you have the id for both the table and your <p> tag set as "block"
ID's are only used once and anything called by that ID afterward will not contain its values |
![]() |
| Tags |
| dotted, underlines, working |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PNG - IE not working | Phixon | Web Page Design | 3 | Nov 30th, 2007 13:47 |
| PHP not working | toolmania1 | PHP Forum | 1 | Nov 1st, 2006 05:57 |
| Png not working | timmytots | Graphics and 3D | 11 | May 14th, 2006 07:06 |
| Dotted Lines in Tables | Andy_H | Web Page Design | 5 | May 29th, 2005 20:53 |
| Dotted underlines for my links | CherishedSites | Web Page Design | 4 | Apr 6th, 2005 13:26 |