Mar 16, 2007 #1 wiser3 Programmer Jun 3, 2003 358 CA I'm trying to format text like the following: colour....... red weight..... 15 kg type..... plastic more..... options but do it without manually adding/removing the dots. Any ideas, css, or html tricks to handle this?
I'm trying to format text like the following: colour....... red weight..... 15 kg type..... plastic more..... options but do it without manually adding/removing the dots. Any ideas, css, or html tricks to handle this?
Mar 16, 2007 #2 ca8msm Programmer May 9, 2002 11,327 GB You mean something like this: http://www.tantek.com/CSS/Examples/dotleaders.html ____________________________________________________________ Mark, [URL unfurl="true"]http://aspnetlibrary.com[/url] Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
You mean something like this: http://www.tantek.com/CSS/Examples/dotleaders.html ____________________________________________________________ Mark, [URL unfurl="true"]http://aspnetlibrary.com[/url] Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.
Mar 16, 2007 #3 Foamcow Programmer Nov 14, 2002 6,092 GB Or this... that I did a while back and never went back to refine http://www.foamcow.com/tests/dotlist/ I forgot all about it until you just reminded me! <honk>*:O)</honk> Earl & Thompson Marketing - Marketing Agency Services in Gloucestershire Upvote 0 Downvote
Or this... that I did a while back and never went back to refine http://www.foamcow.com/tests/dotlist/ I forgot all about it until you just reminded me! <honk>*:O)</honk> Earl & Thompson Marketing - Marketing Agency Services in Gloucestershire
Mar 16, 2007 #4 Foamcow Programmer Nov 14, 2002 6,092 GB Tantek wins <honk>*:O)</honk> Earl & Thompson Marketing - Marketing Agency Services in Gloucestershire Upvote 0 Downvote
Tantek wins <honk>*:O)</honk> Earl & Thompson Marketing - Marketing Agency Services in Gloucestershire
Mar 16, 2007 Thread starter #5 wiser3 Programmer Jun 3, 2003 358 CA You mean something like this: http://www.tantek.com/CSS/Examples/dotleaders.html That's exactly what i mean. Having every line as it's own table makes for a lot of code, but the results look great. Instaed of tables an outer div, then 3 nested divs (instead of td's) would probably work. Although that may not save much code. Upvote 0 Downvote
You mean something like this: http://www.tantek.com/CSS/Examples/dotleaders.html That's exactly what i mean. Having every line as it's own table makes for a lot of code, but the results look great. Instaed of tables an outer div, then 3 nested divs (instead of td's) would probably work. Although that may not save much code.
Mar 16, 2007 #6 Foamcow Programmer Nov 14, 2002 6,092 GB Well my method just uses a list. No tables and no extra markup. Method 1 works fine and has a minor issue when printing. <honk>*:O)</honk> Earl & Thompson Marketing - Marketing Agency Services in Gloucestershire Upvote 0 Downvote
Well my method just uses a list. No tables and no extra markup. Method 1 works fine and has a minor issue when printing. <honk>*:O)</honk> Earl & Thompson Marketing - Marketing Agency Services in Gloucestershire