oh, I just saw the html table code is messed up big time, this explains the
false appearance of the table, now the code looks like this:
[code]<%@ taglib uri="cms-taglib" prefix="cms"%>
<cms:editBar />
<table border="1" width="100%">
<tr>
<th>My Paragraph</th>
</tr>
<tr>
<td>${content.heading}</td>
</tr>
<tr>
<td>${content.abstract}</td>
</tr>
<tr>
<td>${content.textBlock}</td>
</tr>
<tr>
<td>${content.image}</td>
</tr>
</table>[/code]
But still there is no border in the table and in the last line the image just
prints out "dms".
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=35c62a29-777c-4787-93c9-5215b7823acd
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------