hello,

do you know how to make broken underline css decoration, there is underline but cant find sample on broken one.

thanks.

Recommended Answers

All 4 Replies

Member Avatar for LastMitch

@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.

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.