I'm trying to find a way to format a price sheet so the item is justified to the left and the price is justified to the right but in between are "......" leading to the price. I understand using auto width will wrap the <div> around the text, but i don't know how to get the "....." to display the whole width between the item and the price. fyi...i can't set the text background color because i'm using a gradient background from a previous layer. --thanks
I think this is a job for a server-side language.. that or resort to a transparent background image on the text.
Sounds like tabular data to me. Try using a table, then add some CSS to position the content of the table cells (and yes, align="" is valid in tables, even in X/HTML Strict).