I'm not able to look at your code on my phone, but by the looks of it  
you have the spans between the paragrahs.
Technically I'd say the spans should be headings, but to answer your  
question;

Set the container div to position: relative; then set the spans to  
position: absolute; add a negative left equal to the left margin of  
the paragrahs. Also set the width to fit in the left column.
Then finaly shift them down by setting bottom: -1em; or whatever your  
line-height is.

Eystein

Sent from my iPhone
thatNorwegianGuy.wordpress.com

Ps. Sorry for top-posting, I realized too late. I want my copy-paste!

On 1. nov.. 2007, at 22.51, "Chris Akins" <[EMAIL PROTECTED]> wrote:

> Trying to convert our City's council meeting minutes from a horrid
> workflow which starts in Word, gets exported with all of Word's mess
> into HTML, table based, etc. etc.
>
> I've got it almost right except for the placement of content within my
> span tags.  I want that content to line up with the content that is in
> the same <p> tag.  I'm sure the issue is the 'display:block' that I've
> set on the <span>, but I don't know how else to get it pushed into
> place.
>
> For the right "look" but old, table based code see:
>
> http://www.springfieldmo.gov/egov/Minutes/2006/03-30-2006.html
>
> For the better code, but with my issue, see:
>
> http://www.springfieldmo.gov/egov/cityclerk/minutes_test.html
>
> Basically the text in the left column needs to slide down so that it
> sits on the same line as the corresponding text in the right column.
>
> Can this be done with the structure I've got or will I have to resort
> to divs?  I'm trying to make as clean and easy a structure for the
> Clerk's workflow as possible.
>
> thanks for any help.
>
> Chris
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to