Vic Rauch wrote: >> I have a listing of seminars that are happening on 3 >> different days and would like to list these with the seminar >> time right justified, then the seminar title and description >> left justified just to the right of the seminar time: >> 9:00AM -- "Seminar Title" presented by Geo Green and >> his host of illustrations. >> 10:00AM -- "Second Seminar" given by Bob Brown along >> with his helpers >> Can this be done with CSS and if so, can you give me a hand >> getting started? Lars G. Skjellerup responded with: >I personally would use a <dl> list for that kind of data. And >get it to look right with a little css on <dt> and <dd>.
Thank you for the help. I choose to do the <dl> rather than the table and I'm very happy with the outcome. Even though the <dd> is one line below the <dt> (which I fixed with a -17px, -1em was not lined up) The page can be found at: http://www.ggshows.com/DisplayArticle.asp?articlename=Articles/Bakersfield/B AK2006SpringSeminars.txt&cityname=Bakersfield&nologo=1 Vic ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
