hi all,
hoping someone will read this and chime in. i’m having somewhat the same problem. only it has to do with shoving content down in a table. because of the way i’m calling to the entries i have to wrap each <td> in it’s own {exp}. here’s the code and a url to the page that breaks and to the page w/o the {exp} code…any ideas on how to fix?
the broken page
the layout as i want it to be
and the offending code:
<div id=“content”>
<!—Home Page Headline #1—>
{exp:weblog:entries weblog="home" url_title="home_page_headline_article_1"}
<h1>{headline_title}</h1>
{site_url}images/uploads/{headline_image}
{headline_summary}
[Read More]
{/exp:weblog:entries}
<!—Home Page Headline #2 - 4—>
<table>
<tr>
{exp:weblog:entries weblog="home" url_title="home_page_sub_headline_article_2"}
<td>{site_url}images/uploads/{headline_image}
{headline_title}
In pulvinar, lorem dictum laoreet dapibus, tellus justo porttitor enim, et ultrices elit libero sed tortor. Proin egestas lacus ut arcu. Proin sapien mauris, mollis vel, egestas et, sodales et, erat. Morbi fringilla lorem posuere est. Morbi eros. Duis tempus lectus eu lacus. Quisque aliquam erat eleifend pede tristique rutrum. In ac sapien at diam bibendum rhoncus. Nam magna.
[Read More]
</td>
{/exp:weblog:entries}
{exp:weblog:entries weblog="home" url_title="home_page_sub_headline_article_3"}
<td>{site_url}images/uploads/{headline_image}
{headline_title}
Suspendisse viverra fermentum purus. Ut gravida ligula vel nulla lacinia bibendum. Maecenas vel turpis a felis vestibulum eleifend. Integer ipsum arcu, consectetuer eget, viverra et, condimentum eget, libero.
[Read More]
</td>
{/exp:weblog:entries}
{exp:weblog:entries weblog="home" url_title="home_page_sub_headline_article_4"}
<td>{site_url}images/uploads/{headline_image}
{headline_title}
Morbi fringilla lorem posuere est. Morbi eros. Duis tempus lectus eu lacus. Quisque aliquam erat eleifend pede tristique rutrum. In ac sapien at diam bibendum rhoncus. Nam magna.
[Read More]
</td>
{/exp:weblog:entries}
</tr>
</table>
</div>
any help would be greatly, greatly appreciated!
thanks,
nessnzoe