Here’s a page I’m working on (this will be the eventual index page)
The different gray backgrounds help show the different divs.
No padding/margins/backgrounds or classes have been applied yet; still getting the weblog info loaded.
Here’s the rub:
I’m trying to get the items below the top story item (Tractor-Trailer vs Sedan down to Fire Destroys Eight Apts) (five stories) to do this:
Have the image be left justified, then aligned with the top of the image, the County, then the Headline with the link, then the summary. (Object is to save vertical space).
I have tried applying a img.class to those images, both inline and within the weblog with no luck. Maybe it’s a format issue I’m missing.
I’ve also built two divs within a div, and that didn’t work either. I could make a div in this example_a page, then embed a template with two side by side divs. Seems like a bunch of extra work.
Here’s the code in question:
<div id="spot_two">
<!-- news spot two-six -->
{!-- EE spots 2-6 --}
{exp:weblog:entries weblog="news" disable="categories|member_data" orderby="date" limit="5" offset="1"}
<a href="{path=news/news_summary}">
{news_img_100_wide}</a>
<strong>{news_county} County</strong>
<a href="{path=news/news_summary}">
<h3>{news_headline}</h3></a>
{news_summary}<br><hr>
{/exp:weblog:entries}
<a href="{path=news/news_summary}">More News Articles</a><br /><br />
</div>
Thanks for any help.
jfh
