This may very well be a theme issue. I'm using the Tapestry theme, but I'm definitely willing to get my hands dirty.
On my front-page, which uses the default, each of the front-page published nodes are displayed one after another. I wanted to put a nice border around each node, so I created a contemplate for node-story-teaser. However, this doesn't do exactly what I want.
What I get is:
link:Story Title
my contemplate for the story-teaser (this is the "nice border")
link:Add new comment" link:Read more
What I to do is put my "nice border" around all 3 elements.
So, somewhere there a process that iterates through the front page nodes and pushes them into what appears to be "mainContent". I'd like to alter that process so that it put my "nice border" around each node.
Thanks for any direction!