• Request For Help
    I am using the rss excerpt feed as a pullquote in a sidebar format but have run into a problem, which I hope can be solved with CSS/XHTML. Although it might be a PHP solution, I don’t know.
    Currently, in the middle column of a 3-col format, the posts run one after another, which is fine, but the excerpts in the left column also run one after another, which is not fine. What I’d like to do is have each excerpt placed directly opposite of its corresponding post.
    I don’t have a good understand of relational positioning. Is that one avenue to look for a solution? And how might I accomplish this? Right now I have the two columns in a wrap, which I thought might help steer me in finding a “corresponding” solution but what the next step is I do not know.
    Anyone have a suggestion or three? (Or need clarification?)
    Thanks.

Viewing 1 replies (of 1 total)
  • Let me see. I would probably make excerpt and full content in one column and have some sort of this structure

    <div class='post'>
    <div class='excerpt'>
    put excerpt here
    </div>
    <div class='fullcontent'>
    put full content here
    </div>
    </div>

Viewing 1 replies (of 1 total)

The topic ‘rfh: side-by-side excerpt/post LOOP’ is closed to new replies.