Is there any way to repeatedly print a character inside a table cell in HTML (NOT HTML5!)?
*(only using HTML OR using HTML and CSS ONLY)
** Need to print “.” through the full length of a cell. Don’t know the exact width of the cell!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok after u elaborated your question I have the solution.
A div with a dotted bottom border and text with a white background on top.
example :
CSS:
HTML:
http://jsfiddle.net/bKuVe/