hello,
do you know how to make broken underline css decoration, there is underline but cant find sample on broken one.
thanks.
hello,
do you know how to make broken underline css decoration, there is underline but cant find sample on broken one.
thanks.
@earlxph8
do you know how to make broken underline css decoration, there is underline but cant find sample on broken one.
What do you mean a broken underline css decoration?
These are the underline examples I can think of:
http://webdesign.about.com/od/examples/l/bl_change_underline_styles_examples.htm#example1
Here is another link about underline but it sugguest a different method:
http://us.generation-nt.com/answer/css-dashed-underline-how-help-132445631.html
Maybe you can explain more.
Unfortunatley there is no valid "broken underline" value for the text-decoration property. The only thing I can think of at the moment is to apply a dotted bottom border. For example..
Here is an example of a <span style="border-bottom-style:dotted;border-width:2px;">dotted</span> underline.
I think following this may help:
http://webdesign.about.com/od/beginningcss/a/change_link_underline_styles.htm
hey guys, thanks a lot, i think what i meant was dotted underline something like this (..................) but i think the links you provide are enough. i will check this out coz am planning to use this to my PHP code where it displays a data with dotted line. is this the proper forum or should i ask next to the PHP page?
you all been very helpful. tnx
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.