I want to make something like a horizontal line with a text in the middle of it. It should look like this (text image follows):
—————————————— TEXT ——————————————–
the line should be dotted and the text in the middle should separate the line in half.
I came up with the idea of using a table with 3 elements with percentage values in width attribute but maybe there is a better solution.
I hope it’s clear. Thanks for ideas
And CSS:
See Example on JSFiddle