Posted by amax on November 4, 2008 at 12:13pm
I think I have messed up folks. Basically, I created a new content type with fields matching my XML import of news stories. However, I now have a requirement to display a nice panel image (static and exactly the same on every page) in the top right of EVERY story content i.e. with the text flowing around it on every one of these content type pages. I have over 500 pages that were imported recently. Is this possible to do, is there some sort of theming thing I can try to do so that for every one of these content type pages, it displays the image and flows the imported text around it?
Comments
Of course
Of course you can; that's very straightforward theming in node-TYPE.tpl.php (to place the image) and CSS (display:inline, float:right), etc.