Suppose you're using spreafirefox theme.
Create a node ("blog", "event", custom cck node, etc .... while - strangely - "page" node is working fine ) with 1 "Attached Images".
Submit and you'll see the node at the very bootom of the page, under left and righ column.
This comes from the modules/image/contrib/image_attach/image_attach.css:13 .node attribute
To fix this, add to the end of themes/spreadfirefox/style.css
the following
.node {
display:inline;
}
which fixes (al least in my configuration) that bug...
See (now fixed) example : http://demo.fagioli.biz/project/?q=torwald
Comments
Comment #1
(not verified) commented