TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

dotted table border ?

Page: 1 Reply
Feb 15th 2003#90583 Report
Member since: Feb 12th 2003
Posts: 29
hello

how would i cerate a dotted table border? do i use graphics are can this be done in code?
Reply with Quote Reply
Feb 15th 2003#90586 Report
Member since: Nov 26th 2001
Posts: 2586
There is a css code that does that.
for example:

border:1px dashed

its not totally dotted, but close. Otherwise you could create a set of gif images that will form the borders with dots.

The only thing I have noticed with the css dasshes is that sometimes when you use the scroll button on the mouse the dashes merge in places.
Reply with Quote Reply
Feb 15th 2003#90675 Report
Member since: Mar 24th 2002
Posts: 3114
border: dotted 1px black;

makes it dotted. :D
Reply with Quote Reply
Feb 15th 2003#90699 Report
Member since: Mar 18th 2001
Posts: 6632
Or you can make it a solid border, or double lined border, and all kinds of crazy ****. Yay for CSS!
Reply with Quote Reply
Feb 15th 2003#90707 Report
Member since: Feb 12th 2003
Posts: 29
thanks for your help
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum