I have one difficulty.
I have to put text on table border as a header.
For example:
————–This Is header———————–
Is it possible, if anybody can provide solution on this?
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.
There are multiple ways.
You could create a table header, and set the text
position: relativeand move it up a bit. Though, this is not classy.I would use a fieldset instead, which is 100% valid. You need to give the fieldset a border instead of the table though.