I have a series of questions each on their own line in the center column of a three column layout. I'd like to have a series of periods "." or underlines "_" trailing across the screen to the edge the center column with the answer at the edge of the centered column. Does anyone know how I can accomplish this? For Example: Can someone please help me.............................................yes Do I know the answer.......................................................no Thank you
Hmm..You could try to make two seperate floated divs. The first one would contain: "Can someone please help me" and then you would make an image (a transparent one I would think in this case) and use the CSS property repeat-x on it. This way it will continue until the end of that container for each question. Then another left floated div would contain the answer to the question. I think that should work.