Is there a way to create a div filled with asterisks (*) without setting an exact width, but still keeping it on a single row like a border?
I understand that using an asterisk image for the borders would be ideal, but due to constraints involving only having a single HTML page and no linked images, this is not feasible in my case.
So how can I achieve a complete DIV filled with "*" (Asterisks) where the width of the DIV is not fixed?
Edit
Additionally, this must be able to be printed. Therefore, using an asterisk image as the background of the DIV is not an option due to user preferences regarding printing background images.